Showing results for visual Studio 2008 sp1 - .NET Blog

Apr 19, 2010
0
0

Upgrade or Uninstall of Office 2007 might cause VS 2008 Web designer to hang

Web Development Tools Microsoft
Web Development Tools Microsoft

Update (5/3/2010): In addition to the VS designer surface not loading, there are other actions that will cause a hang.  Working with CSS increases your chances of seeing this issue.  For example, bringing up the CSS Manage Styles dialog, the CSS property grid, or CSS Apply Styles dialog can all cause the hang.  Another...

ASP.NET
Feb 8, 2010
0
0

VSDoc for jQuery 1.4.1 Now Available

Web Development Tools Microsoft
Web Development Tools Microsoft

We finished generating a new VSDoc for the latest update of jQuery.  You can download it from the jQuery Downloads page.  A refresher on how to use the file can be found here or here.  Happy coding!Jeff KingProgram ManagerVisual Studio Web Tools

ASP.NET
Nov 18, 2009
0
0

HTML 5 intellisense and validation schema for Visual Studio 2008 and Visual Web Developer

Web Development Tools Microsoft
Web Development Tools Microsoft

You all probably know that new HTML 5 standard is coming. We made a new intellisense schema that you can add to VS 2008 or VWD Express 2008 and get intellisense and validation on HTML 5 elements. Note that schema is for markup only, we do not have DOM2 update for jscript intellisense yet. How to install the schema: Download attached ZIP file. Pla...

ASP.NET
Oct 15, 2009
0
0

Single Project Add View in ASP.Net MVC 2 Preview 2

Web Development Tools Microsoft
Web Development Tools Microsoft

Last week we released ASP.Net MVC 2 Preview 2 for Visual Studio 2008 Sp1. In the box support for single project areas is now included and the Add View tool has been modified to streamline this scenario. A walkthrough that creates two simple single project areas can be found here. If you follow the steps in the walkthrough you will notice that Add C...

ASP.NET
Oct 6, 2009
0
0

Working with SVG files in Visual Studio and Visual Web Developer

Web Development Tools Microsoft
Web Development Tools Microsoft

Scalable Vector Graphics (SVG) is W3C standard language for describing two-dimensional vector and mixed vector/raster graphics in XML. Firefox 3+, Opera 9+ and Safari 3+ support SVG rendering. Unfortunately, Internet Explorer 8 does not support SVG natively and requires a plug-in. There a plug in from Adobe (although support was discontinued this y...

ASP.NET
Sep 21, 2009
0
0

Download four free sample chapters from Visual Web Developer book

Web Development Tools Microsoft
Web Development Tools Microsoft

Some time ago Jim Cheshire wrote a book on VWD 2008 and recently book publisher kindly allowed us to provide four chapters as free downloadable PDF files. The following chapters are available: You can find link to download at VWD section on ASP.NET Web site (look for Visual Web Developer Books section at the right side) or download ZIP f...

ASP.NET
Jun 23, 2009
0
0

Visual Web Developer – Designer Survey

Web Development Tools Microsoft
Web Development Tools Microsoft

The VWD team is always looking for ways to improve our product for our customers. To help us better achieve this goal we have created a survey that we hope you will take a few moments to fill out.Click Here to take survey This survey centers around the VWD designer which provides a WYSIWYG editor for creating and editing Web pages. All feedback wil...

ASP.NET
Apr 20, 2009
0
0

New series of video tutorials on Visual Web Developer Express 2008

Web Development Tools Microsoft
Web Development Tools Microsoft

We have started a new series of video tutorials on Visual Web Developer Express 2008. Over the course of next few weeks we will be adding many more videos to this series. These video tutorials will range in complexity from beginner to intermediate and will help Web developers build everything from simple Web applications to full featured Web soluti...

ASP.NET
Apr 13, 2009
0
0

How to use wcftestclient as svc file debugger for VS2008 SP1

Web Development Tools Microsoft
Web Development Tools Microsoft

Wcftestclient can be used to debug a WCF service. Here are two ways to enable wcftestclient debugging in Visual Studio VS2008 SP1 web applications. Tradition way: In Web application project property page, web tab, one can specify start external program and command line argument for IIS based WCF: 1. Check Use Local IIS Web server and create a vi...

ASP.NET
Mar 23, 2009
0
0

Hotfix for “Design view does not update HTML” and to “Designer inserts a lot of  “

Web Development Tools Microsoft
Web Development Tools Microsoft

A hotfix is now available for issues most commonly described as "I make changes in Design view but Source does not get updated" and "After certain actions designer inserts a lot of   in the page". This hotfix can be downloaded from: http://code.msdn.microsoft.com/KB967253/Release/ProjectReleases.aspx?ReleaseId=2845 http://co...

ASP.NET