English 中文(简体)
弹ing中的错误
原标题:Error when casting from dll

我从A类到B类投下这种错误,因为批量在不同地点。 一种是,它本应是哪里,另一种是C:ProgramFiles/Microsoft......,但两者兼有。

It is very annoying problem.

我的密码坠毁于此线:

serializer.Serialize(sw, some);

让我告诉大家该项目。 首先,我用具体文件夹打一钟,然后用另一个解决办法,把它装上,并试图将其编成册。

我总是把批量文件交给大会。 LoadFrom方法。 我尝试改变每一个洛德弗兰经,但也有同样的例外。

为什么发生这种情况? 如何解决这一问题?

最佳回答

我实际上无法解决这个问题,因此我使用了XmlWriter。

问题回答

暂无回答




相关问题
Choosing the right subclass to instantiate programmatically

Ok, the context is some serialization / deserialization code that will parse a byte stream into an object representation that s easier to work with (and vice-versa). Here s a simplified example ...

WCF Problem Sending Object To Client

Background Converting from using .Net Remoting to WCF. Most of the methods on the WCF server are working fine, but ran into one that isn t working today. This is the service contract: [...

WCF DataMember Serializing questions

Ok, so I was part way through the long winded process of creating DTOs for sending my model over the wire and I don t feel like I m going down the right route. My issue is that most of the entities ...

deserialize the XML Document --- Need Help

I am using the below code snippet now to deserialize the XML document ... [WebMethod] public XmlDocument OrderDocument(XmlDocument xmlDoc) { XmlSerializer serializer = new XmlSerializer(typeof(...

How do I serialize a child class?

how do I include the serialized data from a child class where both impliment iserializeable? Class A Implements ISerializable dim _B as new B Class B Implements ISerializable ...

WCF: Serialize complex objects with read-only members

Looking for some guidance on a WCF service I’m prototyping. I have a WCF service hosted in IIS that will pass data to my clients. I have a separate shared assembly that contains all my business ...

Long/multiple SQL queries vs Serialization

I m trying to improve the performance of my web app where a page does a long query to pull data from different tables on a database. It pulls invoice data with multiple item lines, invoice status, and ...

热门标签