Questions tagged [visual-web-developer]

Visual Web Developer Express is a freeware web development tool, with the role of former ASP.NET Web Matrix, that allows developers to evaluate the web development and editing capabilities of the other Visual Studio 2005/2008/2010 editions at no charge.

Express Editions were conceived beginning with Visual Studio 2005. The idea of Express editions is to provide streamlined, easy-to-use and easy-to-learn IDEs for users other than professional software developers, such as hobbyists and students.

433 questions
1
vote
1 answer

Testing in Visual Studio Web Developer Express 2010

I have to write a unit test of my web application (ASP.NET - C#). So far I know very little about testing, I have read everywhere that express edition doesn't support testing at all and so far I haven't found any other way to achieve my goal. I was…
1
vote
1 answer

Testing input fields not available for web service in Visual Web Developer Express

I have a web service that I am trying to test in Visual Web Developer Express Edition (Service Pack 1). I am working with two different websites on two different branches from an SVN repository but largely the same code. The web services are the…
1
vote
1 answer

insert row to aspxgridview that is not bound to datasource

in my webpage i'm using aspxgridview that contains 3 columns with type "text column" and i don't want that gridview to show any retrived data from database so i'm not using datasource the mission of this gridview is to accept input by user and…
Hong Gk
  • 11
  • 2
1
vote
2 answers

SQL Server MERGE columns after a Left Join?

I am relatively new to SQL Server so I hope you can help. Basically I have two tables of information. The first looks like: table1 [ID, Name] table2 [FKID, ID, Name] I want to do a statement like: SELECT table1.Name, table2.Name FROM table1 LEFT…
deed02392
  • 4,799
  • 2
  • 31
  • 48
1
vote
2 answers

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 reinstalled, all my bookmarks and addons came…
Jason Weber
  • 5,653
  • 6
  • 40
  • 73
1
vote
1 answer

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 4.0 and modified a website configuration to use…
1
vote
0 answers

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 can see the JS file does not have the changes made…
1
vote
1 answer

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. Along with this, when I hover over any asp control…
ToddBFisher
  • 11,370
  • 8
  • 38
  • 54
1
vote
3 answers

I can't create New Project on Visual Web Developer 2008 Express

I can't create New Project on my Visual Web Developer 2008 Express with SP1. (I can only create New Website) My colleague has the exact same version (if you go to Help - About) but they can create both New Website and New Project. I am trying to do…
Aximili
  • 28,626
  • 56
  • 157
  • 216
1
vote
1 answer

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. I'm entering a string in the textbox, pressing…
aliyaho
  • 41
  • 2
1
vote
2 answers

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 code, do you have any advices? Imports…
user1000744
  • 123
  • 1
  • 4
  • 12
1
vote
2 answers

Visual Studio Debugger - Is it just me or is this debugger itself full of bugs?

I am starting to get really frustrated with the Visual Web Developer Express Debugging. edit - This is mostly regarding debugging C# It seem often I set two or three break points. And what happens is the cursor ends up going around in a loop. I will…
1
vote
1 answer

Problem creating site using Microsoft Visual Web Developer Express 2008

this is a very newbie question, sorry! I need to create an aspx website based con C# and am calling some webservices based on some DLL's I already have. Beforem purchasing Visual Studio, I decided to try Microsoft Visual Web Developer Express (is…
1
vote
1 answer

"Google Chrome" disappears from "Browse With.." list in Visual Web Developer 2010 Express

After I add "Google Chrome" using "Browse With.." in Visual Web Developer 2010 Express, it dissappears from the list of browsers almost right away, although browsers like Firefox remain in the list. I was thinking that it might be due to the default…
Jesse Good
  • 50,901
  • 14
  • 124
  • 166
1
vote
2 answers

Cannot create the Silverlight ASP.NET website in Visual Studio 2008 Web Developer edition

I need to create a ASp.net website with silverlight controls. I am having only express editions of 2008 (Web developer edition and C# express editions). I have created the WPF application sing C# expression and create the new XAML files. Then I have…
web dunia
  • 9,381
  • 18
  • 52
  • 64