- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Im getting this error message when executing an external command that references a class library that I compiled using Visual Studio and .NETframework 4.8.
That class library itself was compiled using Visual Studio and .NETframework 4.8, and works fine when I execute it. Next I'll share an image of the working script.
But when I reference this library into another project, I get this message:
"
System.TypeLoadException: Could not load type 'BIMIQS_modeling_from_autocad_drawing.BIMIQs_default_generic_variables' from assembly 'BIMIQS_modeling_from_autocad_drawing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null', at Test.Main.Execute...
"
Does somebody knows how to fix this problem? Thanks in advance!
Solved! Go to Solution.