This is a migrated thread and some comments may be shown as answers.

complied for ASP.NET 1.x. How to resolved

1 Answer 111 Views
Getting started with ASP.NET
This is a migrated thread and some comments may be shown as answers.
prakash
Top achievements
Rank 1
prakash asked on 06 Dec 2007, 10:37 PM

Dear sir,
I m copy the applcation from one machine 2 another . when i run the application , i  m getting the error as shown below .

This control is complied for ASP.NET 1.x. Please use the ASP.NET 2.0 native version: RadComboBox.Net2.dll


pls give me solution

prakash

1 Answer, 1 is accepted

Sort by
0
Josef Rogovsky
Top achievements
Rank 2
answered on 01 Feb 2008, 10:39 PM
Hi prakash,

In case you haven't resolved this yet. It seems to me that the web app setup on the second computer is configured to use the wrong version of .Net.

If you are running a 32 bit version of Windows there is an ASP.Net tab in IIS in the web site properties that you can use to set the site to use .Net 1.1.

If you are using a 64 bit version of Windows it's a little more complicated:

First you have to set IIS to run in 32 bit mode (required to support .Net 1.1 web apps). There's some info on how to do that here: http://support.microsoft.com/kb/894435

Second, you need to use a separate tool to set the version of .Net for the specific site to ASP.Net 1.1. The tool I use is called "ASP.NET Version Switcher" and it's available for free here: http://www.denisbauer.com/NETTools.aspx
Tags
Getting started with ASP.NET
Asked by
prakash
Top achievements
Rank 1
Answers by
Josef Rogovsky
Top achievements
Rank 2
Share this question
or