
exception
叁y
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java.lang.IllegalStateException
Caused by: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.出错代码final TableRow row1 = (TableRow) findViewById(R原创 2016-03-15 21:02:11 · 960 阅读 · 0 评论 -
Visual Studio“命名空间不存在***”的问题
想在vs中连接数据库,添加“using System.Data.SqlClient;”引用时却报错“命名空间System中不存在Data"(大小写及拼写都正确)解决方法:右键项目中的引用→添加引用→浏览→找到“System.Data.dll”文件→添加解决了!!原创 2016-03-18 23:13:58 · 6317 阅读 · 1 评论 -
Error : DEP6810 Windowsphone 真机调试错误
Windows phone 真机调试时遇到如下错误Error : DEP6810 : MdilXapCompile.exe failed with error code 2001. See log file ‘C:\Users\Documents\Visual Studio 2013\Projects\obj\ARM\Release\MDIL\MDILXapCompileLog.txt’ for m原创 2016-06-11 12:07:28 · 401 阅读 · 0 评论