Debugging XMLSerializer usage in .NET webservice.

You can add a switch to the machine.config to keep compiler generated files:
[system.diagnostics]
[switches]
[add name="XmlSerialization.Compilation" value="4"]
[/switches]
[/system.diagnostics]
After this, the temp directory would have the generated files.

Comments

Popular posts from this blog

Google Appengine

Did you ever have to analyze large log files before?