Ads by Lake Quincy Media
Gibraltar - Learn about the best analysis tool for NLog

NLog 2.0 installer is available for testing

I’ve spent last couple nights working on MSI installer for NLog 2.0 and I have first version of MSI packages ready for testing. They should be reasonably usable – the code passes all unit tests but did not get much integration testing yet.

There are 5 installer packages:

Each package comes with Visual Studio integration, which supports VS2010, VS2008 and VS2005 (completely untested) and should have the same functionality as in NLog 1.0:

  • Code snippets for C# and VB (just type ‘nlogger’ and it will include logger declaration)
  • Item templates for empty, console and typical log file
  • XSD for intellisense

Note that unlike in NLog 1.0, the installer installs those VS items for all users on the machine, not for the user who ran the installer.

Please also note that debug symbols (pdb/mdb), binaries and documentation for some older frameworks, such as Silverlight 2.0 and .NET Framework 2.0 are excluded by default – use custom or full installation to enable them.

Please give the installer a try on as many platform configurations as you can and report success/failure along with your configuration information as comments to this post. I’m particularly interested in testing the following dimensions:

  • various combinations of Visual Studio SKUs installed on the same machine (with or without add-on packages such as Silverlight SDK, Resharper, etc.)
  • different versions of Windows
  • x86 and x64 CPUs
  • non-English versions of Windows
  • non-English versions of Visual Studio

Thanks in advance for all your help.

Ads by Lake Quincy Media

3 Responses to “NLog 2.0 installer is available for testing”

  1. vdasus says:

    Great thanx, i’ll try to test it

  2. Debbie says:

    I just installed 2.0 because I am also dealing with the x64 bit OS issue where Callsite is NLog.LoggerImpl.Write. Everything installs ok, but I was using MDC.set for some app specific log columns and now I am getting an error in my code that “MDC does not exist in the current context”

  3. Glen says:

    The .Net Framework does NOT include .Net Framework v2.0

Leave a Comment