I am trying to port a small console application from Windows/.NET to Ubuntu/Mono. I have problems to add a reference to the mono version of NLog, which I added to the GAC.
Adding NLog.dll to the assembly was confirmed: Installed NLog.dll into the gac (/usr/lib/mono/gac)
I also find it in the GAC under: /usr/lib/mono/gac/NLog/2.0.0.0__5...
I think I'm falling into a common category of, "It works perfectly in my dev environment, but anywhere else I get strange results," and for all my efforts I'm only more confused.
I have 2 applications. One of them is .NET 4 C# app, and the other is (I think) .NET 3.5 VB. The C# app creates a DLL, that for the time being, I have a versi...
I have a WCF-service who uses a dll placed in the GAC. This dll uses another native dll. The native dll is by default placed in a installation folder under c:\program files\bla bla..
After installting my service in IIS 7.5 it wont run. I get an error saying that my the managed dll dont find the native dll. If I move the native dll to Sys...