Can I can run Visual Studio 2003 on Windows XP x64 Pro?
You can run Visual Studio 2003 on Windows XP x64 Pro. There are some
compatibilty issues with the asp.net projects. To over come them run the script
listed below.
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set
w3svc/AppPools/Enable32bitAppOnWin64 1
You also need to enable asp.net to
do so open the computer management
Select services and applications ->
Internet information services -> webservice extensions
Select asp.net and
press the allow button on the left.