Thread: Sandcastle
View Single Post
  #1  
Old 07-21-2008, 05:48 AM
Omi Omi is online now
Registered User
 
Join Date: 02-06-2007
Location: Munich
Posts: 11
Exclamation Sandcastle

Hey Folks,

Im trying to integrate Sandcastle in my Automated Software Build.

Unfortunately without success.

....
..

see my Sandcastle / LastBuild.log :

<buildStep step="GenerateNamespaceSummaries">
Generating namespace summary information...
Last step completed in 00:00:14.7291
</buildStep>
<buildStep step="ApplyVisibilityProperties">
Applying visibility properties to reflection information file
47482 attribute nodes removed
117 explicit interface implementations removed
24840 local and base class EII elements removed
116619 inherited member elements removed
52212 private fields noted for removal
1 private framework fields noted for removal
Removing previously noted unwanted APIs and elements
Last step completed in 00:04:25.1558
</buildStep>
<buildStep step="Failed">

BUILD FAILED: Error applying Visibility properties: Exception of type 'System.OutOfMemoryException' was thrown.

</buildStep>
</shfbBuild>

...
..

Every time i'm getting a "System.OutOfMemoryException":

My Virtual Machines are configures with 4 Gb of Ram ..
I tried to use the VBP Action Sandcastle, but also realized it with cmd line (e.g. %DOSCMD% sc_helpgenerator.exe %PC_DPS%\kkh\dll...)

Anyone got similar experience !?

with best regards,

Omi
Reply With Quote