0

I have a C# WPF application that references an assebmly. It is loaded correctly since I can call System.Reflection.AssemblyName.GetAssemblyName("MyAssembly.dll"); in the MainWindow() ctor and it returns valid values like the correct path and so on.

On my development machine (Win7, x64, VS2013) I can also call all the functions of that dll. I can use it.

On my target machine (Win10, x64) the assembly is loaded just like on the dev machine. The path is valid etc. But when functions of that assembly are accessed, the app crashes.

I am not sure how to debug this since it only happens on the target platform and the dll is definetly loaded.

Thank you for any help!

David Hoelzer
  • 15,862
  • 4
  • 48
  • 67

0 Answers0