Project has a reference to lib. If this lib lays near the executable, all works fine. But I need to put this lib to System32 folder. But in this case project fails, raising filenotfoundexception.
I thought that I can feel myself free to put my libs to system32 folder without any harm for my app.
What's wrong with all this?