1
vote
5answers
1k views
localhost lookup fails, browser tries www.localhost.com instead
I used to run web applications all the time on my laptop, no problems, I am using VWD 2008 Express, i have the latest framework, Windows Vista Home Basic...etc..
Now, when ever i t …
1
vote
4answers
83 views
How do/can designers work with ASP.NET
On most projects I've been one, designers has produced HTML code, then developers turned it into ASP.NET, including master-pages etc that should really be a part of design.
After …
0
votes
1answer
25 views
Visual Web Developer 2010 and Nunit.
How would I integrate NUnit with VWD 2010 to create a MVC test project when I create a new project? I tried the procedure I did for 2008 (http://stackoverflow.com/questions/666941/ …
0
votes
3answers
166 views
displaying a table’s field in a textbox
I have a table and I want to select a field in it and then display it in a text box
something like:
SELECT userName
FROM userTable
WHERE (userLogged = 'ON')
how can I display t …
0
votes
2answers
63 views
ObjectDataSource and null parameters
Hi everybody,
I'm using Visual Web Developer 2008 EE using a Dataset (.xsd) to develop an invoicing application and i'm having trouble creating a custom search query.
I have an Ob …
0
votes
2answers
310 views
System.Web.Routing missing in Visual Web Developer
I have installed Visual Web Developer 2008, the .net framework 3.5 but when i try to include System.Web.Routing intellisense can't find it and if i type it by hand it says it does …
0
votes
1answer
24 views
Why do ActionLinks not show up in the design view?
Is there any reason why ActionLinks aren't rendered by the VWD 2008 design view?
0
votes
1answer
26 views
Edit VWD Default MVC project template configuration
I'd love to add <MvcBuildViews>true</MvcBuildViews> to the default MVC Project config.
It's required if you wanna to find Errors in views at compile errors
http://dev …
0
votes
2answers
198 views
MySQL T4 Templates Error: Metadata file ‘MySql.Data’ could not be found
D:\Web\CityV2\App_Code\ActiveRecord.tt(0,0) : error CS0006: Compiling transformation: Metadata file 'MySql.Data' could not be found
Let me start by saying I'm using VWD 2008 Expre …
2
votes
5answers
831 views
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 …
1
vote
4answers
256 views
How do I configure extensionless URLs with the Visual Web Development server?
I'm using Visual Studios' built-in ASP.NET Development Server (VWD) to test my web site during development.
I would like this ASP.NET web site to use extensionless URLs (pages don …
5
votes
3answers
1k views
Using ASP.NET MVC From Visual Web Developer Express 2008
I was wondering if there's a way (even a manual one) to setup an ASP.NET MVC project with unit tests under Visual Web Developer Express 2008 SP1.
3
votes
3answers
258 views
How to edit and continue in Visual Web Developer 2008 Express Edition and ASP.NET MVC?
I've enabled Enable Edit and Continue on the Web Properties page and it's also enabled in my configuration, yet Visual Web Developer 2008 Express Edition refuses to allow me to edi …
0
votes
1answer
86 views
Compile error using SubSonic ActiveRecord templates in Visual Web Developer Express
Thanks to ranomore I was able to get the Subsonic T4 code generation to work in Visual Web Developer Express for my ASP.Net MVC project, however only using the LinqTemplates.
When …
1
vote
1answer
160 views
How to exclude web.config when publishing with Visual Web Developer Express?
When using the project publish feature in Visual Web Developer Express Edition 2008. How can you exclude publishing the web.config so that it doesn't overwrite the server web.confi …
