CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



Zone: > Asp.Net Forum > asp.net_ajax.asp.net_ajax_ui Tags:
Item Type: Date Entered: 1/8/2008 4:05:28 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 6 Views: 3035 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
7 Items, 1 Pages |< << Go >> >|
"nisarkhan" <>
NewsGroup User
Compatability Issues ? AjaxControlToolkit.dll12/17/2007 2:44:29 PM

1

Hi I am using both the  AjaxControlToolkit version 1.0.10301.0 AjaxControlToolkit version 1.0.10920.0  and i'm getting compatability issues, either a failure to load the assembly, or after I added the files to the GAC now getting ambigious namespace errors.

Can you inform me of a way of having both the version of the AjaxControlToolkit  assemblies running within the same application.?

thanks.

 


Its all about coding!
"nisarkhan" <>
NewsGroup User
Re: Compatability Issues ? AjaxControlToolkit.dll12/17/2007 3:00:28 PM

1

i have two applications which are using different  version of ajaxcontroltoolkit

<add tagPrefix="asp1" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.10920.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e"/>
<
add tagPrefix="asp0" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.10301.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e"/>
<
add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>

in my web.config i ahve the above three lines but getting error

Error 133 Could not load file or assembly 'System.Web.Extensions, Version=1.0.10301.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The system cannot find the file specified.  


Error 134 Could not load file or assembly 'System.Web.Extensions, Version=1.0.10920.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The system cannot find the file specified.  

 


Its all about coding!
"DisturbedBuddh
NewsGroup User
Re: Compatability Issues ? AjaxControlToolkit.dll12/17/2007 3:08:53 PM

1

I don't understand what benefit you are trying to gain by running two versions.  Each version is basically backwards compatible.  Trash them both and download the latest version and only use that (Version 1.0.11119.0).

http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=8513

Don't install version 3.0.11119.0 unless you are running Visual Studio 2008.


When you ask a question, remember to click "mark as answered" when you get a reply which answers your question.


My latest ASP.NET AJAX blog entries.
"nisarkhan" <>
NewsGroup User
Re: Compatability Issues ? AjaxControlToolkit.dll12/17/2007 4:00:04 PM

0

Thanks

i have installed ASPAJAXExtSetup.msi from : http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displaylang=en

and remove the previous version but i dont see the dll in GAC ? and where do i see the installed version?

 


Its all about coding!
"nisarkhan" <>
NewsGroup User
Re: Compatability Issues ? AjaxControlToolkit.dll12/17/2007 4:07:11 PM

0

even thou i remove the previous version( 1.0.61025.0 ) and install the new version (1.0.10920.0) and when i create a new web site project ajax enabled i see the old version (1.0.61025.0)  in the web.config?

<controls>
<
add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</
controls>

<assemblies>
<
add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</
assemblies>

what else i'm missing?


Its all about coding!
"DisturbedBuddh
NewsGroup User
Re: Compatability Issues ? AjaxControlToolkit.dll12/17/2007 8:25:02 PM

2

My apologies.  I was still half asleep this morning and I copied and pasted the wrong version numbers.   1.0.61025.0 is the lastest version of the ASP.NET AJAX Extensions.  If your web.config is showing that, you are where you want to be.  The 1.0.11119.0 that I told you is the latest version of the Toolkit.  But this should have solved your intial problem, correct?


When you ask a question, remember to click "mark as answered" when you get a reply which answers your question.


My latest ASP.NET AJAX blog entries.
"nisarkhan" <>
NewsGroup User
Re: Compatability Issues ? AjaxControlToolkit.dll12/18/2007 3:23:18 AM

0

DisturbedBuddha:

My apologies.  I was still half asleep this morning and I copied and pasted the wrong version numbers.   1.0.61025.0 is the lastest version of the ASP.NET AJAX Extensions.  If your web.config is showing that, you are where you want to be.  The 1.0.11119.0 that I told you is the latest version of the Toolkit.  But this should have solved your intial problem, correct?

after spending lot of my time i figured out that 1.0.6 is the latest ext and 1.0.9 is the latest toolkit.

thanks


Its all about coding!
7 Items, 1 Pages |< << Go >> >|



Free Download:






   
  Privacy | Contact Us
All Times Are GMT