태그 : VS2005error

VS2005 에서 "프로젝트를 만들지 못했습니다."

1. IE8 Beta2 설치 후 발생 - 시스템 복원 사용( 검증완료 ) || 프로그램 추가/제거( 미검증 )

2. ie7_vs2005_patch.reg
Workaround 3: Unable to Create Native (C++) Projects
VC++ Project Wizards are pretty much HTML files + scripts - Visual Studio uses IE to render and present those "web pages" as a wizard. The problem is that, due to the new security model, IE7 does not trust some of those scripts; as a result you keep getting the "New Project" dialog and can't move forward on the wizard. The workaround here is to let IE know that the smart device VC++ wizard is a nice guy and ok to run.

You will need to open the registry entry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved

And add a new entry named: {D245F352-3F45-4516-B1E6-04608DA126CC}

참조 : http://blogs.msdn.com/fzandona/archive/2006/08/01/684927.aspx

by 인도왕자 | 2008/10/23 14:41 | IT | 트랙백 | 덧글(1)

◀ 이전 페이지          다음 페이지 ▶