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
6
votes
2 answers

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 profile of the newly-logged-in user is not loaded into…
6
votes
1 answer

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 get this error: Unable to load one or more of…
Joe White
  • 94,807
  • 60
  • 220
  • 330
6
votes
11 answers

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.
5
votes
2 answers

Unordered list checkboxlist control

I want to use a CheckBoxList control which prints out HTML using
  • etc
For the markup. However if I try the following:
deed02392
  • 4,799
  • 2
  • 31
  • 48
5
votes
4 answers

Visual Studio Code [Unsupported] not resolved

Even after uninstalling and reinstalling I am facing the issue of Unsupported in Visual Studio Code title bar. Can anybody help me with the issue?
Tanvi Agarwal
  • 156
  • 3
  • 10
5
votes
3 answers

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 features of the IDEs? What are the benefits of using…
Niyaz
  • 53,943
  • 55
  • 151
  • 182
5
votes
3 answers

Silverlight designer unhandled exception

When I create a new Silverlight Application (C# if that matters) using Silverlight 4 (with or without WCF RIA Services Checked) and open the MainPage.xaml in the designer I receive an Unhandled Exception has occurred. Stack is below. This is on an…
Jake1164
  • 12,291
  • 6
  • 47
  • 64
5
votes
1 answer

Roboto 400 appears bolder than 700 on retina MacBook

The "Roboto" font from Google Fonts appears much bolder at 400 then it does at 700 on my retina MacBook. I've tried the -webkit-font-smoothing antialiased trick but it didn't seem to work. Is there any way I can fix this? Thank you. Update: It could…
user2833458
4
votes
1 answer

Custom Edit Delete Select links in GridView

I want to replace the Edit Delete Select links in GridView to be icons. How can I do this programatically?
deed02392
  • 4,799
  • 2
  • 31
  • 48
4
votes
3 answers

What can I use to outline HTML elements with visible padding, margin, and borders?

I normally get by quite well using the Chrome Web Developer extension to outline elements, to debug my CSS etc. and when that isn't up to the task, I use the Firefox version (the original, superior version), but what I would really like is a tool…
ProfK
  • 49,207
  • 121
  • 399
  • 775
4
votes
2 answers

TransactionFlow in WCF from Visual Studio 2010 Express

I'm trying to get started with transactions in WCF, using the free Microsoft Visual Web Developer 2010 Express. It gives me the option to create a "WCF Service Application" but it doesn't appear to give me many options for hosting it or configuring…
Jono
  • 1,964
  • 4
  • 18
  • 35
4
votes
1 answer

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 action name??
DarkLightA
  • 14,980
  • 18
  • 49
  • 57
4
votes
0 answers

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…
fergroops
  • 111
  • 2
  • 7
4
votes
4 answers

How can I view a part of an other website on my website?

I want to show a specific part of an external website on my website. How do I do this? Can this action be illegal in some way? **no embed available on this website. It looks pretty old too.
Imnotapotato
  • 5,308
  • 13
  • 80
  • 147
4
votes
2 answers

Fit button inside a rectangular div

For a website design, I am making a navigation bar which will sit on top, allowing users to have a quick view of what the site offers. In the picture below I show the problem graphically #navBar { …
Codious-JR
  • 1,658
  • 3
  • 26
  • 48
1
2
3
28 29