Debugging: The operation completed sucesfully
Using VS.php 2005 as part of a Visual Studio 2005 Professional SP1 installation.
I just created a simple PHP project, just an empy index.php marked as "Start page", but when I press Run I get this error message:
---------------------------
Microsoft Visual Studio
---------------------------
The operation completed successfully.
---------------------------
OK
---------------------------
Often caused by calling Win32's GetLastError function a little too late :)
But anyway, nothing happens afterwards.
I get this in the Output window:
------ Deploy started: Project: Foo, Configuration: Local PHP 5 ------
Copying C:\Documents and Settings\David\My Documents\Visual Studio 2005\Projects\Foo\index.php to C:\htdocs\index.php
Finished copying files.
========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========
But nothing happens.
Strange, consdering it was working fine the other day.


Problem with SP1
Please try VS.Php 2.3 because there are some problems with between VS.Php 2.1 and VS.Net SP1 when launching the debugger.
The problem was in the
The problem was in the section where VS.Php tries to get an unused port for Apache. The work around is to go to the debug->advance settings and set a port yourself. The latest VS.Php 2.6 will fixes this problem.