Getting a compile error in c# about not referencing System.XML, yes System.XML is being reference

前端 未结 3 798
感动是毒
感动是毒 2020-12-20 23:17

I am trying to add a new feature to an old program I wrote. However, when trying to get the program to build in VS express it spits back an error message to me.

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-20 23:45

    The error may be misleading if you have the reference - you may also need to reference System.Xml.Serialization.

提交回复
热议问题