pgup12 发表于 2015-11-3 10:41:42

VS.PHP with VS2008 in windows7 转载

  神奇的windows7,居然装不上vs2008标准版,改装了团队版,嘿,行了。因为还有做php开发,接着装上vs.php,安装没有什么问题,可以运行php项目就不行了,提示Cannot CreateProject,说什么打不开.phpproj,啊,神啊,接下来的日子用emedit搞了几天,不是说emedit不好,做项目的话,实在是不行,debug的没有也就算了,代码感知也没有,好惨啊。今天上vs.php官网载了2.7版的,还是不行。但是看到有人提出了,一试,对头,记下。
  
  
  Hi,
Just installed the evaluation version for VS 2005. The installation waserror free. When I try to create a new PHP project I get an errorsimilar to:
  Fail to create project. The application for project 'C:/ProgramFiles/Jcx.Software/VS.Php/2005/2.5/ProjectTemplates/empty_php5_project.phpproj'is not installed. Make sure the application for the project type(.phpproj) is installed.
  
  
On September 1st, 2008 juanc said:
  Try this from the command line:
devenv /resetskippkgs

  对了,再顺便展示一下,个人觉得vs.php比那个zendstudio好多了,那个卡死,功能也不见得比这个好多少,vs稳定多了。
  
  自定义类感知,该类在项目中的另一个文件里

  注释提示,从类到方法,参数,返回值,全有

  开发大项目必备的debug

  那个2.7居然还支持silverlight开发,现在php中用silverlight方便多了。随便说一下,vs.php是要钱的,不要钱的话也是有的,方法自己找咯。
页: [1]
查看完整版本: VS.PHP with VS2008 in windows7 转载