Error starting cui editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am making a .NET-dll for AutoCAD. When I load it, it checks if a certain ribbon tab is defined (by name) and if so, it fills it in with buttons and stuff.
Everything works fine, except if I write the command "cui"! Then it suddenly complains about an unhandled exception:
"System.IO.FileNotFoundException: Could not load file or assembly 'AcCustomize.resources, Culture=nb-NO' or one of its dependencies. The system cannot find the file specified.
File name: 'AcCustomize.resources, Culture=nb-NO'"
The dll I am making is supposedly language neutral (both in the VS settings and when I look at properties of the finished dll). My PC has nb-NO as language.
But why doesn't this get a problem until I load this dll? I am literally loading houndreds of other dlls without problems...
Thank you for any tips!
Best regards,
Knut