Showing tag results for Visual Studio 2010

Mar 29, 2010
Post comments count0
Post likes count0

ASP.NET/HTML Spell Checker 2.3 is available for Visual Studio 2010

Web Development Tools Microsoft

ASP.NET/HTML Spell Checker 2.3 for Visual Studio 2010 has been posted on Visual Studio Gallery (also accessible from Visual Studio Start page in 'Extending Visual Studio' section). Direct link: http://visualstudiogallery.msdn.microsoft.com/en-us/0db4814c-255e-4cc6-a2c2-a428de7f8949 What's new in version 2.3: For additional information pleas...

ASP.NET
Mar 24, 2010
Post comments count0
Post likes count0

Extending the Web Publishing Pipeline to package database project deployed SQL file

Web Development Tools Microsoft

A Visual Studio solution file may contain both database project and a web application project.  When deploying (not building) the database project, it can generate a .sql file containing the full sql file or an incremental upgrade file against a database.  This blogs walkthrough one way to package database project generated sql file into ...

ASP.NET
Mar 11, 2010
Post comments count0
Post likes count0

Pre-Order Visual Studio 2010 Professional upgrade today, and save hundreds

Web Development Tools Microsoft

Microsoft Visual Studio 2010 Professional will launch on April 12 but you can beat the rush and secure your copy today by pre-ordering at the affordable estimated retail price of $549, a saving of $250. If you use a previous version of Visual Studio or any other development tool then you are eligible for this upgrade. Along with all the great new ...

ASP.NET
Mar 11, 2010
Post comments count0
Post likes count0

Issue with dependent assemblies when rebuilding a WAP and the Workarounds

Web Development Tools Microsoft

In Visual Studio 2010, the dependent assembly of a custom control assembly will be deleted from the project’s Bin folder on project clean or rebuild if the project does not contain a reference to that dependent assembly. The result will be a WAP that successfully builds but fails at runtime. When adding a control from such a custom control assemb...

ASP.NET
Mar 5, 2010
Post comments count0
Post likes count0

Free Sandbox Hosting for Visual Studio 2010 RC and ASP.NET 4.0 RC from ORCS Web

Web Development Tools Microsoft

ORCS Web has updated their Hosting Sandbox for Visual Studio 2010 RC and ASP.NET 4.0 RC.http://vs2010host.comTo learn more about the new Web Deployment features in Visual Studio 2010 check out this Step by Step Walkthrough on Web 1-Click Publish with VS 2010To provide feedback on the RC please visit the Visual Studio Connect site.  You can als...

ASP.NET
Mar 5, 2010
Post comments count0
Post likes count0

Hotfix for “Issue with Auto-Generated Designer Files not Adding Controls”

Web Development Tools Microsoft

A hotfix is now available for issues most commonly described as "Controls are not being recognized in the code-behind" and "Editing existing .aspx regenerates .aspx.designer.(cs), but most of the controls are now missing”. These issues were seen in Visual Studio 2010 RC release.This hotfix can be downloaded from: http://connect.microsoft.com/...

ASP.NET
Mar 3, 2010
Post comments count0
Post likes count0

How to package and deploy COM component

Web Development Tools Microsoft

I’ll use a walkthrough example to show how to package a web application with speech API COM component using Visual Studio 2010.  I wrote and tested the sample in Win7 x86 with IIS7.5, and packaged and manually installed to win2k3 x86 IIS6 (which only had 3.5 framework installed). 1. Create a C# 3.5 web application 2. Add COM reference to “Mi...

ASP.NET
Feb 19, 2010
Post comments count0
Post likes count0

How to package .NET assemblies

Web Development Tools Microsoft

If we want to package and deploy GACed dll, we need to use gacAssembly web deploy provider and extend our project similarly to the one stated in the how to package registry blog.  The extended projectName.wpp.targets file looks like following:   Then you can use the following command line to package the project with corresponding Mv...

ASP.NET
Feb 18, 2010
Post comments count0
Post likes count0

Workaround: Missing Declarations for Controls in Designer File

Web Development Tools Microsoft

We have seen some customers report the issue that certain controls are not getting generated correctly in the designer file in Visual Studio 2010 RC for the ASP.Net Web Application Projects. We are currently working on a fix for this issue for the final RTM release. Workaround: You can work-around this issue by declaring the missing controls in th...

ASP.NET
Feb 15, 2010
Post comments count0
Post likes count0

Free Sandbox Hosting for Visual Studio 2010 RC and ASP.NET 4.0 RC from Discount ASP.NET

Web Development Tools Microsoft

Discount ASP.Net has updated their Hosting Sandbox for Visual Studio 2010 RC and ASP.NET 4.0 RC.http://www.discountasp.net/press/2010_02_16_free-asp.net-4.0-RC-hosting.aspxTo learn more about the new Web Deployment features in Visual Studio 2010 check out this Step by Step Walkthrough on Web 1-Click Publish with VS 2010To provide feedback on the RC...

ASP.NET