Source_Liu 发表于 2011-6-22 19:27:12

objLayout.PlotType = AcPlotType.acWindow;提示错误

本帖最后由 Source_Liu 于 2011-6-22 20:10 编辑

请高人指点,为什么objLayout.PlotType = AcPlotType.acWindow提示错误: 未处理 System.Runtime.InteropServices.COMException
HelpLink="D:\\Program Files\\AutoCAD 2008\\HELP\\OLE_ERR.CHM#-2145386493"
Message="输入无效"
Source="AutoCAD.Application"
ErrorCode=-2145386493
StackTrace:
       在 Autodesk.AutoCAD.Interop.Common.IAcadLayout.set_PlotType(AcPlotType pType)
       在 Source.AcadCom.SetPlotConfiguration(PrintConfigure printConfigure, AcadLayout objLayout) 位置 D:\Source\Project\AcadCom.cs:行号 173
       在 Source.AcadCom.PreviewByBlock(PrintConfigure printConfigure, String fileName) 位置 D:\Source\Project\AcadCom.cs:行号 125
       在 Source.Project.frmBatchPlot.cmdPreview_Click(Object sender, EventArgs e) 位置 D:\Source\Project\Form1.cs:行号 266
       在 System.Windows.Forms.Control.OnClick(EventArgs e)
       在 System.Windows.Forms.Button.OnClick(EventArgs e)
       在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       在 System.Windows.Forms.Control.WndProc(Message& m)
       在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
       在 System.Windows.Forms.Button.WndProc(Message& m)
       在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       在 System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       在 System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       在 System.Windows.Forms.Application.Run(Form mainForm)
       在 Source.Project.Program.Main() 位置 D:\Source\Project\Program.cs:行号 17
       在 System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
       在 System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
       在 Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       在 System.Threading.ThreadHelper.ThreadStart()


我做打印程序,卡在这一步了


请高手指点,完成后一定贡献源码


河伯 发表于 2011-6-26 17:48:23

必须先执行SetPlotWindowArea,然后执行SetPlotType
页: [1]
查看完整版本: objLayout.PlotType = AcPlotType.acWindow;提示错误