Page 1 of 1

Is there any dependency on .Net framework for CADImport.dll to work.

Posted: 29 Jan 2020, 09:31
by mamathaNagaraju
Hi Team,
We are using trial version of CadImport.dll for our.Net WPF application. In certain PC's its running properly but in some PCs its not running, application is getting crashed. Kindly let me know if there is any dependency on .Net framework for CadImport.dll to work or is there any specific reason for the same.
We need to purchase the license if everything goes fine in the testing phase.

Thanks,
Mamatha

Re: Is there any dependency on .Net framework for CADImport.dll to work.

Posted: 29 Jan 2020, 16:10
by support
Hello Mamatha,

CAD .NET package includes two versions of CADImport.dll assembly:
  • CLR 2.0 assembly (.NET framework 2.0, 3.0, 3.5) - C:\Users\USER_NAME\Documents\CAD .NET 14\bin\CADImport.dll
  • CLR 4.0 assembly (.NET Framework 4, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, and 4.8) - C:\Users\USER_NAME\Documents\CAD .NET 14\bin\CLR4\CADImport.dll
Therefore, you will have to install at least the Microsoft .NET Framework Version 2.0 redistributable package or the Microsoft .NET Framework 4 Client Profile redistributable package, depending on the used assembly.

Mikhail