Can not load dll to audocad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a dll with multiple commands and we are using it with Civil 3d 2021 perfectly in the last few years. I developed a new command which isn't using any civil objects (only autocad objects) and it is working perfectly in civil. However, if I try to load my dll to autocad 2021 nothing happens, no error message and the commands are not there. I tried to run it in debug mod and added a breakpoint in the first row in the initialize method, but never stops.
I have created a new dll to try, added the same resources, same nugets, changed the settings to be the same (same .net framework...) and even added civil objects to the code and it is working properly in autocad, but my orignial dll not.
Is there a way to solve this problem? If I would get an error message, the would be already a help...