Posts

Product Status

Current Releases

– Master Concept 12.1.2 (Version: 12.1.2.1)
– Master Concept 11.2.6 (Version: 11.2.6.1)
– Master Concept 10.5.7 (Version: 10.5.7.14)
– Master Concept 9.5.1 (Version: 9.0.0.275)

Planned Releases

– Version 12.2 during spring 2015

12.1.1 Changed Database Driver

The used Oracle driver has been changed, in 12.1 there was a requirement for “Oracle Managed Data Provider for .NET”. This requirement has been lifted and we no longer install this client with the installation program. Instead we use “Oracle Data Provider for .NET” which is a separate prerequisite install which replaces the need for any other Oracle client.

The components needed from the “Oracle Data Provider for .NET” installation are
– Oracle Data Provider for .NET
– Oracle Provider for OLE DB

Oracle Driver Location
http://www.oracle.com/technetwork/topics/dotnet/index-085163.html

Don’t hesitate to contact support if there are any questions regarding this driver change.

Product Status

Current Releases

– Master Concept 12.1.0 (Version: 12.1.0.130)
– Master Concept 11.2.6 (Version: 11.2.6.1)
– Master Concept 10.5.7 (Version: 10.5.7.14)
– Master Concept 9.5.1 (Version: 9.0.0.275)

Planned Releases

– Version 12.1.1 during januari 2015
– Version 12.2 during spring 2015

AutoCAD Error Report

Sometimes when you close elMaster design or proMaster design you get an AutoCAD Error Report. This error can be found in version 11.0 and version 12.0. The error in itself is harmless but somewhat irritating. We have now found a solution that will remove the error from occurring.

AutoCAD Error Report
AutoCAD Error Report
Solution

The solution is to turn of the AutoCAD InfoCenter Toolbar and then you will no longer get the AutoCAD Error Report
InfoCenter
This can be done in two ways:

  1. Change in register. For example the AutoCAD 2015
    “HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R20.0\ACAD-E001:409\InfoCenter\InfoCenterOn” to 0
  2. Run this Lisp in the Command Prompt in AutoCAD, This lisp command can be added to the EPC_HOOK.LSP. But it only needs to be ran once to solve the problem.
    • (progn (vl-load-com) (vl-registry-write (strcat “HKEY_CURRENT_USER\\”
      (vlax-product-key) “\\InfoCenter”) “InfoCenterOn” 0))

MasterConcept 11.2 Fix6 Released

Version: 11.2.6.1

Information We have released this version on the ftp.

Please Download on the customer web.

Product Status

Current Releases

– Master Concept 12.0.2 (Version: 12.0.2.5)
– Master Concept 11.2.5 (Version: 11.2.5.0)
– Master Concept 11.1.8 (Version: 11.1.8.5)
– Master Concept 10.5.7 (Version: 10.5.7.14)
– Master Concept 9.5.1 (Version: 9.0.0.275)

Planned Releases

– Version 12.0.2 during September
– Version 12.1 during Q4 2014
– Version 12.2 during spring 2015

Product Status

Current Releases
– Master Concept 12.0.1 (Version: 12.0.1.13)
– Master Concept 11.2.5 (Version: 11.2.5.0)
– Master Concept 11.1.8 (Version: 11.1.8.5)
– Master Concept 10.5.7 (Version: 10.5.7.14)
– Master Concept 9.5.1 (Version: 9.0.0.275)

Planned Releases
– Version 12.1 during Q4 2014
– Version 12.2 during spring 2015

Extern Viewer for 64-bit environment

AutoDWG releases 64-bit version of the viewer DWGViewX. This Viewer works on Master Concept in a 64-bit environment. This is possible to use instead of the internal viewer included in Master Concept 11.0 and 12.0. The DWGViewX is not freeware but you can always download a trial and try it!

http://www.autodwg.com/dwg-viewer/dwgviewx.htm

Install

  1. Download
  2. Change reg.bat to ”regsvr32 C:\Temp\DWGViewX64\DWGViewX64.dll”
  3. Run reg.bat as an administrator on the machine

You can use the same dwg.html as earlier.