-
I would like for nDoc to support VS2008 projects/solutions as well.
russ.mcclelland@ps.net.
2008-02-01 22:52:45 UTC by nobody
-
Keep up the good work.
Just confirming the same bug:
Error compiling the namespace stylesheet
Exception: NDoc.Core.DocumenterException
Error compiling the namespace stylesheet
Exception: System.Exception
Error compiling the namespace stylesheet
Exception: System.IO.DirectoryNotFoundException
Could not find a part of the path 'C:\Documents and...
2008-01-08 10:32:51 UTC by nobody
-
Keep up the good work.
Just confirming the same bug:
Error compiling the namespace stylesheet
Exception: NDoc.Core.DocumenterException
Error compiling the namespace stylesheet
Exception: System.Exception
Error compiling the namespace stylesheet
Exception: System.IO.DirectoryNotFoundException
Could not find a part of the path 'C:\Documents and...
2008-01-08 10:31:26 UTC by nobody
-
On Vista 64-bit OS, the default HTML Help Workshop installation directory is:
C:\Program Files (x86)\HTML Help Workshop\
So adding this code around line 148 of HtmlHelp.cs is helpful:
//try the default Html Help Workshop installation directory on Vista 64-bit OS
_htmlHelpCompiler = @"C:\Program Files (x86)\HTML Help Workshop\hhc.exe";...
2007-10-03 15:13:36 UTC by nobody
-
Another possibility may be to build the release version of the solution. It is configured without using 'NO_RESOURCES' compiler define.
2007-07-17 06:14:48 UTC by lissi
-
This is a result of the conditional compilation symbol 'NO_RESOURCES' used while building the application. It may be used for debugging purpouse.
The application will search XSL transformation files in the file system instead inside the resource assembly as long as this compiler switch is used.
To workaround, rebuild the application after removing the compiler switch 'NO_RESOURCES' for the...
2007-07-17 06:04:18 UTC by lissi
-
You can find a suggestion for a source code patch at:
http://geekswithblogs.net/sudheersblog/archive/2006/07/24/86146.aspx.
2007-07-12 12:49:05 UTC by lissi
-
Is there any work-around?.
2007-05-09 22:12:25 UTC by nobody
-
Error when Building Documentation
I downloaded the latest NDoc2005BetaSrc.zip
I compiled it and build the exe file on \NDoc2005\src\Gui\bin\Debug\NDocGui.exe
Add my DLL and then tried to build my documentation, and I get a NDoc.Core.DocumentaterExeption.
Is there a configuration that I'm missing to make it work?
Here's the error that I get:
Method may only be called on a Type...
2007-03-07 05:09:50 UTC by nobody
-
Sorry, seems I had not packed them including the directory path.
The patch has been done for the MSDN documenter. So, the files has to be copied to the path src\Documenter\Msdn\xslt.
2007-01-22 11:43:02 UTC by kuniss