Eden Ridgway's Blog

.Net and Web Development Information

  Home :: Contact :: Syndication  :: Login
  105 Posts :: 1 Stories :: 78 Comments :: 3 Trackbacks

Search

Article Categories

Archives

Post Categories

Development

General

Lately I've been dealing with a fair amount of XML serialization and since I know that I'll need this information again, I'm going to blog it. Here are useful sites:

Adding the following to you config file will generate the serialization class in C:\Documents and Settings\[YourMachineName]\ASPNET\Local Settings\Temp or C:\Documents and Settings\[YourMachineName]\[Current User]\Local Settings\Temp (information from Daniel Cazzulino)

<system.diagnostics>
<switches>
<add name="XmlSerialization.Compilation" value="4"/>
</
switches>
</system.diagnostics>
posted on Thursday, September 08, 2005 8:47 AM
Comments have been closed on this topic.