Posts Tagged ‘dotNET Stuff’

Update for .Net Framework 3.5

On 12th may Microsoft? has released Visual Studio 2008 and .Net Framework 3.5 Service Pack 1 BETA, that offers lots of new features for users. S. Somasegar says that Service Pack BETA, offers updated user interface with ability to add lots of components. For example this Service Pack is first release for Visual Studio 2008 [...]

How to fix: Warning CS1668: Invalid search path… In Visual Studio

To some users, this diagnostic comes as a surprise. We added it very early in the Whidbey (C# 2.0/VS 8.0) product cycle to help those who made a simple typo when modifying their LIB environment variable (or when using the /lib compiler option) but it’s still a new thing to deal with for those trying [...]

Visual Studio 2008 Express Edition All-in-One DVD Final

Get started creating cool fun projects with one of these Express Edition products. Click an Express Edition product to get started creating cool fun projects today. – Visual Basic 2008 Express Edition – Visual C# 2008 Express Edition – Visual C++ 2008 Express Edition – Visual Web Developer 2008 Express Edition – SQL Server Express [...]

Download Visual Studio Team System 2008 Team Suite

Visual Studio Team System 2008 Team Suite provides multi-disciplined team members with an integrated set of tools for architecture, design, development, database development and testing of applications. Team members can continuously collaborate and utilize a complete set of tools and guidance at every step of the application life cycle. Visual Studio Team System 2008 Team [...]

Visual Studio 2005 Service Pack 1 Update for Windows Vista

Brief Description The Visual Studio 2005 Service Pack 1 Update for Windows Vista addresses areas of Visual Studio impacted by Windows Vista enhancements.   Overview If the machine participated in the Visual Studio 2005 Service Pack 1 Update for Windows Vista Beta, please be sure to uninstall the beta first. During the development of Windows [...]

Fixing Error "Unable to start debugging on the web server".

“Unable to start debugging on the web server. You do not have permission to debug the application. The URL for this project is in the Internet zone.” You may receive the error “Error while trying to run project: Unable to start debugging on the web server. You do not have permission to debug the application. [...]

How to Run ASP.NET v1.1 on IIS7 (use Visual Studio 2003 on Vista)

Overview There are 5 steps to installing ASP.NET v1.1 on IIS7: Ensure that “IIS Metabase Compatibility” is installed Install .NET Framework v1.1 and .NET Framework v1.1 SP1 Enable the ASP.NET v1.1 ISAPI Extension Add the IgnoreSection Handler to Framework v1.1 machine.config to system.webServer Move your site or application to a Framework v1.1 application pool Step [...]