0
Posted on Saturday, July 26, 2008 at 10:39 PM.
With The Release of Visual Studio 2008 Microsoft has enabled Multi Platform Targeting support in Visual Studio. That Means you can develop websites for any version of .NET framework(2.0, 3.0, 3.5).

Upgrading existing .NET 2.0 websites is a breeze using the new upgrade wizard. Open any .NET 2.0 website and Visual Studio will automatically show upgrade wizard. Simply click Yes to upgrade website to Framework 3.5.

Now things might not be so smooth if your website uses AJAX extension 1.0 and you might end up with compile time errors, So follow the step by step procedure given below to upgrade your website.

Assumptions :
  • You have a working copy of Visual Studio 2008 or Visual Web Developer 2008 Express Edition.
  • You have Already Installed Added AJAX Tootkit Controls to your ToolBox. If not download the latest release here

Step 1 : Upgrade website to .NET 3.5.

Open website in Visual Studio 2008 or Visual Web Developer 2008 Express Edition. When Prompted to upgrade website to .NET Framework 3.5, click Yes.

.NET Upgrade Wizard

Step 2 : Remove References to AJAX Assembly.
Now open your web.config file and look for references to old AJAX Assemblies 1.0.61025.0, Replace them with value 3.5.0.0.


NOTE : If you have Visual Studio SP1installed, Assembly references will be automatically changed.

Step 3 : Replace AJAXControlToolKit.dll
Now to replace your old AJAXControlToolKit.dll, Simply Drag and Drop any control from AJAX ToolKit on any page of your website. Visual Studio will give a confirmation prompt.



Click Yes to replace AJAXControlToolKit.dll file.

1
Posted on Sunday, July 13, 2008 at 8:41 AM.

A Blog where I will discuss about Myself, things I enjoy doing and Microsoft .NET, the thehnology I love from the bottom of my heart
A Blog where I will discuss about Myself, things I enjoy doing and Microsoft .NET, the thehnology I love from the bottom of my heart
A Blog where I will discuss about Myself, things I enjoy doing and Microsoft .NET, the thehnology I love from the bottom of my heart
A Blog where I will discuss about Myself, things I enjoy doing and Microsoft .NET, the thehnology I love from the bottom of my heart
A Blog where I will discuss about Myself, things I enjoy doing and Microsoft .NET, the thehnology I love from the bottom of my heart
A Blog where I will discuss about Myself, things I enjoy doing and Microsoft .NET, the thehnology I love from the bottom of my heart
A Blog where I will discuss about Myself, things I enjoy doing and Microsoft .NET, the thehnology I love from the bottom of my heart
A Blog where I will discuss about Myself, things I enjoy doing and Microsoft .NET, the thehnology I love from the bottom of my heart
A Blog where I will discuss about Myself, things I enjoy doing and Microsoft .NET, the thehnology I love from the bottom of my heart
A Blog where I will discuss about Myself, things I enjoy doing and Microsoft .NET, the thehnology I love from the bottom of my heart
A Blog where I will discuss about Myself, things I enjoy doing and Microsoft .NET, the thehnology I love from the bottom of my heart


Tags :