I have a C# app that uses native DLLs through LoadLibrary. The app runs perfectly under .NET 4.0.
When I try to compile that same app targeting .NET Framework 4.5, the application keeps crashing in scenarios where it works on .NET 4.0.
I tried everything to my knowledge, including:
They all didn't work.
Thoughts?
User contributions licensed under CC BY-SA 3.0