Tagged Questions
The vwdexpress tag has no wiki summary.
16
votes
10answers
5k views
How do I add NUnit as a test framework option for ASP.NET MVC to Visual Web Developer 2008 Express?
According to Professional ASP.NET MVC 1.0, page 8, "If you are using VS 2008 Standard Edition or Visual Web Developer 2008 Express you will need to download and install the NUnit, MBUnit or XUnit ...
5
votes
1answer
2k 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.config?
I've tried ...
5
votes
4answers
1k views
ASP.NET MVC, MonoDevelop and Windows
According to Miguel de Icaza posts (here and here) and Lluis Sanchez Gual post (here and here) MonoDevelop for Windows will be ready soon. Personally I'm very interesed in using MonoDevelop under ...
5
votes
6answers
4k 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 try to run a website, ...
5
votes
4answers
2k 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.
4
votes
8answers
9k 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 one.
3
votes
5answers
2k 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 edit source files of an ...
2
votes
1answer
156 views
VWD 2008 Express : where can i set absolute positioning as a default?
So when I used Visual Web Developer 2005 Express edition, in the ribbon there was a menu option for "Layout", which you could go through and select positioning and set absolute to default.
I am using ...
2
votes
1answer
401 views
How to use GhostDoc with Visual Web Developer Express?
i'm trying to use ghostdoc with vwd express 2008.
I know that vwd express doesn't support add in but i can't help asking if there's still a way to get it working?
or is there a ghostdoc equivalent ...
2
votes
1answer
963 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 ...
2
votes
4answers
858 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't require the aspx ...
1
vote
1answer
58 views
How to give asp:Localize the localized text?
My ASP.NET page has some html:
Default.aspx:
<h2><asp:Localize meta:resourcekey="lblTitle" Text="Welcome to so" runat="server"></h2>
Now i want to localize that text. So i've ...
1
vote
1answer
490 views
OData / WCF Data Service not working with complex type
I'm brand new to OData and WCF data services so this might be an easy problem. I'm using VS Web Developer Express 2010 where I have a very simple WCF Data Service hosted in a console app. It's ...
1
vote
5answers
943 views
Display the current date in an ASP.NET label with C# and JS
I'm trying to display the current date in an ASP.NET label using JavaScript and C#. Here's what I have:
C#:
protected void Page_Load(object sender, EventArgs e)
{
...
1
vote
0answers
75 views
NUnit debugging with VWD 2008 Express
How can I do this?
Is it even possible?
I only see online tutorials for setting up debugging with NUnit for non express versions or for visual studio.
I have setup NUnit, I just can't seem to debug ...
1
vote
1answer
930 views
Is it possible to create “Empty Solution” with Visual Web Developer 2010 Express?
s it possible to create an "Empty Solution" with Visual Web Developer 2010 Express? It looks to me like that was possible to do so with VWD 2008 SP1 Express.
Anything to configure to get an empty ...
1
vote
4answers
187 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 it has become ...
1
vote
2answers
1k views
ObjectDataSource and null parameters
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 ObjectDataSource that expects 4 ...
1
vote
2answers
413 views
Publishing as Pre-Compiled ASP.net-MVC Website with VWD Express Edition
Is there a way to pre-compile websites with VWD Express ?
Can I use ASP.NET Merge tool or similar utility ? and is there any limitation to options (can I choose whatever options like in VS Pro ...
1
vote
1answer
438 views
Visual Web Developer Web site Assembly name
How can I find/set the Assembly Name for Web Site created in Visual Web Developer?
Actually I am trying out NHibernate with Visual Web Developer Web site. In the .hbm.xml (mapping file) contains a ...
1
vote
2answers
152 views
Possible to change Visual Web Dev without stop/start recompiling whilst debugging?
This may be a stupid question, but I'll feel stupider if I don't ask and find out in 12 months that it was possible (this happened when I realized I could do what I'm requesting below with .aspx ...
0
votes
1answer
18 views
VWD 2010 express in Windows 7 design mode problems
So far I was using VWD 2010 express quite smoothly on Windows XP. Now I have got a new laptop - with Windows 7 64 bit. Yesterday I installed VWD 2010 express. I transfered all my data to the new ...
0
votes
1answer
55 views
C# functions in common class not recognized in code-behind
Converting vb web project to c# using vwd express 2010.
Development system is a 64bit windows 7.
I have a commonly used function declared in an external cs file.
Contents of file "clsCommon.cs" =
...
0
votes
1answer
19 views
Can I use VWD 2010 and TFS client if so how?
I have TFS server, and I have a remote team that will work off it, the problem is that they don't have VS license they user VWD 2010, how do i share source with them? I don't want to abandon the TFS ...
0
votes
1answer
29 views
VWD Express 2010 CommandType
I just converted a website from Foxpro to asp.Net with VB. I'm now trying to convert to C# and maybe try a few new techniques. I've not used parameters with datareader before - I found some code ...
0
votes
1answer
123 views
Debugging vb.net execution of database function call to remote sql server
Working in VWD 2010 Express
I have an aspx.vb file with the following connection string:
Protected Function getPasswordLength() As Integer
Dim conn As New SqlConnection("Data ...
0
votes
1answer
26 views
Setting Focus on a TextBox
I have a small ASP.net web app for sales, when the "Make New Sale" page loads, I want the TextBox for the Barcode to be in focus, so that the user doesn't have to navigate to it and click it then ...
0
votes
2answers
148 views
Fixing “name does not exist in the current context” errors in Web Developer Express
The name lblorder does not exist in the current context label
<asp:Label ID="lblorder" runat="server" Text="Ordernumber: "></asp:Label>
code behind
string test = lblorder.Text;
I ...
0
votes
3answers
518 views
Visual Web Developer 2010 Express - limitations on accessing remote databases?
I'm using Visual Web Developer 2010 Express on my laptop to run some ASP.Net which is trying to access an Oracle database on another machine.
I've having some difficulties executing ...
...
0
votes
3answers
136 views
Label doesnt exist in the current context
why m i getting this error "The name 'lblHelloWorld' does not exist in the current context"? How do i fix it?
<%@ Page Language="C#" AutoEventWireup="True" Inherits="_Default" ...
0
votes
0answers
72 views
Intellisense stops working in VWD 2010
I'm working with VWD2010 and as stated in the topic title I have zero intellisense usability for my project.
I installed VWD2010 fresh a few months ago to start and noticed that intellisense wasn't ...
0
votes
1answer
144 views
How can I update the schema of a production database in a VWD solution without overwriting data?
I have a data driven website (SQL Express auto-attached mdf file) that was built as a local site in Visual Web Developer 2010 Express, then deployed to a production server. The site is stored locally ...
0
votes
1answer
383 views
VWD 2010 express asking for registration key
I downloaded Visula Studio 2010 express offline images which includes VWD,C#,VB express and installed but after 30 days it's asking me for registration key (need to register the product). Problem is I ...
0
votes
1answer
160 views
StringTemplate intellisense and validation schema for Visual Studio 2010 and Visual Web Developer 2010
I am looking for a StringTemplate intellisense support in VS/VWD 2010.
I have a custom StringTemplate implementation & want to convert it into a validation schema which can be installed on the ...
0
votes
1answer
313 views
Visual Web Developer and Crystal Reports 11
How Do I add a Crystal Report to my web project which I created using Visual Web Developer?
As searching for any topic related to the question, most sites I have seen takes note that Visual Studio ...
0
votes
1answer
276 views
Visual Web Developer SQL Query via Button
I am creating a web site using Visual Web Developer 2010. I currently have a datasource that gets its information from the Access database that has been added into the APP_Data section. 1) How would ...
0
votes
1answer
259 views
Setting up MbUnit for ASP.NET MVC
I am using Visual Web Developer 2008 Express with ASP.NET MVC 1.0.
I would like to use MbUnit as a test framework so how would I set this up as a unit test project for an ASP.NET MVC web application?
...
0
votes
1answer
281 views
Can't set default project language with Visual Web Developer 2008 Express
This seems like a very basic feature to me. I can't seem to set C# as the default programming language for Visual Web Developer 2008 Express Edition. I've searched and searched and found nothing ...
0
votes
1answer
806 views
Connect ASP Visual Web Developer 2008 to MySQL with ODBC 3.51
Can Anybody tell me how to connect ASP to MySQL database..
I have already install MySQL in my localhost,
Add a connection through Data Source (ODBC) in ctrl panel and test connection succeed.
Now I ...
0
votes
1answer
41 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
305 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 I use the ...
0
votes
2answers
1k 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 Express.
These are the ...
0
votes
3answers
635 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 the selected username ...
0
votes
2answers
1k 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 not exist.. any ...
0
votes
4answers
1k views
How do I use ASP.NET MVC RC with Visual Studio Web Developer 2008 SP1?
When I go to File > New Website there isn't a template for MVC. I googled "how to use MVC with vwd?" and these links came up
http://geekswithblogs.net/jwhitehorn/archive/2007/12/10/117569.aspx
...
-1
votes
1answer
85 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
...