Top ASP.NET Items

Sponsors

Archives

Browse by Tags

All Tags » SP1 (RSS)
Web Standards Update for Visual Studio 2010 SP1
  The Web Platform and Tools team is very pleased to announce the first Web Standards Update for Visual Studio SP1 . It updates the HTML5 intellisense and validation to reflect the latest W3C specifications and fixes some bugs bugs in the current SP1 support for HTML5. Also JavaScript intellisense it updated to reflect many of the new browser capabilities such as Geolocation and DOM storage. Finally, this update adds comprehensive CSS3 intellisense and validation based on the latest specifications from W3C. As the HTML5 and CSS3 specifications mature we will make updates available accordingly to ensure that ASP.NET web developers always have the latest standards to work with. This is at the same time an invitation to report any bugs or...
Hotfix for "Design view does not update HTML" and to "Designer inserts a lot of  "
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" . http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=17185 Please do not be surprised that update is named Office2007-xxxxx since designer (aka Microsoft Visual Studio Web Authoring Component) uses Office 2007 components, similar to Expression Web and SharePoint Designer 2007 and hence update comes as Office 2007 update. The update addresses the following Connect bugs: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=362593 : DropDownList ListItem Collection...
JScript IntelliSense FAQ
I've been reading through the 70 or so comments on our last 2 jQuery posts.  There have been a lot of great questions.  Apologies for not being able to answer them sooner (I was busy preparing for Dev Connections).  Instead of answering them inline with the comments, I'll try to paraphrase the popular issues here and answer them centrally. 1. I have a ton of Content Pages, do I need to put script references for IntelliSense in each one? No, you do not need to repeat the script references on each content page.  Visual Studio 2008 will auto-detect the presence of a master page and scan for references in that file.  Thus, placing references in the master page is all you need to do. 2. I put a vsdoc reference in...
Downloadable Hotfix: False C# compilation errors for ASP.NET code-behind files in SP1
In SP1 for Visual Studio 2008 and Visual Web Developer 2008, C# introduced a new feature to provide 'live' reporting of compilation errors. Unfortunately, the introduction of this functionality also introduced a bug where in certain cases, false C# compilation errors appear in the Error List for ASP.NET Website projects. Specifically the following is a list of issues you may have experienced due to this bug in SP1: If you have a breakpoint in a code-behind file. On project open, you get incorrect errors in the Error List for that code-behind file (e.g. – button1 is not declared). These errors do not go away until you open that code-behind file. Once you open the code-behind file, the errors go away. When you open a code-behind file,...
Rich IntelliSense for jQuery
A while back we updated IntelliSense to not fail when referencing jQuery. However, getting IntelliSense for chained calls and rich summary/parameter hints still required adding special comments to a few thousand lines of jQuery. If you didn't have the time, you could download such a file from friendly members of the community such as James and Brennan . As part of our new partnership with jQuery , yesterday we announced the availability of the official IntelliSense documentation file. As you can see, our friends at jQuery have added a new download link for Visual Studio at http://docs.jquery.com/Downloading_jQuery#Download_jQuery . You can also download the file directly from http://code.jquery.com/jquery-1.2.6-vsdoc.js . As you might guess...
Dynamic Data Wizard Preview 0806 for VS 2008 SP1 RTM is now available
we've just released the latest Preview of Dynamic Data Wizard on the CodePlex website that requires that Visual Studio 2008 SP1 is installed. This release is primarily for supporting updating from the Beta to the RTM release of .NET 3.5 SP1. For more information, check out the Release Changes page on Code Plex. Direct link to the download page: http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=14474 Installing steps to get the latest Blinq: 1) Upgrade SP1 from the Beta to the RTM release 2) Run the Blinq 0806 Install.cmd from a VS 2008 command prompt. Warning : if you have the previous version of Blinq, 07-18 release, do not run the Uninstal.cmd after upgrading the SP1 from the Beta to the RTM release; otherwise, your...
Debugging A Web Site With A Host Header
If you have downloaded the RTM version of SP1 for Visual Studio 2008, you may get an error when trying to debug a Web Site with a host header on IIS 6 or IIS 5.1. The error message reads: "Unable to start debugging on the web server. An authentication error occurred while communicating with the web server. Please see Help for assistance." (Figure 1: Error Message when debugging a Web Site with a host header. In this case, the host header is www.test.com ) Scope This issue only appears on Web Sites configured with a host header on machines with IIS 6 or IIS 5.1 and the RTM version of the .Net Framework 3.5 SP1. Background Lukasz Pawlowski, a program mangager on the Reporting Services team, published a great blog post describing the...
Multiple control selection tips/tricks/workarounds
In an earlier blog , we mentioned that multiple control selection was returning with VS2008 SP1. We also mentioned that it isn’t a functionally complete feature yet due to time constraints. Rather than waiting till the next release of Visual Studio, we decided to deliver the core functionality in SP1. The plan is to deliver a completed multiple selection feature for the next version of Visual Studio. Until then, we hope that the current implementation will satisfy the core functionality that you require. In order to help you use the feature, we’ve compiled a list of tips, tricks, and workarounds for multiple control selection: Selection · When selecting controls, make sure your mouse isn’t moving between the time you click your mouse and release...
Web Development Updates in Visual Studio 2008 SP1
Visual Studio 2008 SP1 and Visual Web Developer 2008 SP1 are now available for download .  This blog post highlights the major changes in SP1 related to web development. New Web Development Features in Visual Studio 2008 SP1 The following is a list of new features in SP1 which relate to web development: Class Libraries and Web Application Projects in Express JScript Formatting More Support for External JScript Libraries Dynamic Data Templates SQL Server 2008 Support WCF Renaming Support IIS Module and Handler Templates Multiple Selection in Design View (new since SP1 Beta) For more details on the above features, please see the following articles: http://blogs.msdn.com/webdevtools/archive/2008/05/12/visual-studio-2008-sp1-beta.aspx http...
Faster switch to design view in VS 2008 SP1 RTM
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 switch to Design view significantly faster since designer is now available immediately while extenders are still being enumerated. Here is a screenshot, look at the status bar that shows "Discovering AJAX extender controls..." and displays a small progress indicator: If you select a control before applicable extenders are discovered, the control will not display its smart task menu and/or will not...
More Posts Next page »