AirConsole Unity 插件给出编译器错误 - 找不到“DataContractAttribute”
Posted
技术标签:
【中文标题】AirConsole Unity 插件给出编译器错误 - 找不到“DataContractAttribute”【英文标题】:AirConsole Unity plugin gives compiler error - 'DataContractAttribute' could not be found 【发布时间】:2016-06-20 17:10:35 【问题描述】:我正在尝试在 Monodevelop 中编译我的 AirConsole 项目,以便调试它。
它从包含的“Newtonsoft.JSON”库中给出了一个编译器错误:
The type or namespace name `DataMemberAttribute' could not be found. Are you missing an assembly reference? (CS0246) (Assembly-CSharp)
项目在 Unity 上运行良好;此错误仅在您尝试在 Monodevelop 中点击“运行”以启用调试器时发生。
有没有简单的方法来修复这个错误?
【问题讨论】:
这些线程描述了相同的问题(和解决方案):***.com/questions/12687315/…***.com/questions/7401795/namespace-for-datacontract 【参考方案1】:根据上面的评论:对于 Monodevelop,在解决方案的根文件夹中找到 References 文件夹,右键单击它,然后选择 Edit。
在出现的窗口中,搜索 System.Runtime.Serialization 并将其添加到您的引用中。这将让您构建和调试 Unity 项目。
【讨论】:
以上是关于AirConsole Unity 插件给出编译器错误 - 找不到“DataContractAttribute”的主要内容,如果未能解决你的问题,请参考以下文章