existing CakePHP project crashes (VS 2008/windows7)

Hi,
I'm new to php, cakePHP and vs.php, I usually work Visual studio with C# / VB.Net.
At the moment I'm having an internship at a company that working on a cakePHP project that I'm suppose to get involved with, and I thought that VS.php would be perfect for me since I normally work in Visual studio.
But.. When I tried to implement the project in vs.php and tried to debug it the apache server crashes and trying to restart a new instance but it keep on crashing:
Web server exit unexpectedly, starting new instance

And the output in VS shows:

'webserver.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Logging disabled (QUIET_MODE set)
'webserver.exe' (Managed): Loaded 'D:\Program\Jcx.Software\VS.Php\2008\webserver.exe'
'webserver.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'webserver.exe' (Managed): Loaded 'D:\Program\Jcx.Software\VS.Php\2008\vsphp_utils.dll'
'webserver.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'webserver.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'webserver.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'webserver.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Executing: D:\Program\Jcx.Software\VS.Php\2008\apache2\bin\apache.exe -f "D:\[solution dir]\.httpd.conf" -X -DPHP_5 -DPHP_5_SAPI
Executing: D:\Program\Jcx.Software\VS.Php\2008\apache2\bin\apache.exe -f "D:\[solution dir]\.httpd.conf" -X -DPHP_5 -DPHP_5_SAPI
The thread 0xd90 has exited with code 0 (0x0).
The program '[1880] iexplore.exe: Script program' has exited with code 0 (0x0).
The program '[4148] webserver.exe: Managed' has exited with code 0 (0x0).

I've also installed the xampp on the same computer and if I direct the apache to use my project as default directory it works?

I'm on a:
PC with windows7 64-bit pro
Visual Studio 2008 Pro (fully updated)
VS.Php 2.7 for VS 2008 build 2.7.5.6034(latest?)

Cheers
Bobby