'vs2005'에 해당되는 글 2

  1. 2007.07.20 Add/Remove operation is impossible,because the code element '(null)' is read only 3

Add/Remove operation is impossible,because the code element '(null)' is read only

수정(edited) : 2007/08/02 09:50 Translated into Eng

I'm not good at Eng.  Blog's referrer is almost google and in Eng.
So Translated again : Eng -> kor -> Eng

VS2005 MFC 리소스 에디터로 작업 하다가 가끔 함수 추가가 안될때 있다...
(When Working on VS2005, resource editor cannot add the function with the message : )

Add/Remove operation is impossible,because the code element '(null)' is read only
를 띄우면서...

수동으로 추가할 수도 있지만 귀찮다...

임시 해결법으로는...
(Temporary Solution...)
프로젝트 폴더 안의 ncb 파일과 suo 파일을 지우면 된다...
(in the Project folder, delete *.ncb)

이것은 SP1에서 해결 되었다고 한다..
(This Problem has been solved SP1...)
하지만 그렇지 않은 것 같다...
(But, Really?)

MSDN forum에서 디스커션 되었으며
(The Problem has been discussed by MSDN forum)
----------------------------------------------------------------------
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=83896&SiteID=1
----------------------------------------------------------------------

해당 링크의 글타래에서 다음의 링크를 제공한다.
(That Link has the Comment with next links.)
----------------------------------------------------------------------

I think it's fixed in VC 2005 SP1
http://blogs.msdn.com/vcblog/articles/643308.aspx

Resource Editor Add/Remove impossible code read only (Colin Carter)
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=99076

others (unknown if fixed by above):
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=105469
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=98874
----------------------------------------------------------------------
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=98810