Message 1 of 2
Assembly not loading properly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am loading an assembly using Assembly.LoadFrom(etc...).
The assembly is loading seemingly fine, I don't receive any errors, but the code in the public void Initialize() never runs!
And the commands defined in the assembly do not become available.
Please help, I don't know how to debug such a situation. The loading of assembly worked before, but then just stopped working. It also works on another computer. So it is a local problem on this machine. I did a clean reinstall of windows 11 just recently.