Jerry Nixon @Work: Using NDOC with Visual Studio 2005 RC

Jerry Nixon on Windows

Monday, October 3, 2005

Using NDOC with Visual Studio 2005 RC

Out-of-the-box, NDOC 1.3.1 doesn't support VS.Net 2005, but it can if you follow these instructions.

Open notepad and paste this in it:

<configuration>
<startup>
<!-- BETA 1 <supportedruntime version="v2.0.40607"> -->
<!-- BETA 2 <supportedruntime version="v2.0.50215"> -->
<!-- RELEASE CANDIDATE -->
<supportedruntime version="v2.0.50727">
</startup>
</configuration>

Save the file to this location:
C:\Program Files\NDoc 1.3\bin\net\1.1\NdocGui.exe.config
(or wherever you installed ndoc)

Look here for updates:
http://ndoc.sourceforge.net/