जब मैं प्रकारों को क्रमबद्ध करने का प्रयास करता हूं, तो मैं जिस एप्लिकेशन के साथ काम कर रहा हूं वह विफल हो रहा है।
जैसा कथन
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
"ऑटो" के बजाय ड्रॉप-डाउन को "ऑन" में बदलें ।