Some javascript/style in this post has been disabled (
why?)
Can you check that you are using the same build in both cases? Coredll.dll indicates tha you may be using compact framework build instead of .net.
Jarek
From: alana1 (via Nabble) <[hidden email]>Sent: Sunday, September 20, 2009 9:51 PMTo: Jaroslaw Kowalski <[hidden email]>Subject: Unable to load DLL 'coredll.dll'I am getting the below issue when executing 'internal static Logger mobjLogger = LogManager.GetLogger("MyLogger") using the NLog refresh version. However, if I replace the NLog refresh version to the version prior to the refresh version, the code will execute just fine. Any thoughts?
Below is the exception thrown:
System.TypeInitializationException: The type initializer for 'MyLogger' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'coredll.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Thanks.