Windows Mobile 6 Standard SDK Refresh install issue on Visual Studio 2010 Professional Beta 2

瘦欲@ 提交于 2019-12-19 19:48:55

问题


When I install the Windows Mobile 6 Standard SDK Refresh I get the error:

Not Installed: Visual Studio 2005 SP1 or Later

I have Visual Studio 2010 Professional Beta 2 installed.

Please can you tell me how I can resolve this?


回答1:


Install Visual Studio 2008, smart device development is not yet supported in VS2010 (well it definitely wasn't supported in beta 1, and I have seen anything contrary so far for beta 2)

VS2008 and VS2010 will co-exist on the same machine.




回答2:


I don't know if there's any workaround for this particular case, but Visual Studio and its add-ons are in general notorious for requiring exact versions of all dependencies, leading to conflicts that often make it impossible to install the versions you want of everything.

Personally I keep a virtual machine for each Visual Studio environment to keep the dependencies happy. You might benefit from running either VS2010 or VS2005 or both in a VirtualBox/VirtualPC/VMware.




回答3:


Don't waste your time installing 2008!

You can override this in the installation file:

http://developer.nokia.com/Community/Wiki/Windows_Phone_SDK_7.1_does_not_install_in_Windows_XP_(Known_Issue)

Extract the Windows Phone SDK 7.1 install file to a directory via unzip tool;

Edit the baseline.dat in the directory like this

...

[gencomp7788]

...

InstallOnWinXP=0

REM original is InstallOnWinXP=1

...

and save;

Run the setup.exe of the directory with paremeter via running utility or command line of start menu .

For example X:\xx\setup.exe /web

The error message, for failing to meet system requirement, won't pop up again and the installation continues.



来源:https://stackoverflow.com/questions/1779874/windows-mobile-6-standard-sdk-refresh-install-issue-on-visual-studio-2010-profes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!