CAD 错误
dynamic AutoCAD = AutomationFactory.CreateObject("AutoCAD.Application");//dynamic aCADutil = AutoCAD.Utility;
AutoCAD.Visible = true;
//dynamic mospace = AutoCAD.ModelSpace;
dynamic doc = AutoCAD.ActiveDocument;
doc.Open("D:\\2Dsample1.dwg");
错误:
System.Runtime.InteropServices.COMException (0x80210070): 發生例外狀況於 HRESULT: 0x80210070 ---> MS.Internal.ComAutomation.ComAutomationObjectException: 發生例外狀況於 HRESULT: 0x80210070
(Source=AutoCAD)
(HelpFile=C:\Program Files (x86)\AutoCAD 2008\HELP\OLE_ERR.CHM#2149646448)
於 MS.Internal.ComAutomation.ComAutomationNative.CheckInvokeHResult(UInt32 hr, String memberName, String exceptionSource, String exceptionDescription, String exceptionHelpFile, UInt32 exceptionHelpContext)
於 MS.Internal.ComAutomation.ComAutomationNative.Invoke(Boolean tryInvoke, String memberName, ComAutomationInvokeType invokeType, ComAutomationInteropValue[] rgParams, IntPtr nativePeer, ComAutomationInteropValue& returnValue)
於 MS.Internal.ComAutomation.ComAutomationObject.InvokeImpl(Boolean tryInvoke, String name, ComAutomationInvokeType invokeType, Object& returnValue, Object[] args)
於 MS.Internal.ComAutomation.ComAutomationObject.Invoke(String name, ComAutomationInvokeType invokeType, Object[] args)
於 System.Runtime.InteropServices.Automation.AutomationMetaObjectProvider.TryInvokeMember(InvokeMemberBinder binder, Object[] args, Object& result)
於 System.Runtime.InteropServices.Automation.AutomationMetaObjectProviderBase.<.cctor>b__4(Object obj, InvokeMemberBinder binder, Object[] args)
於 CallSite.Target(Closure , CallSite , Object , String )
於 System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid2(CallSite site, T0 arg0, T1 arg1)
於 SilverlightOOBDemo.OutofBrowserMainPage.wordBtn_Click(Object sender, RoutedEventArgs e)
於 System.Windows.Controls.Primitives.ButtonBase.OnClick()
於 System.Windows.Controls.Button.OnClick()
於 System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
於 System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
於 MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)}
试试这个
Dim acadapp As AcadApplication
AcadApp = CreateObject("AutoCAD.Application")
AcadApp.Visible = True '界面可视
话说你是用.com方式启动CAD的吧 剔除恐龙美化校园!
页:
[1]