Posts
Sort by recent activity
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>));
...