Advertisement
Guest User

AeriesReportingError

a guest
Jan 22nd, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Error creating ReportingMessage from Message.
  2.  
  3. System.InvalidOperationException: There is an error in XML document (1, 1252). ---> System.IO.FileLoadException: Could not load file or assembly 'AeriesReporting, Version=1.0.0.28389, Culture=neutral, PublicKeyToken=24fba504e360925d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
  4. at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
  5. at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
  6. at System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase)
  7. at AeriesReporting.OptionItem.ReadXml(XmlReader reader) in D:\a\1\s\Src\AeriesReporting\OptionItem.vb:line 134
  8. at System.Xml.Serialization.XmlSerializationReader.ReadSerializable(IXmlSerializable serializable, Boolean wrappedAny)
  9. at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderReportingMessage.Read9_ReportingMessage(Boolean isNullable, Boolean checkType)
  10. at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderReportingMessage.Read10_ReportingMessage()
  11. --- End of inner exception stack trace ---
  12. at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
  13. at AeriesReporting.ReportingMessage.LoadXml(String xml) in D:\a\1\s\Src\AeriesReporting\ReportingMessage.vb:line 130
  14. at AeriesReporting.ReportingMessage..ctor(Message msg) in D:\a\1\s\Src\AeriesReporting\ReportingMessage.vb:line 72
  15. at AeriesReportSvc.MessageProcessor.MsgReceiveCompleted(Object source, PeekCompletedEventArgs asyncResult) in D:\a\1\s\Src\AeriesReportSvc\MessageProcessor.vb:line 303
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement