18
XmlSerializer memberikan FileNotFoundException di konstruktor
Aplikasi yang saya gunakan tidak berfungsi ketika saya mencoba membuat serial. Pernyataan seperti XmlSerializer lizer = new XmlSerializer(typeof(MyType)); menghasilkan: System.IO.FileNotFoundException occurred Message="Could not load file or assembly '[Containing Assembly of MyType].XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified." Source="mscorlib" FileName="[Containing Assembly of …
347
c#
xml-serialization