Activity overview
Latest activity by theonion
OK after spending the best part of three hours trying to fix this and then finally posting here, within five minutes I had fixed the issue. Always the way. The solution was simple in the end:
In Visual Studio 2008 go to: Tools -> Import/Export settings -> Reset All Settings / comments
OK after spending the best part of three hours trying to fix this and then finally posting here, within five minutes I had fixed the issue. Always the way. The solution was simple in the end:
In Vi...
System.IO.FileNotFoundException' occurred in mscorlib.dll
So my code worked fine, then after using .NET Reflector it is now broken. Basically when trying to execute
XmlSerializer serializer = new XmlSerializer(typeof(List<Device>));
...