vs.php 2.9 - problem with mysql
Hello everyone,
I just installed your product.
For debugging is fantastic. Congratulations!
I have a problem with mysql. (The connection fails!)
Premise
I installed mysql with xampp.
Now, from project VS.Php I try to connect to mysql with no results.
I have to configure anything?
Help me?
Thanks in advance
Doc comment issue
VS PHP - Debbuger can't run
Hello there...
i use vs php but, when i wish start debugger, the start button is invisible and i can't press start button. see attached image:
http://i563.photobucket.com/albums/ss72/Alecoder/Untitled-1.jpg
License expired ?
I'm developing in VS.PHP 2.9 for visual studio 2010 BETA, but with the latest build I get that the trial is expired.
Seems a bit odd to let a Beta expire with new builds.
Does it mean I have to purchase a Beta version ?
Why not give a new trial period with each build.
Gday....
I'm brand new here on the website, discovered it by exploring google.
I count on talking with regards to many topics with every body.
Latest build of php2.9beta (18/03/2010) VS2010 RC
VS 2010 runs ok with normal projects
Installed VS-PHP 2.9 beta and menu for php project appears
However when try to create one (Project from php code) it just crashes out VS 2010 with message immediately
in ModName msvcr100.dll
AppName devenv.exe
Modver 10.0.30128.1
Not much to go on but where to start to fix it?
Any suggestions?
Hello Peoples
Hi guys..Glad to be here and looking forward to learning some new stuff!
vs.php 2.9 Beta for 2010 problem
I have downloaded the latest build of vs.php 2.9 for VS2010.
During install it suddenly says 'missing file' and I cannot continue the setup. I have VS2010 RC
The 'old' 2.8 for VS2010 can be installed, but crashes my vs2010 on opening a php file or project, so that is not an option.
Idea for you
I have been testing using remote server projects and one thing I noticed was that remote projects differ from local project in several ways.
1) Remote projects do not (for what may seem obvious reasons) allow you to debug using the built-in server. Presumably this is because local files appear to simply be cached and the project is getting it's actual file list from the remote server.
2) Subversion status icons do not show up for remote projects. This could be due to the same issue as #1 above.
Can't debug my code
Hi,
We purchased your PHP plugin for VS. I have problem debugging my php code. When I run the program, it displays the login page and this is what I see in the URL: http://127.0.0.1:23315/index.php?XDEBUG_SESSION_START=2
But when I enter user name and password (for the second time), the program login but it does not hit any break point. What I see in the URL after login is: http://localhost/test/elgg/pg/dashboard/ which is running on Apache server installed in my machine not the VS.PHP built in server.
So I think there is no link between my project in VS.Php and the server,