Chinaunix首页 | 论坛 | 博客
  • 博客访问: 677444
  • 博文数量: 148
  • 博客积分: 4086
  • 博客等级: 上校
  • 技术积分: 1766
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-06 23:27
文章分类

全部博文(148)

文章存档

2013年(19)

2012年(9)

2011年(106)

2009年(14)

分类: WINDOWS

2011-10-16 10:16:10

How to solve “add/remove operation is impossible, because the code element 'Cxxx' is read only

With Visual Studio 2008, we may meet “add/remove operation is impossible, because the code element 'Cxxx' is read only” error when we want to add a new message handler in “properties” window. In order to solve this issue, we shall:

1) Close current project

2) Enter the directory where the project located

3) delete the .ncb and .suo file

4) reopen the project

Then we shall can add new message handler without any issue

阅读(811) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~