visual-web-developer

How repair/uninstall Visual Web Developer 2010 Beta 2?

I cannot uninstall Visual Web Developer 2010 Beta 2. When I was trying to uninstall the first time, the power went off to my machine and screwed up the Beta 2 installation. I cannot find a Visual Web Developer 2010 Beta 2 download on the Microsoft website any longer to repair the Beta 2 installation. How can I get VWD 2010 Beta 2 off of ...

web developer 2010

Hey....where is the "web service" type of project? i see "web site" but not "web service". Any idea? TY ...

How do I insert data using a DetailsView into an access database without everything breaking?

Hey I'm getting the error: Data type mismatch in criteria expression. when I try to submit a DetailsView insert. Code for Default.aspx: (from inside an asp:Content tag) <asp:DetailsView ID="DetailsView1" runat="server" Height="50px" Width="125px" AutoGenerateRows="False" DataKeyNames="user_id" DataSourceID="AccessDat...

How can I make a release build with Visual Web Developer 2010?

In web developer express 2008 there was a Build option in the menu. In web developer express 2010 it is not in the menu anymore, and under the Debug menu option I can only make a Debug build. What is the new way to make a build release in 2010? ...

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. So could someone please walk me through how to get NUnit going? ...

Problem with Silverlight 3 projects in Web Developer Express 2008

Hi, I have a strange problem when working with silverlight 3 projects in Web Developer Express 2008. Mainly, I cannot show the design view of a XAML file. Also the XAML files (markup) are shown as plain text files (No Syntax coloring & No Intellisense). However I can write an application that is compiled and run successfully. I have th...

Visual Studio 2010 Web Developer Express Tools.Attach to Process is not exists

Hello, 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 yes, how can add this tool or solve my needs? ...

How to Deploy Visual Web Developer Express to GoDaddy

I have finished the programming on my first web site using Microsoft Visual Web Developer 2010 Express. I have copied all of the files to the GoDaddy server, but the site still displays "Coming Soon". I spoke with their tech support who tell me that there is no "index" file. I used the "Copy Web Site" function in VWD to move all the f...

ASP.net Error in Design Mode

I just switched to VS 2010, and upgraded a previous project. I'm getting the following error on a page in design mode for 2 controls: Error Creating Control - ObjectName Object reference not set to an instance of an object. One of them is a simple label, and the other is a ajax update panel. Other pages look fine. When I build and te...

LINQ Option Missing in Data Source for Grid View

Hi, I don't see a LINQ option when picking a data source for a grid view - any ideas? I see the other options like SQL etc. If I go into a page in another folder, I'm able to see this option. I just upgraded to Visual Web Developer 2010. Thanks! ...

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 Visual Web Developer 2008 Express now, and I see that you can select format from the menu bar, and set position > absolute, for each indiv...

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 table aspnet_Users, the column appears to be called "UserId". I gave it a go: Response.Write("ID: " + Session["UserId"]); but it's comin...

Gallio Icarus Debugging fails with Visual Web Developer 2010 Express

I'm getting the following error in the Runtime Log: Could not find Visual Studio version 'Any'. Host started at 01/06/2010 20:11:25. Running under CLR v4.0.30319 runtime. Attaching the debugger to the host. Could not find Visual Studio version 'Any'. Could not attach debugger to the host. I'm running 32bit windows. Anyone had this pr...

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 problem, classes placed in App_Code in not seen in page codes. Even when I'm adding new ASP.NET folder to my project, "App_Code" is not ava...

Visual Web Developer 2010 auto return and tab

Hi, I'm trying to get Visual Web Developer to treat HTML like FlashDevelop does. In that FlashDevelop will change: <div>|</div> to this: <div> -tab-| </div> with just a press of the enter key after auto completion. I have no idea what this is called and I've looked all through Visual Web Developer's settings. Or I'm hoping that I ...

Static web project in Visual Web Developer Express

I am about to develop a sort of web application using only static files (eg. html, js & css). Is there a way to start this sort of project in Visual Web Developer Express? I want to have all the niceties with intellisense, sulution explorer and whatnot but I don't want all of the ASP.net structure in the sulution. Is thiss possible or ...

Adding db file to visual web developer

Hi, I'm beginner in visual web developer. I want to add a ready database to my project, to do that I simply add the db file to App_data folder. However, I can't see any table or database diagram etc. Am I missing a big part to add external source ? Any help? I'd appreciate it ...

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, System.Web.HttpException: Error executing child request for ChartImg.axd. That sounds like the message from .net 3.5 if charting wasn't set up correctly. But t...

Which MS IDE to use for VB.net

Project being built on ASP.net v 2 VB.net IIS 6 SQL Server 2005 database Would it be more convenient for me to build it using Visual Studio 2005 or Visual Web Developer 2010 Express? I.e., is VS2005 useless for web development projects since Vis. Web Dev has all the fancy new stuff? ...

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 still debug ASP.NET applications. Is anyone else experiencing this? Added: Interesting: debugging works in Internet Explorer but not in Fir...