แอปพลิเคชันที่ฉันทำงานด้วยล้มเหลวเมื่อฉันพยายามเรียงลำดับประเภท
คำสั่งเช่น
XmlSerializer lizer = new XmlSerializer(typeof(MyType));
ผลิต:
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, Culture=neutral, PublicKeyToken=null"
FusionLog=""
StackTrace:
at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
ฉันไม่ได้กำหนดเลขลำดับพิเศษสำหรับชั้นเรียนของฉัน
ฉันจะแก้ไขปัญหานี้ได้อย่างไร
Generate serialization assembly
แบบเลื่อนลงเป็น "เปิด" แทน "อัตโนมัติ"