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

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
mamathaNagaraju
Posts: 3
Joined: 22 Jan 2020, 15:24

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

Post by mamathaNagaraju » 29 Jan 2020, 09:31

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

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

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

Post by support » 29 Jan 2020, 16:10

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply