Tagged Questions
The visual-web-developer tag has no wiki summary.
37
votes
6answers
49k views
Connecting to SQL Server with Visual Studio Express Editions [closed]
I find it odd that in Visual C# 2008 Express edition, when you use the database explorer, your options are:
Microsoft Access
SQL Server Compact 3.5, and
SQL Server Database File.
BUT if you use ...
23
votes
4answers
11k views
Is it possible to add HTML5 validation to Visual Studio?
I'm working on a page using <canvas>, which is a HTML5 tag, in Visual Web Developer Express Edition 2008, and the validator in the HTML editor is telling me it's an invalid tag. That's because ...
10
votes
5answers
5k views
ASP.NET MVC 3 - Unable to find the requested .Net Framework Data Provider
Background-info:
I'm using Microsoft Visual Web Developer 2010 Express.
Info about my (lack of) experience: the problem occured within the first tutorial that I'm trying to work through.
Some ...
6
votes
1answer
2k views
How to add multiple projects in one solution in VS2008 Web Devloper Express?
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 ...
5
votes
1answer
4k views
How do I install the Visual Web Developer feature for Visual Studio 2010
I have Visual Studio 2010 Premium installed, and I want to install the Silverlight 4 SDK.
The SDK says that it requires the Visual Web Developer feature for Visual Studio 2010. Any idea as to how to ...
4
votes
3answers
163 views
Where can I find the official documentation for DynamicViewDataDictionary?
When I'm debugging in 'Visual Web Developer' the ViewBag is shown as being of type System.Web.Mvc.DynamicViewDataDictionary.
Since the ViewBag is something I'm using I'd like to read the ...
4
votes
2answers
956 views
How to load the profile of a newly-logged-in user before the redirect
I started an ASP.NET MVC 2 project and I am building off of the code that was generated automatically.
The problem that I am experiencing is that after a user is logged in, it appears that the ...
4
votes
3answers
347 views
How to turn on Break on All Exceptions in Visual Web Developer Express
In Visual Web Developer Express, how do I turn on Break on All Exceptions? I'm looking for the Debug > Exceptions menu item but not finding it, not even if I try to customize the menu.
This page on ...
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
1answer
168 views
Visual Web developer - console application , how to
I am learning in the visual web developer c#, entity framework, and webservices.
I want to be able to run the entity framework for example with out building it a gui, or run a browser.
So condole ...
3
votes
1answer
934 views
NuGet: “Unable to load one or more of the requested types”
I installed NuGet into Visual Web Developer 2010 Express, but when I go to Solution Explorer, right-click on a project's "References" folder, and select "Add Library Package Reference", I immediately ...
3
votes
1answer
123 views
web developer 2010
Hey....where is the "web service" type of project? i see "web site" but not "web service".
Any idea?
TY
3
votes
3answers
5k views
Visual Studio Vs Visual Web Developer
I am trying to write a web application using ASP.NET MVC. I prefer C# as the programming language.
Which IDE is better to use for this purpose? Visual Studio or Visual Web Developer?
What are the ...
2
votes
1answer
67 views
SQL Server : concat or multiple SELECT queries in gridview?
I have a table of information in a SQL Server database and another table of group info which I'd like to concatenate into the first table.
e.g.
table1:
1 | 'foo' | 'bar,baz'
and
table2:
1 | ...
2
votes
3answers
35 views
Run a callback on bound fields of a Gridview
I want to process a field retrieved from the database for a Gridview to check to see if the information in it is a hyperlink. If it is, I want to generate a link from it, otherwise just leave it as ...
2
votes
3answers
86 views
Is there some way to collapse folders recursively in the Visual Web Developer 2010 Express Solution Explorer?
This is something I want to do quite often, as I end up with hundreds of source files visible in Solution Explorer and things can get quite confusing.
I have found several extensions which will do ...
2
votes
2answers
285 views
How to host a website on the Internet using Visual Web Developer
I just started working with ASP.NET from last two weeks and I created a website on Visual web developer.I'm trying to put my website on the net.I tried to find it through google but it's very ...
2
votes
2answers
270 views
Visual Web Developer 2010 Express Web.config transform question
I cannot for the life of me figure out how to force Visual Web Developer 2010 Express to use my Web.Release.config when I'm publishing my web application. I'm using FTP to publish my webapp to a ...
2
votes
1answer
137 views
VWD can't create SQL Server database
When I attempt to add a SQL Server database to a website project (via add new items), I get the following error:
"Connections to SQL Server database
files (.mdf) require SQL Server 2005
...
2
votes
1answer
252 views
How to use ASP.Net — Html.ActionLink()
Okay, I'm pretty new to ASP.Net / MVC 2. Can anyone explain how to use the Html.ActionLink thing? I understand that the first parameter is the displayed text, but for the second one, what is the ...
2
votes
1answer
1k views
setting ACLs for subfolders using Web Deploy package
I’m trying to build a Deployment Package in Visual Web Developer Express 2010 which sets the ACL for a subfolder of the deployed website. I used the following information ...
2
votes
2answers
796 views
Why does Visual Web Developer 2008/2010 no longer debug silverlight apps in Firefox?
Suddenly today Visual Web Developer does not allow me to debug Silverlight applications.
This happens in 2008 and 2010 versions.
It gives no error message, just ignores all break points.
It can ...
2
votes
1answer
253 views
Profile service is not available in code in Page_Load within ASP.NET Web Projects
Profile that is used for ASP.NET Profile Service is not available in Page code behind files like in Page_Load.
It may be just a problem with Visual Studio installation/configuration, but as another ...
2
votes
1answer
427 views
ASP.NET default login, getting user ID session value
I've used the built-in wizard in Visual Web Developer 2008 to create a simple login system.
I'd like to get hold of the logged in user's ID, but I'm not sure how. Peeking in the ASPNETDB.MDF in the ...
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
2answers
780 views
How can I set up an ASP .NET MVC application with NUnit unit tests in Visual Web Developer 2010 Express?
I understand that the Express edition doesn't template unit test projects... but being a complete newbie to Microsoft dev tools, I can't figure out how to set up the necessary things manually either. ...
2
votes
1answer
1k views
Cannot connect to SQL Server Database
I cannot connect to SQL Server Database.
I am trying to setup Membership with roles on my website using the MSDN Tutorial. It used to work only locally on my machine, however after following advice ...
2
votes
5answers
923 views
Customizing the cassini webserver
Currently the local webserver exectutes at http://localhost:51377
Is there any option of customizing the web server in order executing under http://192.168.1.2:51377 (where 192.168.1.2 is my static ...
2
votes
2answers
955 views
Use currently logged-in user in query
I am using VisualWebDeveloperExpress2008 with Access as the membership provider.
I have some cases where I want users to edit their own data. This would involve a query where the UserId should equal ...
2
votes
4answers
3k views
Visual Studio 2008 express not recognizing my Sql Server 2008 express
I recently installed in order:
Sql Server 2008 Express
Visual Web Developer Express 2008
When I right click on app_data and try to add a db it returns:
Connections to SQL Server files (*.mdf) ...
1
vote
2answers
266 views
Cannot start Visual Web Developer, msvcr100.dll was not found
I recently had to do a PC Recovery on my Windows XP. Visual Studio is still here, as are all my other programs. Some programs worked, no problem. Others, like Chrome, I had to reinstall, but once I ...
1
vote
1answer
74 views
asp.net debugging in iis
i am using iis5.1 and visual web developer 2008. I used to open a website in vwd from local iis and debug the in coming requests,i was using .net 2.0 for all websites, but recently i installed .net ...
1
vote
0answers
40 views
Changes to Javascript files don't take effect in VS
I have a web site being opened in Web Developer. Whenever I make a change to a JS file that is a part of the site and run the site in WebDev, the changes do not take effect.
Using the IE tools, you ...
1
vote
1answer
90 views
Visual Web Developer 2010 Intellisense Broken
My Problem
In Microsoft Visual Web Developer Express 2010, my intellisense suddenly stopped working today for my front end HTML (.aspx) files but is still working fine for code behind (.cs) files.
...
1
vote
1answer
113 views
how to write immediately search (c#)
I'm using visual web developer to create basic gui with one table DB.
I'm trying to make something like google instant search.
I have a search page that contains one textbox, one button, and gridview. ...
1
vote
2answers
33 views
Reloading the page runs my event handler again
I'm new here. I have a question.
Everyting is OK, but when I click on F5, it refresh the page and run the code another time. This means a new record is added to the data base on each F5.
This is my ...
1
vote
0answers
43 views
visual c# - Add visual web developer project as a reference
I want to create a winform/console application inside visual c# that uses class library project from visual web developer, how do I do that?
Thanks
1
vote
2answers
1k views
Default Browser- Visual Web Developer Express 2010
I am trying to debug a Windows Azure WebRole which is an MVC3 project, but I want it to launch in any browser of my choice.
The Windows Azure is set as the Startup Project and launches the MVC3 ...
1
vote
2answers
107 views
how to allow login in with email using the asp signup component
as the title says how do o allow users to sign in using the email they specified when they registered.
using asp 3.5 , both the login and signup are the ones that are built-in visual studio.
also is ...
1
vote
1answer
211 views
connecting mysql to visual web developer
is there a way to connect mysql to visual web developer like it's connected to visual studio.
notes: i have mysql community server, i have the .net connector , visual web developer 2010 sp1.
thanks ...
1
vote
1answer
144 views
How can I transfer tables from one SQL Server database to another?
I have 2 SQL Server database files .mdf on 2 different projects in Visual Web Developer Express Edition 2010, I need to make them one database by taking the tables of one database to the other ...
1
vote
4answers
77 views
What does Model.(Variable) do?
Okay, so I've got this code:
public ActionResult Welcome(string name = "", int numTimes = 1)
{
var viewModel = new WelcomeViewModel
{
Message = "Hello " + name,
...
1
vote
0answers
122 views
Why colon after <%? [closed]
Possible Duplicate:
view template code tags - asp.net mvc - regd.
In this code:
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
...
1
vote
2answers
585 views
Visual Web Developer 2010 - VB.Net xml comment shortcut
Hopefully a question with a very quick and simple answer; In previous versions of Visual Studio and Visual Web Developer I've been able to type 3 apostrophe's (i.e ''') on the line before a function ...
1
vote
0answers
502 views
Visual Web Developer 2010 - Intellisense will not display vb suggestions
Recently installed Microsoft Visual Web Developer 2010. On .vb pages that I've added to the project, Intellisense will not display after spacing nor dot notation. I've verified that the following ...
1
vote
2answers
466 views
How to change language of visual web developer 2010 express from german to english
Because all error messages are in german and google doesnt help me to find solutions for german error messages I want to change the language of visual web developer to english.
This shouldnt be too ...
1
vote
1answer
179 views
What I can expect from Visual web Developer 2010, a free tool?
Just wanted to know that does Visual web Developer 2010 [Free tool] contains MVC framework? I want to learn asp.net MVC, this is the reason why I wanted to know that if Visual web Developer 2010 ...
1
vote
1answer
91 views
How to trigger “Markup Validation” in Visual Web Developer 2010
After turning on the Error List, the MS Visual Web Developer 2010 can report warning/error in the panel automatically.
However, I would like to know what I can do to trigger this validation manually ...
1
vote
2answers
264 views
Why don't the .net 4.0 charting controls work in Visual Studio 2010?
The .net charting controls are advertised as being built into .net 4.0. However, they do not work in Visual Studio 2010 Pro or Visual Web Developer 2010 Express. I get the error, ...
1
vote
1answer
2k views
Visual Studio 2010 Web Developer Express Tools.Attach to Process is not exists
I have loaded Web Site from HDD. Now trying attach it to process WebDev.WebServer.EXE. But in Visual Studio 2010 Web Developer Express edition of VS not exist tool Attach To Process. Is it normal? if ...