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 ...
Hey....where is the "web service" type of project? i see "web site" but not "web service".
Any idea?
TY
...
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...
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?
...
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?
...
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...
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?
...
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...
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...
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!
...
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...
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...
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 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...
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 ...
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 ...
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
...
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...
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?
...
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...