VS2008无法为添消控件添加消息响应函数的解决办法

问题描述:在使用VS2008为对话框中控件添加消息响应时总是弹出” add/remove operation is impossible because the code element *** is read only”

 

解决方法:由于刚装VS2008时,每次打开工程,这时vc的左下角正显示正在更新IntelliSense...。这种情况出现了几次,一等就是几十分钟。真是令人烦躁。并且CPU占用率显示100%。在网上搜索相关文章,说把/Microsoft Visual Studio 9.0/VC/vcpackages/feacp.dll改名,或者直接删除。于是乎就将其直接干掉,以后再也没有出现过类似情况。可好景不长,在为对话框中控件添加消息时出现上述问题,关于这个问题网上比较多的方法是采用如下方式解决:

 1) Close current project

2) Enter the directory where the project located

3) delete the .ncb and .suo file

4) reopen the project

 

可是,对于上述情况,这个方法不能解决问题。最后发现是由于把原来的feacp.dll干掉的原因导致的,将其还原后,问题解决。

你可能感兴趣的:(File,delete)