02 2017 档案

摘要:public partial class Form1 : Form { BackgroundWorker worker = new BackgroundWorker(); xxContext context_ = null; public Form1() { InitializeComponent()... 阅读全文
posted @ 2017-02-14 14:56 Yu 阅读(556) 评论(0) 推荐(0)
摘要:出现问题: Unable to cast object System.Xml.XmlComment’ to type ‘System.Xml.XmlElement’ 解决办法: 打开 *.csproj 文件,修改 ToolsVersion="14.0" 为 ToolsVersion="12.0" 阅读全文
posted @ 2017-02-09 13:48 Yu 阅读(1731) 评论(0) 推荐(0)