菜鸟紧急求助。使用acadapplicationclass时,出现错误。。
var
cad:AcadApplication;
cad:=AcadApplicationClass.Create;-》执行到这句时,出现如下的错误:
---------------------------
Debugger Exception Notification
---------------------------
Project SDocument.exe encountered unhandled exception class System.Runtime.InteropServices.COMException with message 'COM object with CLSID {1365A45F-0C8F-4806-A26A-6B22AD37EC66} is either not valid or not registered.'.
---------------------------
应该如何解决呀?