下载了orcas 2007年1月份的CTP(下载地址:http://www.microsoft.com/downloads/details.aspx?FamilyID=69055927-458b-4129-9047-fcc4facae96c&DisplayLang=en),好大一个,安装来试试,总的来说还不错,不过问题还是有一些,主要还是兼容性方面的
从微软网站上来看,orcas的System Requirements来看,似乎这个CTP并不支持Vista,奇怪的是orcas的Brief Descript就是一句话:Microsoft Visual Studio Code Name "Orcas" is the next generation development tool for Windows Vista, the 2007 Office System, and the Web.不知道这又是何道理……看支持列表里没有Vista,所以也没装Vista,毕竟装次系统是很麻烦的事,直接装到Windows Server 2003上了
据传说,orcas最后的名字可能叫Visual Studio 2007,照这样来看,应该和以前的VS版本是可以共存的,VS2005就可以很好的与VS2003共存,不幸的是,orcas与VS2005并不是那么友好:orcas使用了VS2005的配置文件!faint,照这样子看来,微软是把这个也当作2005了,project location/project templates location/item templates location,安装时默认的都是和VS2005同一个文件夹。更麻烦的是settings都保存在同一个文件中,VS2005看起来好像没有受到什么影响,每次都可以正常使用,orcas就不行了,连着启动几次orcas都没有问题,不过一旦启动一次VS2005,再来启动orcas问题就来了,“Microsoft Visual Studio is configuring the environment for first time use. This might take a few minutes.”看来是VS2005启动时不提示就修改了settings文件,导致orcas不认识了
顺便下载了 ASP.NET Ajax(下载地址:http://ajax.asp.net) ,orcas也有点问题,安装Ajax后,VS2005里多出一个模板:ASP.NET AJAX-Enabled Web Site,可是这个模板却并没有安装到orcas中去,不知道是ASP.NET Ajax的问题还是orcas的问题