Can't choose the platform in visual studio 2005 after install IE 7 beta1

Hi All,
In one of my computers, i tried to install IE 7.0 beta1.
After that i saw something strange with visual studio 2005.
1) I open visual studio 2005. Create a new Project.
2) In the New project windows, i choose "Smart device" and in Template i choose
MFC smart device application. I add the name of project, the location and click OK
3) In MFC...wizard: when i click to platforms, it returns automaticly to New Project
windows, so i can choose the Platforms to work. if i choose Application type, User
Interface Features, Advance Features, etc...everything is normal. If i click to Finish, it
make defaul is platform Pocket Pc 2003 and when i try to compile or debug it can run
normarly.
4) I tried to reinstall visual studio 2005, try to remove corecon, etc... but it still exists.
So if you meets this problem and have some solution to solve it, thank you for your
help.
[946 byte] By [JulienT] at [2007-12-16]
# 1

This is not VS issue. Please post to IE7 NG.

IlyaTumanov at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 2
We hit a similar issue when testing against Windows Vista and I'm wondering if ie7 has the same update.
In the wizard (all the wizards will need this update, so update the wizard you are testing)
vc\vcwizards\smartdeviceappwiz\mfc\application\html\1033\platforms.htm
Try making the following modification and see if that helps:
<! AvailableSDKs.options.remove(node);
!> AvailableSDKs.options.remove(0);

If this is the issue, this is fixed in next public release of VS2005.

Mario

MarioChenier at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 3
I tried launching appwizards after installing IE 7.0 Beta1. I do see that controls on the appwizard are blocked due to security protection. But after allowing blocked content, one can go to platform tab and wizard works fine.

thanks for bringing the issue.

Dushiant

Dushiant at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices General...