- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I create a plugin that run correctly, but when need to call another .NET DLL (this DLL isn't registered in GAC) this call raises an unhandled exception that closes the Navisworks Manage 2022 Application.
I tested this call with a .NET DLL (test.dll) that only executes 'MessageBox.Show("I am here");' and this exception always occurs.
To extend this test I created a .NET executable that calls the same test.dll and all run fine.
In Resume:
+ plugin doesn't call anything -> it's fine
+ plugin calls mytest.dll -> crash
+ another executable calls mytest.dll -> it's fine
Because this I think if Navisworks plugin need a special configuration or permission to call another custom .NET DLL that isn't in GAC.
This is correct? How can I solve this problem to be able to call my test.dll from this plugin?
Thanks for any help.
Solved! Go to Solution.