Using with CF 2.0?
Hi Everybody,
I am having a toughest time trying to get it to work with Windows CE 5.0 (I use the CE emulator for testing) and CF 2.0. Has anyone used it in that combination? I tried the console and file targets, but I get nothing logged at all...
The CF 2.0 binaries available from Sourceforge for ARM platform only, so I had downloaded the sources and built NLog from scratch in VS2005.
First problem was that for some reason VS2005 ignores the configuration file during the deployment, so I had to transfer it to the target manually. I tried all documented names for the config file to no avail.
So, I decided to use the API to create the configuration programmatically, but apparently it does not work with Compact Framework as I get PlatformNotSupported exception in mscorlib assembly for the FileTarget object.
Any suggestions would be greatly appreciated.
Thank you in advance.
P.S. Everything works fine in my test C#.NET console application for desktop (standard .NET v.2.0).