PHP syntax highlighting in Visual Web Developer?
I recently installed PHP 5 on IIS, however, I am unable to find a PHP syntax highlighting plug-in or extension for VWD. Where can I find a plug-in? I thought there was an official one. ...
I recently installed PHP 5 on IIS, however, I am unable to find a PHP syntax highlighting plug-in or extension for VWD. Where can I find a plug-in? I thought there was an official one. ...
I have the following regular expression in a asp.net email test box: ([a-zA-Z0-9_\-\.]+)\@((base\.co\.uk)|(base\.com)|(group\.com)|(arg\.co\.uk)|(arggroup\.com)) This regular expression only works for [email protected] [email protected] [email protected] It's not working for: [email protected] [email protected] Please help me ...
I have an ASP.NET website with a regular expression validator text box. I have changed the expression in the regular expression validation property "validator expression" and after compiling (rebuild) and running, the validation CHANGEs are not reflecting. The previous validation is working fine but the changed validation is not workin...
I'm looking to do a website for a client and I am considering using ASP.NET. Can I use the express version of Visual Studio to build this or do I have to buy a license? ...
I have a live database on a shared hosting server. I am making some major changes to my site's code and I would like to fix some stupid mistakes I made in initially designing the database. These changes involve altering the size of a large number of fields, and enforcing referential integrity between tables properly. I would like to make...
I generally test my web apps with Firefox and use Firebug. I love Firebug. But when I'm testing JavaScript code in IE I use the debugger in Microsoft's Visual Web Developer 2008 Express Edition. I would love to have an equivalent to Firebug's console.log methods which would allow me to log messages to Visual Web Developer. Any way to log...
Hello, I'm looking to experiment with developing an Outlook plugin. I'm using the express edition of Visual Studio, and it seems the Outlook integration feature is missing from the Express edition (intentionally). Is that indeed the case? Are there 3rd party libraries that allow connecting to the Outlook model with the Express editio...
I'm interested in doing a bit of code-generation based on certain files being present in the .csproj. What extensibility methods are available to me that I could generate a .cs file that would be compiled along with my project? Caveat: I immediately thought of using T4 templates for the task. However, this solution must be supportable...
I have both the VB and C# versions of Visual Studio 2008 Express. When I run a console application in either version, instead of the console opening in an old DOS style command window like it does in VS 2005, it actually blacks out both monitors attached to my computer and treats the entire screen real estate as the console. Anyone know...
The dialog box for adding a web form to a web project in Visual Studio has a checkbox to 'Select Master Page'. This checkbox doesn't exist in the Web Developer Express Edition. Is there a simple alternative to attach a Master Page while adding a new web form in the Express Version? ...
Hi I been using VS2008 Pro for a long time now but since of licensing issues(Pro is under academic license) and the current project I am doing could be considered as commerial I decided to give VS2008 Express a go. Now I made my project and a shell of all my pages. I went to add a class library to my solution so I can start adding my n...
I understand that the answer is "yes - but...", and I'm just trying to get some sense of what I won't be able to do with Express Edition (relating directly to Sharepoint development). I haven't found much on the web about this, and I'm guessing that's to be taken as a sign that it's probably not recommended. ...
I have been messing with this for a while now and cannot get it to work. I have a directory called "wwwroot" in the root of my project. When i start the debugserver from within the IDE it serves pages from my root dir and I have to click the "wwwroot" directory link. I want "wwwroot" to be available under http://localhost:1134/projectNa...
With the upcoming release of Visual Studio 2010, and all the lovely new features in C# 4.0, I would really love to update from 2008. However, over the last few years, I've managed to get student pricing, or even free versions via the MSDN Academic Alliance. Now I am no longer a student. I can't seem to justify the $AU500 pricetag of ev...
How can I do this? <head runat="server"> <title></title> <link rel="stylesheet" href="default.css" type="text/css"> <asp:ContentPlaceHolder ID="head" runat="server"> </asp:ContentPlaceHolder> My CSS file is called default.css and it's located in the App_Themes folder > Default > default.css Any help? :( ...
Simple question, but I am not allowed to install this program at work to test it out. Does it work just like Visual Studio for editing resx files? ...
i have been building websites using vs 2008 (mostly asp.net mvc, jquery and webforms). my partner wants to start helping me out but he doesn't have vs 2008. our options are: him to buy vs 2008 him to use vs express (http://www.microsoft.com/express/) i have never used #2, so i wanted to get feedback from anyone on the following: ...
I have the following problem: I run Visual Web Developer 2008. I have one Master Page and few child pages. On the Master Page I have Login View control, as below: <asp:LoginView ID="LoginView1" runat="server"> <LoggedInTemplate> <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> </as...
Can I distinguish between compiled application from VS2008 Professional and Express? ...
I have 2 machines that have the Express version of C# on them. On one, I can build my solution and my build events execute perfectly. On the other, no matter what is put in the event it always fails. The build output has "C:\Documents in not a valid path" or something to that effect, and points to the line in Microsoft.Common.target...