Message 1 of 6

Not applicable
03-27-2017
02:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I got error when I read file dwg using C#:
My code :
Database db = new Database(false, true)
db.ReadDwgFile(filename, FileOpenMode.OpenForReadAndAllShare, false, null);
Error:
An unhandled exception of type 'System.InvalidProgramException' occurred in ReadCADFile.exe
Additional information: Common Language Runtime detected an invalid program.
How to resolve this problem ?
Solved! Go to Solution.