while(1) { study(); }/Windows

Win CE 6.0 SDK 설치시, 0x80040305 오류.

Dien 2009. 9. 14. 11:59



Windows Embedded CE 6.0용 Custom SDK 설치시 0x80040305 오류를 만나는 경우가 있다.

정확히 말하자면, 요런 형태의 오류가 뜬다.


Fails to install with the following error message:
ToolsMsmCA(Error): IHxFilters filter registration failure: Err = 0x80040305, Context = pFilters->SetNamespace( Namespace )
followed by:
ToolsMsmCA(Error): IHxRegisterSession transaction failure: Err = 0x8004036f, pRegSession->CommitTransaction()




외국 포럼에서 찾아본 결과...

이런 경우 VS2008이라서 문제가 발생함. VS2005로 까세욘....

이라는 류의 대답이 많은데,

도저히 그렇게 할 수는 없는 상황이라...

이리저리 시도해 본 결과,


SDK 설치시 Complete로 설치하지 말고 Custom으로 선택한 다음,

Documentation 을 체크 해제하고 설치하니 정상적으로 설치가 되었다.

이상한 노릇임 ;




9월 16일 업데이트.

결국 VS2008에서 VS2005로 갈아탐.

VS2008에서 WinCE 6.0 용 어플 개발하면 안된다는 결론에 도달.