简体   繁体   English

在Visual Studio中使用SQLCE进行调试之前先清理解决方案

[英]Clean solution before debugging in Visual Studio with SQLCE

I'm creating a C# WPF app with SQLCE. 我正在使用SQLCE创建C#WPF应用程序。 Each time before I debug, I have to run "clean solution" or it will throws out a XmlParseException. 每次调试之前,我都必须运行“干净的解决方案”,否则它将抛出XmlParseException。 Why? 为什么? What is clean solution - is there some sort of caching in SQLCE? 什么是干净的解决方案-SQLCE中是否存在某种缓存?

I am not sure it has anything with SQLCE. 我不确定它与SQLCE有什么关系。 Clean Solution - deletes all the compiled and temporary files associated with a solution. 干净解决方案-删除与解决方案关联的所有已编译和临时文件。 It ensures that the next build is a full one, rather than only changed files being recompiled. 它确保下一个版本是完整版本,而不是仅重新编译更改的文件。 You can get more info in the SO link What is clean solution 您可以在SO链接中获得更多信息什么是干净的解决方案

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM