PowerCommands라는 Visual Studio 2008 플러그인 도구가 있다.

아마도... Windows Update에서 선택적 항목에 포함되어 있었던 것으로 기억하는데, 아무튼 나도 모르게 그걸 설치했나보다.

Visual Studio 솔루션 탐색기에서 바로 명령 프롬프트 창을 연다든가, 탐색기 폴더를 바로 연다든가 하는 작업을 쉽게 할 수 있어서 좋았다.

 

>> 참조: http://code.msdn.microsoft.com/PowerCommands


 

그런데 언젠가부터 Windows Forms 프로젝트에서 도구상자에 항목을 추가하려고 하면 Visual Studio가 이유없이 죽는 것이 아닌가.

[도구(T)]-[도구 상자 항목 선택(X)]을 선택해도 역시 마찬가지로 죽어버린다.

 

이걸 해결하는 방법을 찾아봤더니 다음과 같은 자료가 있었다.

 

>> 참조: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=363321

  

I had the same problem with VS 2008 + SP1
it turned out that PowerCommads for Visutal Studio 2008 caused the problem.
uninstalling it solved the problem.
found the solution in the following link:
http://forums.asp.net/p/1222006/2570302.aspx

 

Since this problem really bothered me and prevented me from testing the CAB stuff I did a bit of googling and came upon this URL: http://www.tech-archive.net/Archive/VisualStudio/microsoft.public.vsnet.ide/2008-03/msg00083.html
...that says to run the VS2008 in safe mode, that is run "devenv /safemode" from the VS2008 Command Prompt, then select Choose Items, select all tabs one at a time and press ok on any errors showing up.

When doing that I got two messages telling me "The following assemblies are installed SDK assemblies but could not be shown in the customize toolbox dialog because they are missing one or more components. Please make sure that all necessary libraries are available:
Microsoft.ink.dll
Microsoft.ReportingServices.Interfaces.dll"

After doing this I just closed down Visual Studio and started it again in normal mode and now the Choose Items work as it should :-)

 

서비스팩1을 설치하고 난 다음부터 생기는 문제란다.

서비스팩이 은근히 이런저런 문제가 많은 모양이다.

 

어쨌든,

그래서, 저 사람들이 말한 대로, Visual Studio를 안전모드로 실행한 다음 도구 상자 항목 선택을 실행해봤더니 아무 문제가 없었다.

그리고, 옵션에서 내가 자주 사용하는 기능 한 두 개만 제외하고 모두 체크를 빼버렸더니...

 

잘 된다!

 

 




Posted by 떼르미
,


자바스크립트를 허용해주세요!
Please Enable JavaScript![ Enable JavaScript ]