Print
Add To Favorites
Email To Friend
Rate This Article
|
Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta
|
Published:
12 May 2008
|
Abstract
In this article, Scott discusses the recently released beta version of Visual Studio 2008 and .NET Framework 3.5 Service Pack 1. He starts with the installation notes and then examines the various features included with the build. Scott demonstrates the various improvements shipped for Web Development, Client Development, WPF, WCF, Data Development, Visual Basic, C# and Team Foundation Server with relevant explanations, screen captures and code snippets. |
 |
by Scott Guthrie
Feedback
|
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days):
10982/
288
|
|
|
|
| Introduction |
Republished with Permission - Original Article
Earlier today we shipped a public beta of our upcoming .NET
3.5 SP1 and VS 2008 SP1 releases. These servicing updates provide a
roll-up of bug fixes and performance improvements for issues reported since we
released the products last November. They also contain a number of
feature additions and enhancements that make building .NET applications better
(see below for details on some of them).
We plan to ship the final release of both .NET 3.5 SP1 and
VS 2008 SP1 this summer as free updates. You can download and install the
beta here.
|
|
|
|
|
Article Feedback
User Comments
Title:
Classic ASP Intellisense
Name:
Dave Neely
Date:
9/18/2008 10:41:55 AM
Comment:
I answered my own question, here's the solution if you're facing the same issue. In the Options menu, under Text Editor there is a branch for File Extensions. In my installation, there was an entry for .asp that was mapped to the C# Editor. This needs to be mapped to HTML Editor for the intellisense to work.
|
Title:
Not seeing Classic ASP Intellisense
Name:
Dave Neely
Date:
9/18/2008 10:18:26 AM
Comment:
I'm not seeing the intellisense for classic asp even in .asp pages. Is there a setting or library that you have to reference for this to work?
|
Title:
SP1 Classic ASP support not quite there
Name:
Dave Tigweld
Date:
8/11/2008 4:27:54 PM
Comment:
Well now that the vs20008 sp1 rtm is out, I am having the same issue Tim mentions. Yes, I get my .asp color coding and intellisense back but only for .asp files. In VS 2005 all I had to do was to set the file assocition to web Editor for .inc file to make this work. Unfortunately this does not work in vs2008 sp1. What is the workaround?
|
Title:
Visual Studio Support for Classic ASP Intellisense and Debugging
Name:
Tim
Date:
7/11/2008 6:49:16 AM
Comment:
Great so as long as we use .ASP pages and put VBscript at the top of each page it works. Not particularly useful though if you have one asp page including lots of .inc files that has all the code that you change on a day to day basis. At least in 2005 the highlighting worked in the .inc files. Now its comlpetely useless.
Is there no way to say all ".inc" files are ASP/VBScript pages?
|
|
|
|
|
|