Integrated Development Environment from Microsoft targeting ASP.Net applications
Questions tagged [visual-web-developer-2010]
151 questions
1
vote
2 answers
The difference between Visual Studio 2010 and Visual Web Developer 2010 Express?
What is the difference between purchasing Visual Studio 2010 Express, and downloading Visual Web Developer 2010 Express?
Although I created a company website using Visual Web Developer 2010 Express (I love this product!), I'm not an experienced…

Jason Weber
- 5,653
- 6
- 40
- 73
1
vote
1 answer
Visual Web Developer - Is it a mistake to use a capital letter when naming folders?
I keep reading how xhtml and other languages alike don't like CAPITAL letters. This may seem like a rudimentary question, but let's say you named a page, for instance:
Contact.aspx
instead of:
contact.aspx
Does it matter? If it does matter,…

Jason Weber
- 5,653
- 6
- 40
- 73
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
Visual Web Developer 2010 Express
Does Visual Web Developer 2010 Express edition have ASP.NET MVC 2 based web site development facility?

Sathish
- 869
- 2
- 13
- 28
1
vote
1 answer
JEST testPathPattern not recognizing integration tests
I have the below structure and trying to run jest --testPathPattern=static/integration-tests to execute only the integration-tests. But I am seeing 0 matches. I tried even testRegex and other options too but in vain. Is my command right or is any…

Hirein
- 135
- 5
- 20
1
vote
3 answers
How to make a horizontal line without using
tag?
How can I draw a thin horizontal line without using the
tag ? I tried this: .horizontal-line{ border-top: 1px solid #9E9E9E; border-bottom: 1px solid #9E9E9E; } Although it works, I want this line to be thinner. I tried to reduce 1px to…
tag ? I tried this: .horizontal-line{ border-top: 1px solid #9E9E9E; border-bottom: 1px solid #9E9E9E; } Although it works, I want this line to be thinner. I tried to reduce 1px to…

Bug
- 137
- 1
- 11
1
vote
2 answers
Is it possible to develop a Web Service using Visual Web Developer 2010?
Is it possible to develop an ASP.NET Web Service using the Visual Web Developer 2010? Or I must use Visual Studio itself for creating the Web Service?
Thanks,
LS Developer

LS Developer
- 515
- 10
- 24
1
vote
1 answer
Print Light-Colored Text as Dark Text in Chrome
I am developing a web page that has light colored text on a dark background. When I try to print the page in black and white, the browser seems to automatically be inverting the colors so that it doesn't take a full cartridge to print. This is…

GeneralMike
- 2,951
- 3
- 28
- 56
1
vote
0 answers
How to recover website converted to sln
I work on visual web developer 2010, and by mistake one of the pc's @ school converted my project to sln or something.
Now it seems like it cleared my App_Data folder - means my database is gone.
Anyone knows how can I fix it? or how can I convert…

user1743176
- 13
- 3
1
vote
1 answer
Visual Web Developer + SQL to show only unique rows
Trying to only show unique data from one column (train_id) and limited the date to today but cant seem to get it to work.
Tried Group by and SELECT DISTINCT but cant seem to get Visual Web Dev to accept it... Details below:
Using SQL Server 2008 and…

JamieB
- 247
- 4
- 8
- 17
1
vote
1 answer
Newbie to using Classes Properly - How to Set a Property or Class Value to return of a Function
I have been building various web based programs and things for a while, but am quite new to .NET and doing things "properly." As I am completely self taught, with help from sites like this and so on, my understanding of fundamentals is limited.
So,…

Jamie Hartnoll
- 7,231
- 13
- 58
- 97
1
vote
2 answers
Opening RDLC Layout in Visual Studio shows <> instead of value
When I open a report from Dynamics NAV 2013 in Visual Web Developer 2010, every text box shows a field that looks like
<>
Where << and >> are the french Guillemet characters. I find this rather difficult because I have to analyze the…

lanoxx
- 12,249
- 13
- 87
- 142
1
vote
1 answer
Membership.GetAllUsers() System.Data.SqlClient.SqlException: User does not have permission to perform this action
I created a small web application using Visual Web Developer 2010 Express. After I deployed my site and go to the first page, which is the login page that provides a list of users for the app, I get this error:
Exception Details:…

massaskillz
- 283
- 3
- 10
1
vote
3 answers
C# NullReferenceException was unhandled by user code
Any help on this will be greatly appreciated. Whenever I run my program, I get a NullReferenceException was unhandled by user code.
So when I start the program I have a form appear where I am supposed to choose from a list of names and be able to…

Ozzy490
- 39
- 1
- 1
- 4
1
vote
1 answer
Visual studio express is too hanging when building the source code
I am using Visual Web Developer 2010 Express in my PC for building an MVC 3 application. it's working fine till I installed Sql Server 2008
Management Studio yesterday.
After I installed the SSMS my Visual Web Developer is hanging when I Build my…

Ragesh P Raju
- 3,879
- 14
- 101
- 136