AutoCAD Electrical
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Unknown C# error trying to use code from AutoCAD .NET Developer' s Guide
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
89 Views, 1 Replies
12-13-2012 01:10 AM
Hello,
As it is write in the subject when I play my code I have an error that i can't fix !
I have no idea of the source of this error.
If someone can help me to fix it.
Regards
Nicolas
PS: attached to the mail , the code, the error and the source drawing.
Re: Unknown C# error trying to use code from AutoCAD .NET Developer' s Guide
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-17-2012 07:10 AM in reply to:
Nicolas.L
Hi Nicolas,
maybe you should post your question in the AutoCAD .NET or VB Customization forum.
Short und simlified: you mix ActiveX and .NET code. That is of course possible. But it seems that you create a exe and from a exe you can access AutoCAD only via ActiveX. Accessing AutoCAD via .NET/ObjectArx, you have to create a dll/arx which runs inside AutoCAD.
- Karl

