From: SourceForge.net <no...@so...> - 2004-08-30 15:55:46
|
Bugs item #1019166, was opened at 2004-08-30 11:53 Message generated for change (Comment added) made by amorse You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416078&aid=1019166&group_id=36057 Category: VS.NET Documenter Group: v1.3-beta Status: Open Resolution: None Priority: 5 Submitted By: Alan Morse (amorse) Assigned to: Don Kackman (dkackman) Summary: Build fails for linked files Initial Comment: If two projects (that build DLLs) share a file using a link, then the build fails when trying to document the second DLL. An error occured while trying to build the documentation. Exception: System.IO.IOException The file "D:\Sandbox\abd- trunk\abdesktop\docs\apidocs\ndoc_htmlhelp2_temp\html \ndocAbInitioAppsAbDesktopComponentVersionInfoNSAcc essControlListClassTopic_69393830.html" already exists. Exception: System.IO.IOException at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at NDoc.Documenter.NativeHtmlHelp2.Engine.HtmlFactory.Tr ansformAndWriteResult(String transformName, String fileName) at NDoc.Documenter.NativeHtmlHelp2.Engine.HtmlFactory.M akeHtmlForInterfaceOrClassOrStructure(XmlNode typeNode) at NDoc.Documenter.NativeHtmlHelp2.Engine.HtmlFactory.M akeHtmlForTypes(String namespaceName) at NDoc.Documenter.NativeHtmlHelp2.Engine.HtmlFactory.M akeHtmlForNamespace(String assemblyName, String namespaceName) at NDoc.Documenter.NativeHtmlHelp2.Engine.HtmlFactory.M akeHtml() at NDoc.Documenter.NativeHtmlHelp2.NativeHtmlHelp2Docu menter.MakeHtml(Workspace workspace, HtmlFactory factory) at NDoc.Documenter.NativeHtmlHelp2.NativeHtmlHelp2Docu menter.Build(Project project) ---------------------------------------------------------------------- >Comment By: Alan Morse (amorse) Date: 2004-08-30 11:55 Message: Logged In: YES user_id=56069 See bug report 792243. This a different result (more serious) of the situation described in that bug report. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416078&aid=1019166&group_id=36057 |