Mensaje 1 de 6
No aplicable
03-27-2017
02:37 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
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 ?
¡Resuelto! Ir a solución.

