18
Yapıcıda FileNotFoundException veren XmlSerializer
Türleri serileştirmeye çalıştığımda çalıştığım bir uygulama başarısız oluyor. Gibi bir ifade XmlSerializer lizer = new XmlSerializer(typeof(MyType)); üretir: 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 MyType].XmlSerializers, Version=1.0.0.0, …
347
c#
xml-serialization