Visual Studio Integration Missing?

5 messages Options
Embed this post
Permalink
xr280xr

Visual Studio Integration Missing?

Reply Threaded More More options
Print post
Permalink
Hi,
As long as I'm getting questions answered, I saw in the tutorial that the graphic installer includes the options for Visual Studio integration. When I ran the installer I made sure all options were checked but I don't see any changes in visual studio. Do I need to do something to get the templates and snippets to show up?
Jaroslaw Kowalski

Re: Visual Studio Integration Missing?

Reply Threaded More More options
Print post
Permalink
Visual Studio integration is available for 2002,2003 and 2005. Unfortunately there are no packages for VS2008 and VS2010 yet, but I'm working on then as part of NLog 2.0.
 
I'll try to work on solution to that problem and will post it here when it is available.
 
Jarek

On Mon, Aug 3, 2009 at 3:36 PM, xr280xr (via Nabble) - No Reply <[hidden email]> wrote:
Hi,
As long as I'm getting questions answered, I saw in the tutorial that the graphic installer includes the options for Visual Studio integration. When I ran the installer I made sure all options were checked but I don't see any changes in visual studio. Do I need to do something to get the templates and snippets to show up?

Jaroslaw Kowalski

Re: Visual Studio Integration Missing?

Reply Threaded More More options
Print post
Permalink
Actually I've put together a script that will enable NLog VS2008 integrations:

- item templates
- code snippet
- reference assembly path
- XSD schema for intellisense

The files are available for download from:

http://nlog-project.org/files/NLogVS2008.zip
Rusty

Re: Visual Studio Integration Missing?

Reply Threaded More More options
Print post
Permalink
altered: if(%NLOG_PATH%)==() set NLOG_PATH=%ProgramFiles%\NLog\bin\net-2.0
to: if(%NLOG_PATH%)==() set NLOG_PATH=%ProgramFiles%\NLog\bin\net-2.0\

altered: reg add HKLM\Software\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\NLog /f /d "%NLOG_PATH%"
to: reg add HKLM\Software\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\NLog /ve /f /d "%NLOG_PATH%

to get the script to work on my Xp SP2.0 machine
Jaroslaw Kowalski

RE: Visual Studio Integration Missing?

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Can you try the updated installer and let me know whether it's working for you? See details below:

http://n2.nabble.com/NLog-installed-updated-to-support-VS2008-and-VS2010-Beta-prerelease-td3548083.html#a3548083




From: Rusty (via Nabble) - No Reply <[hidden email]>
Sent: Thursday, September 03, 2009 4:50 AM
To: Jaroslaw Kowalski <[hidden email]>
Subject: Re: Visual Studio Integration Missing?

altered: if(%NLOG_PATH%)==() set NLOG_PATH=%ProgramFiles%\NLog\bin\net-2.0
to: if(%NLOG_PATH%)==() set NLOG_PATH=%ProgramFiles%\NLog\bin\net-2.0\

altered: reg add HKLM\Software\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\NLog /f /d "%NLOG_PATH%"
to: reg add HKLM\Software\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\NLog /ve /f /d "%NLOG_PATH%

to get the script to work on my Xp SP2.0 machine