Showing results for VS2008 - .NET Blog

Jun 18, 2008
0
0

Faster switch to design view in VS 2008 SP1 RTM

Web Development Tools Microsoft
Web Development Tools Microsoft

Some customers discovered that sometimes switch to Design view was very slow. We analyzed submitted reports and tracked the issue down to a code that was discovering available AJAX Extenders and which contols they were applicable to. In order to avoid unnecessary delays we moved discovery of AJAX extenders to a background thread. This made swi...

ASP.NET
Jun 16, 2008
0
0

Anti-virus programs can affect VS build performance

Web Development Tools Microsoft
Web Development Tools Microsoft

We have had complaints from some customers saying that their Web Project build performance with VS is very slow and it turns out that for some of the complaints the actual issue was anti-virus programs running on their machines. So, how do anti-virus programs affect VS build? Please take a look at the following snippet from ScottGu's blog to u...

ASP.NET
Jun 11, 2008
0
0

Multiple control selection in Visual Studio 2008 SP1 RTM

Web Development Tools Microsoft
Web Development Tools Microsoft

We have been listening to your [strong] feedback and we are now happy to announce that multiple selection and alignment operations in Design view are coming back and will be included in VS 2008 SP1 RTM and Visual Web Developer Express 2008 SP1 RTM.We do understand that designing pages using absolute positioning of elements is a highly controversial...

ASP.NET
May 30, 2008
0
0

Catch our team at TechEd 2008 – Orlando.

Web Development Tools Microsoft
Web Development Tools Microsoft

Every year we send a team to TechEds to meet you, our customers. They will be at the event site from 8.30 AM to 6.00 PM to answer your questions from June 3rd to June 6th. This time we have the following representatives at TechEd. ASP.NET Team: Kathy Carper, Scott Hunter, Simon Calvert, Clay Compton, Konst Khurin, Mark Rose...

ASP.NET
May 12, 2008
0
0

Visual Studio 2008 SP1 Beta

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 2008 SP1 Beta is now available!  You can download it here (though before you do, read the note below).  In SP1, we have added some new features as well as many bug fixes.  In this blog post I’ll attempt to give an overview of the features as well as some of the key issues the Visual Web Developer team has addr...

ASP.NET
May 12, 2008
0
0

Introducing JScript Formatting in VS 2008 SP1

Web Development Tools Microsoft
Web Development Tools Microsoft

Colorization, validation, IntelliSense, and formatting comprise the core of any modern editor.  With VS 2008 SP1, we are completing the core JScript editor by introducing code formatting.  Additionally, we have promoted JScript to a dedicated node in “Tools Options” providing a clean separation from the HTML “Tools Options”.  We rea...

ASP.NET
May 12, 2008
0
0

Error installing Visual Studio 2008 SP1 Beta and Silverlight Tools Beta 1

Web Development Tools Microsoft
Web Development Tools Microsoft

Summary Microsoft Silverlight Tools Beta 1 for Visual Studio 2008 is not compatible with Visual Studio 2008 SP1 Beta.   The good news is that Silverlight Tools Beta 2 for Visual Studio 2008 SP1 is coming soon.  Until then you will not be able to install both Silverlight Tools and Visual Studio 2008 SP1. Until Silverlight Tools B...

ASP.NET
Apr 27, 2008
0
0

Workaround: Empty Design View for User Controls

Web Development Tools Microsoft
Web Development Tools Microsoft

I've noticed quite a few people run into the issue "Why is design mode empty for my web user control (ASCX)?".  It's not obvious what might be causing this bug, so I thought I'd offer an explanation and a couple workarounds. Problem You have a user control that has a "link" tag to an external style sheet or a "style" tag with local styles...

ASP.NET
Apr 24, 2008
0
0

Public alias to report performance issues with VWD 2008

Web Development Tools Microsoft
Web Development Tools Microsoft

As a part of creating a way for customers to directly communicate with the product team and get help if they are running into performance issues in Visual Web Developer 2008 or web-related features in Visual Studio 2008, the product team has created a public alias to report all performance related concerns about the product. The alias is vwdperf-at...

ASP.NET
Apr 24, 2008
0
0

Dynamic Data Preview 04-23 Refresh Now Available

Web Development Tools Microsoft
Web Development Tools Microsoft

Update to the preceding blog post... we've just made available an 04-23 refresh of the Dynamic Data Release on the Code Gallery website.  This release includes some nice runtime enhancements for routed URLs, Dynamic Data Wizard templates in the Visual Basic language, plus a whole bunch of bug fixes and codegen improvements.  For...

ASP.NET