hi sandeep,
this looks like you might need to reverse compile ndoc (using
reflector or whatever) to see the link demand on the
NDoc.Documenter.NativeHtmlHelp2.NativeHtmlHelp2Documenter.Build
method.  it must be requesting access to something that the domain
account is not allowed to touch.
cheers,
owen.

On 6/20/05, Sandeep <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> This problem is related to integrating NDoc with NAnt/CCNET. I am
> posting it here to see if someone has implemented it and faced similar
> issue.
> 
> I am getting the following error when trying to generate "VS.Net 2003"
> type of documentation using NDoc:
> 
> [exec] Starting 'D:\Program Files\NDoc 1.3\bin\net\1.1\NDocConsole.exe
> (-documenter="VS.NET 2003" -project=Help.ndoc -verbose)' in
> 'D:\Root\Doc'
> [exec] NDoc 1.3.1 (Build 1.3.1851.0; net-1.1.win32; release; 1/25/2005)
> [exec] http://ndoc.sourceforge.net
> [exec] Initializing...
> [exec] Last step took 0.2 s
> [exec] Merging XML documentation...
> [exec] Last step took 8.8 s
> [exec] Loading StyleSheets...
> [exec] Last step took 2.2 s
> [exec] Generating HTML...
> [exec] Last step took 3.7 s
> [exec] Compiling Html Help 2 Files...
> [exec] Error: NDoc.Core.DocumenterException
> [exec] An error occured while creating the documentation
> [exec] Error: NDoc.Core.DocumenterException
> [exec] HtmlHelp2 compilation error
> [exec] Error: System.UnauthorizedAccessException
> [exec] Access is denied.
> [exec] at
> NDoc.Documenter.NativeHtmlHelp2.NativeHtmlHelp2Documenter.Build(Project
> project)
> [exec] at NDoc.ConsoleApplication.EntryPoint.Main(String[] args)
> 
> I am executing NDoc console from NAnt running under Cruise Control .Net.
> Cruise Control.Net service is running under a domain account who is
> administrator of the server. I am using NDoc version 1.3.1. Everything
> works fine with "MSDN" type documenter. This error is not giving me any
> clues as to what is wrong. If I run the NDocConsole.exe from command
> prompt, it works fine.
> 
> Has anyone experienced this before? Any pointers to this problem will be
> greatly appreciated.
> 
> Thanks in advance,
> Sandeep
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick
> _______________________________________________
> Nant-users mailing list
> Nant-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 


-- 
Owen Rogers | http://dotnetjunkies.com/weblog/exortech |
CruiseControl.NET - http://ccnet.thoughtworks.com


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to