Getting an invalidoperationexception when deserialising XML
- by Paul Johnson
Hi,
I'm writing a simple proof of concept application to load up an XML file and depending on the very simple code, create a window and put something into it (it's for a much larger project). Due to limitations in Mono, I'm having to run in this way.
The code I currently have looks like this
using System;
using System.Collections.Generic;
using…