We Recommend

Beginning XML Beginning XML
The perfect resource for beginning XML programmers, this guidebook shows you what XML is, how to use it, and what technologies surround it. The authors build on the strengths of previous editions while covering the latest changes in the XML landscape such as XQuery, RSS and Atom, and Ajax.


Posted By

rengber on 12/04/07


Tagged

xml config serialization Troubleshooting Diagnostics


Versions (?)


Xml Config Entry to Write out Temporary Assemblies Created for the Serializers


Published in: XML 


This persists the dynamic classes generate by the .net serialize to disk at location
C:\Documents and Settings\A063913\ASPNET\Local Settings\Temp

Note. This will allow you to debug into the serialized classes from VS2005


  1. <system.diagnostics>
  2. <switches>
  3. <add name="XmlSerialization.Compilation" value="4"/>
  4. </switches>
  5. </system.diagnostics>

Report this snippet 

You need to login to post a comment.