MonoDevelop build error “The search could not be finished”

人盡茶涼 提交于 2019-12-13 18:22:11

问题


I am currently developing a C# application to be cross compatible in Windows and Ubuntu. I am developing the software in Visual Studio 2010 on Windows and copying the project to ubuntu and make any modifications that are required using MonoDevelop.

This has been working perfectly all the time but now for some reason it isn't.

When I try to do a search and replace across the entire project which has always worked is now coming up with an that says 'The search could not be finished. Could not find file /myproject/myproject/Microsoft.Net.Client.3.5.

Also when I run the project it says that it builds successfully but when run it looks as if it is running the previous build instead of the latest build.


回答1:


When I experienced issues with searching for files it was the MonoDevelop parser information files that was out of sync. Try deleting all .pidb files and do a rebuild.



来源:https://stackoverflow.com/questions/5523952/monodevelop-build-error-the-search-could-not-be-finished

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!