Tag: system.xml

为什么我的XmlSerializer出现错误?

我对我的工作应用程序做了一些更改,并开始在这行代码中得到以下错误。 Dim Deserializer As New Serialization.XmlSerializer(GetType(Groups)) 这是错误。 BindingFailure was detected Message: The assembly with display name 'FUSE.XmlSerializers' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'FUSE.XmlSerializers, Version=8.11.16.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system […]