From: Michael W. <mw...@hg...> - 2006-02-05 16:29:45
|
No, I'm not using the Express Edition. Visual Studio for Software Developers. The /doc option works with csc.exe, I was just getting compiler errors if I referenced a web service and the .xml file wasn't being generated in this case. =20 However, I found out how to generate a .dll for my web service using wsdl.exe. So now I am able to reference the .dll with the /r option and successfully get an .xml file. I still get an error message about the absence of a "Main" procedure, but the .xml file is still produced. =20 I think Microsoft needs to clarify their nomenclature in their documentation. The File menu in Visual Studio has "New Project" and "New Website", but the documentation on XML comments doesn't mention this distinction. ________________________________ From: Elly Govers / Gerard van de Ven [mailto:ell...@xt...]=20 Sent: Saturday, February 04, 2006 4:14 PM To: Michael Wasson; ndo...@li... Subject: RE: [Ndoc-users] Generating .XML file for ASP projects Hi Michael, =20 Are you using "Visual Web Developer Express Edition"? I am getting the feeling that XML documentation generation is not supported in the express edition. The documentation on the compilers still talks about the "/doc" or "/doc:<filename>" option. But it is indeed nowhere to be found in the project ("website") settings. If it also does not work from the command line, then all I can think of is that it has been taken out. =20 Maybe somebody else can shed some light on this? =20 -----Oorspronkelijk bericht----- Van: ndo...@li... [mailto:ndo...@li...] Namens Michael Wasson Verzonden: Saturday, 4 February 2006 4:39 a.m. Aan: ndo...@li... Onderwerp: [Ndoc-users] Generating .XML file for ASP projects I would like to use the "XML Documentation Comments" feature of VS 2005=20 described here: http://msdn2.microsoft.com/en-us/library/b2s063f7.aspx <http://msdn2.microsoft.com/en-us/library/b2s063f7.aspx> =20 =09 However, "websites" (as opposed to projects) don't have the "XML Documentation File" checkbox on the Build property page. We have tried=20 using csc.exe with the /doc option, but we have run across problems if=20 the .cs file references external libraries or web services.=20 =09 Does anyone know how to strip XML comments out of an ASP 2.0 website? |