-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception during design of CadCanvas control #185
Comments
I'm sorry I have never seen this error before. But also never use PaintToGDI. |
Hello, thanks for replying. It's a simple Winform project with a CadControl in it. The code to initialize the view is:
I believe that's all. |
Hello,
I'm trying to using CadCanvas control in a Winform app. During design, devEnv.exe is often terminated by this error:
Cannot find method 'Void CADability.IPaintTo3D.PrepareIcon(System.Drawing.Bitmap)'.
System.MissingMethodException
stacktrace:
in CADability.Forms.CadCanvas.Dispose(Boolean disposing)
in System.ComponentModel.Component.Finalize() in System.ComponentModel\Component.cs: riga 85
I discovered this with another instance of devEnv attached for debugging the main one. I'm using GDI2view.
Any clue?
The text was updated successfully, but these errors were encountered: