Updated to Visual Studio 2010 and installed vs.php 2.10. Created new commandline project and added 1 echo line to test. Crashes Visual Studio everytime I attempt to debug. I need to get this going. Please help.
This is a new PC with windows 7 64 bit. .net 2.0 is installed.
eventlog error:
Log Name: Application
Source: Application Error
Date: 1/23/2012 11:32:31 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: XXXXXXXXXXXX
Description:
Faulting application name: devenv.exe, version: 10.0.30319.1, time stamp: 0x4ba1fab3
Faulting module name: vsphp.dll, version: 2.10.6970.0, time stamp: 0x4ef03543
Exception code: 0xc0000005
Fault offset: 0x00071a1e
Faulting process id: 0xbb4
Faulting application start time: 0x01ccd9ec20e33e7f
Faulting application path: C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
Faulting module path: C:\Program Files\Jcx.Software\VS.Php\2010\vsphp.dll
Report Id: d836ae6a-45df-11e1-821c-5cac4cfd679a
Event Xml:
1000
2
100
0x80000000000000
16510
Application
XXXXXXX
devenv.exe
10.0.30319.1
4ba1fab3
vsphp.dll
2.10.6970.0
4ef03543
c0000005
00071a1e
bb4
01ccd9ec20e33e7f
C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
C:\Program Files\Jcx.Software\VS.Php\2010\vsphp.dll
d836ae6a-45df-11e1-821c-5cac4cfd679a
Previous install was Visual studio 2008 on XP with vs.php 2.6.
Thanks,
Chris
juanc says:
I see the problem, good catch! I'll get a fix ASAP.
Juan
Chris A says:
Thanks!
Just let me know where the update is when it comes out.
Chris
juanc says:
Please try this build:
http://svn.jcxsoftware.com/node/58
Juan
Chris A says:
Looks to be the same results. I tried the previous project and I created a new one to test.
Log Name: Application
Source: Application Error
Date: 1/24/2012 11:37:27 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: xxxxxx
Description:
Faulting application name: devenv.exe, version: 10.0.30319.1, time stamp: 0x4ba1fab3
Faulting module name: vsphp.dll, version: 2.10.7145.0, time stamp: 0x4f1ea174
Exception code: 0xc0000005
Fault offset: 0x000719de
Faulting process id: 0x19d8
Faulting application start time: 0x01ccdab663240a38
Faulting application path: C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
Faulting module path: C:\Program Files\Jcx.Software\VS.Php\2010\vsphp.dll
Report Id: b2c353e8-46a9-11e1-821c-5cac4cfd679a
Event Xml:
1000
2
100
0x80000000000000
16574
Application
xxxxxx
devenv.exe
10.0.30319.1
4ba1fab3
vsphp.dll
2.10.7145.0
4f1ea174
c0000005
000719de
19d8
01ccdab663240a38
C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
C:\Program Files\Jcx.Software\VS.Php\2010\vsphp.dll
b2c353e8-46a9-11e1-821c-5cac4cfd679a
Chris A says:
Web projects seem to be fine, both debuging and running. But I rarely use vs.php for web Frontend projects. If you need anymore information please let me know.
Thanks
Chris
Chris A says:
Any idea for a time line on the commandline projects? Do I need to roll back my version?
Thanks,
Chris
juanc says:
Weird thing is the fix is in but somehow the build did not pick it up.
Keep an eye on svn.jcxsoftware.com for new builds.
Should be ok in the next build.
Juan