PC Review


Reply
Thread Tools Rate Thread

Change Framework 3.5 to 2.0 change

 
 
Hemant
Guest
Posts: n/a
 
      13th Nov 2009
Hi,
I have build my application in framework 3.5 and i used update panel in my
website.
but i want to change its framework 2.0 so i have changed the property of web
project and build but it gives me error that update panel is not defined.
I have added ajaxcontroltoolkit.dll to bin folder but not solved my problem
Please suggest me to solve this problem.

Thanks in advance.
Hemant


 
Reply With Quote
 
 
 
 
Patrice
Guest
Posts: n/a
 
      13th Nov 2009
The UpdatePanel is part of the base AJAX library which is included in 3.5
and an additional download for 2.0 (perhaps
http://www.microsoft.com/downloads/d...displaylang=en
but not sure if there is something later for 2.0).

Also you may want to elaborate a bit about why you need to downgrade as it
looks a bit unusual (or your hoster still provide no support for 3.5 ??)

--
Patrice


"Hemant" <(E-Mail Removed)> a écrit dans le message de groupe de discussion
: #GL#(E-Mail Removed)...
> Hi,
> I have build my application in framework 3.5 and i used update panel in my
> website.
> but i want to change its framework 2.0 so i have changed the property of
> web project and build but it gives me error that update panel is not
> defined.
> I have added ajaxcontroltoolkit.dll to bin folder but not solved my
> problem
> Please suggest me to solve this problem.
>
> Thanks in advance.
> Hemant
>


 
Reply With Quote
 
Hemant
Guest
Posts: n/a
 
      13th Nov 2009
Hi,
Thanks for your reply.
At my machine i am working on framework 3.5 but I want to deploy my code
where framework 2.0 is installed and framework 3.5 is not installed.
thats why i want to move.

thanks,
Hemant
"Patrice" <http://scribe-en.blogspot.com/> wrote in message
news:O3FL%(E-Mail Removed)...
> The UpdatePanel is part of the base AJAX library which is included in 3.5
> and an additional download for 2.0 (perhaps
> http://www.microsoft.com/downloads/d...displaylang=en
> but not sure if there is something later for 2.0).
>
> Also you may want to elaborate a bit about why you need to downgrade as it
> looks a bit unusual (or your hoster still provide no support for 3.5 ??)
>
> --
> Patrice
>
>
> "Hemant" <(E-Mail Removed)> a écrit dans le message de groupe de
> discussion : #GL#(E-Mail Removed)...
>> Hi,
>> I have build my application in framework 3.5 and i used update panel in
>> my website.
>> but i want to change its framework 2.0 so i have changed the property of
>> web project and build but it gives me error that update panel is not
>> defined.
>> I have added ajaxcontroltoolkit.dll to bin folder but not solved my
>> problem
>> Please suggest me to solve this problem.
>>
>> Thanks in advance.
>> Hemant
>>

>



 
Reply With Quote
 
Patrice
Guest
Posts: n/a
 
      13th Nov 2009

> At my machine i am working on framework 3.5 but I want to deploy my code
> where framework 2.0 is installed and framework 3.5 is not installed.
> thats why i want to move.


3.5 doesn't replace 2.0 but actually is 2.0 plus additional stuff so
upgrading shouldn't cause any problem. I would double check that the
customer is really not willing to upgrade.

--
Patrice




 
Reply With Quote
 
Gregory A. Beamer
Guest
Posts: n/a
 
      13th Nov 2009
"Hemant" <(E-Mail Removed)> wrote in
news:e0jEW$(E-Mail Removed):

> At my machine i am working on framework 3.5 but I want to deploy my
> code where framework 2.0 is installed and framework 3.5 is not
> installed. thats why i want to move.


You can set Visual Studio 2008 projects to 2.0. That is step 1. For most
apps that is all you do. For AJAX, which was an "extension" in 2.0 and
now part of 3.5, you have to do a bit more.

1. Download and install the extensions:
http://www.asp.net/ajax/downloads/archive/

2. make sure all AJAX references point to the 1.0 bits instead of hte
3.5 bits.
vvvvvvvvvvv
assembly="System.Web.Extensions, Version=1.0.61025.0

3. Test and if it is still failing with some type of unknown type error,
make an assembly reference to the AJAX 1.0 assembly.

NOTE: You will have to either make a reference or install the AJAX
extensions on the server you are deploying to.

Peace and Grace,
Greg


--
Vote for Miranda's Christmas Story
http://tinyurl.com/mirandabelieve

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Reply With Quote
 
Digvijay Singh
Guest
Posts: n/a
 
      16th Nov 2009
Hi,
Thanks for your reply,
I am doing some maintenance work on earlier developed code.Hope in
near future will switch to 3.5 version

Thanks
Digvijay

"Hemant" <(E-Mail Removed)> wrote in message
news:e0jEW$(E-Mail Removed)...
> Hi,
> Thanks for your reply.
> At my machine i am working on framework 3.5 but I want to deploy my code
> where framework 2.0 is installed and framework 3.5 is not installed.
> thats why i want to move.
>
> thanks,
> Hemant
> "Patrice" <http://scribe-en.blogspot.com/> wrote in message
> news:O3FL%(E-Mail Removed)...
>> The UpdatePanel is part of the base AJAX library which is included in 3.5
>> and an additional download for 2.0 (perhaps
>> http://www.microsoft.com/downloads/d...displaylang=en
>> but not sure if there is something later for 2.0).
>>
>> Also you may want to elaborate a bit about why you need to downgrade as
>> it looks a bit unusual (or your hoster still provide no support for 3.5
>> ??)
>>
>> --
>> Patrice
>>
>>
>> "Hemant" <(E-Mail Removed)> a écrit dans le message de groupe de
>> discussion : #GL#(E-Mail Removed)...
>>> Hi,
>>> I have build my application in framework 3.5 and i used update panel in
>>> my website.
>>> but i want to change its framework 2.0 so i have changed the property of
>>> web project and build but it gives me error that update panel is not
>>> defined.
>>> I have added ajaxcontroltoolkit.dll to bin folder but not solved my
>>> problem
>>> Please suggest me to solve this problem.
>>>
>>> Thanks in advance.
>>> Hemant
>>>

>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How change framework Cirene Microsoft ASP .NET 6 30th Apr 2008 02:47 AM
Change framework language Henrik Stidsen Microsoft Dot NET Framework 3 15th Jun 2007 09:01 AM
Change of .NET framework website Glyn Meek Microsoft Dot NET Framework 1 4th Jan 2005 02:08 AM
Re: .NET Framework 1.1 SP1 - does this change the Framework version nu Mattias Sjögren Microsoft Dot NET Framework 0 14th Sep 2004 07:34 PM
Framework 1.0 to 1.1 Security Change Mike Bird Microsoft Dot NET Framework 1 4th Sep 2003 05:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:38 PM.