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.
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