Showing results for January 2008 - .NET Blog

Jan 31, 2008
0
0

JScript IntelliSense: Handling Errors

Web Development Tools Microsoft
Web Development Tools Microsoft

I often get the question “Why isn’t IntelliSense working?”.  The most common cause is an error in one of the referenced scripts.  If there was an IntelliSense update error, the status bar will tell you. Given this situation, the Error List  will complement the status bar with one of two messages. Error Message 1: A script failed to ...

ASP.NET
Jan 25, 2008
0
0

Announcing RTW version of Visual Studio 2008 Web Deployment Projects (WDP)

Web Development Tools Microsoft
Web Development Tools Microsoft

In December 2007, we had released Community Technology Preview (CTP) version of  VS 2008 Web Deployment Projects... Thanks a ton to all of you in the community for being so active in adopting and trying the CTP versions of WDP... Since the December CTP we have been monitoring the blogs, MS Connect feedback system as well WDP forums to collect ...

ASP.NET
Jan 17, 2008
0
0

Tips & Tricks: Web Server Settings for Web Application Projects now can be stored per user as well as per project

Web Development Tools Microsoft
Web Development Tools Microsoft

Web server settings, which are accessible inside Web Application Projects (WAPs) property pages (Web section)  allow you to specify settings associated to to Visual Studio Development Server or IIS.  Many a times in a team development environment it is preferred that these settings are shared across the teams providing consistency; at the...

ASP.NET