Answered by:
August CTP

Question
-
Hello
I am using Eric Woodruff's sandcastle helper and i get the following error. Can anyone tell me how to overcome this.
MRefBuilderStatic (v2.0.2397.42473)
Copyright Microsoft Corp. 2005
Info: Loaded 8 assemblies for reflection
Info: Wrote information on 14 namespaces, 128 types, and 700 members
-------------------------------
Removing duplicate topics from reflection.org
0 duplicate topics removed-------------------------------
Removing attribute information from reflection.org
93 attribute nodes removed-------------------------------
Transforming reflection output...
[C:\temp_radhika\DownLoads\Test\Working\TransformManifest.bat]
UnrecognizedOption: /xsl:C:\Program Files\Sandcastle\ProductionTransforms\AddOverloads.xsl,C:\Program Files\Sandcastle\ProductionTransforms\AddGuidFilenames.xsl
UnrecognizedOption: /xsl:C:\Program Files\Sandcastle\ProductionTransforms\ReflectionToManifest.xsl
BUILD FAILED: Unexpected error in last build step. See output above for details.thanks!!
SQLNew
Friday, September 15, 2006 2:57 PM
Answers
-
You're using the July CTP of Sandcastle. Get the August CTP of Sandcastle and it will start working.
Eric
Friday, September 15, 2006 7:12 PM -
Thanks for the informationFriday, September 22, 2006 3:43 PM
All replies
-
You're using the July CTP of Sandcastle. Get the August CTP of Sandcastle and it will start working.
Eric
Friday, September 15, 2006 7:12 PM -
Thanks for the informationFriday, September 22, 2006 3:43 PM
-
Hey Eric,
I had the exact same problem this person did. I solved it by editing up the batch file so that the XSL transforms didn't pipe into each other using redirection, but instead used a few more intermediate files.
Yet I"m now pretty positive I'm using the Aug CTP, since I uninstalled the existing version and redownloaded the Aug version from Microsoft.
Saturday, September 23, 2006 3:46 AM