Showing results for 2007 - Page 2 of 5 - .NET Blog

Oct 15, 2007
0
0

SQL Database Publishing wizard is now in Visual Studio 2008.

Web Development Tools Microsoft
Web Development Tools Microsoft

The SQL database publishing wizard is a very popular web-downloadable add-in for Visual Studio 2005. The publishing wizard addresses the issue where a developer needs to deploy a local database from his development machine to a hosting environment on a remote machine. We received a lot of positive feedback for this wizard and we decided to integrat...

ASP.NET
Sep 19, 2007
0
0

New VS2008 Feature: “Downgrade” HTML, CSS, and JScript Errors to Warnings

Web Development Tools Microsoft
Web Development Tools Microsoft

VS2005 introduced the ability to validate your markup and CSS for standards compliance alongside your code.  It’s a great feature, but it can be frustrating when you’re looking for that one critical compilation error underneath a pile of validation errors.  Well, we heard your feedback and added two new options in VS2008 (post-Beta 2): 1)...

ASP.NET
Sep 17, 2007
0
0

Tip/Trick: ASP.NET Mobile Development with Visual Studio 2008

Web Development Tools Microsoft
Web Development Tools Microsoft

If you are using Visual Studio 2008, you might have noticed that it doesn't have item templates for ASP.NET Mobile Web Forms (which were previously available in Visual Studio 2003).   To help users with this scenario, I've created the following item templates for ASP.NET Web Site and ASP.NET Web Application projects: Mobile Web For...

ASP.NET
Aug 24, 2007
0
0

New Visual Web Developer Resources available at MSDN’s BDLC

Web Development Tools Microsoft
Web Development Tools Microsoft

A few months back, we had blogged about the new BDLC (beginner developer learning center) on MSDN.  This is a a centralized learning environment specifically targeted to beginning .NET programmers.  Recently, we have added a couple of Visual Web Developer specific resources at this center.  1. Five online chapters of "Creat...

ASP.NET
Aug 3, 2007
0
0

Better Javascript intellisense with Silverlight 1.0

Web Development Tools Microsoft
Web Development Tools Microsoft

If you are using Visual Studio 2008 Beta 2, and are building applications for Silverlight using Javascript, there is a cool project from Justin-Josef Angel, which I recommend checking out.  Using Justin's library and Visual Studio 2008 Beta 2, one can get much richer Javascript intellisense experience for Silverlight.  Below is ...

ASP.NET
Aug 2, 2007
0
0

Orcas Beta2 Gotcha: No ASP.NET controls in toolbox, no ASP.NET intellisense/validation on pages

Web Development Tools Microsoft
Web Development Tools Microsoft

We’ve heard a few reports of cases with VS Orcas Beta2 where ASP.NET controls do not show up on the toolbox and ASP.NET tag intellisense and validation is broken in HTML source view.  All of the cases reported so far have been with Vista.  The root cause of this is that the Orcas Beta2 version of System.Web.Dll did not get installed corre...

ASP.NET
Jul 30, 2007
0
0

New Web Development Features in Visual Studio 2008 Beta 2

Web Development Tools Microsoft
Web Development Tools Microsoft

You may have heard by now that Visual Studio 2008 Beta 2 is available for public download.  I wanted to take a minute to highlight some of the new web developer features that we've added since Beta 1: Design view support for configuring AJAX Extenders If you are using the AJAX control toolkit for .NET 3.5, or have bui...

ASP.NET
Jul 30, 2007
0
0

Workaround for Beta 2 JavaScript IntelliSense and Colorization Issue

Web Development Tools Microsoft
Web Development Tools Microsoft

We have discovered that in a very limited number of setup scenarios of Visual Studio 2008 Beta 2, Jscript IntelliSense and Colorization may not work property after installing the product. You will get no IntelliSense in JavaScript code, and all JavaScript code will appear black (i.e., colorization of keywords will be missing). The image below shows...

ASP.NET
Jul 29, 2007
0
0

Using VS 2008 to target ASP.NET AJAX 1.0

Web Development Tools Microsoft
Web Development Tools Microsoft

8/10/2007 UPDATE:  This blog post was edited to include simplified instructions to work around a known issue w/ Multitargeting support in VS 2008 Beta 2.  See “Machine Prerequisites” below.   In a previous post, I described the steps you can take to upgrade your existing ASP.NET AJAX 1.0-based Web sites to use the new AJAX function...

ASP.NET
Jul 29, 2007
0
0

ASP.NET AJAX 1.0 Web.config

Web Development Tools Microsoft
Web Development Tools Microsoft

  <?xml version="1.0"?> <configuration>   <configSections>     <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">       <s...

ASP.NET