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 12.1 SR1 Released

Version: 12.1.0.129

Information We have released this version on the ftp.

Please Download on the customer web.

Readme