Welcome Guest Search | Active Topics | Log In | Register

AjaxControlToolkit error Options · View
arni2
#1 Posted : Sunday, October 12, 2008 3:50:21 PM
Rank: Member


Joined: 10/12/2008
Posts: 11
Location: Israel
Hi, I am using a new version of 'AjaxControlToolkit, And I get This erro:
http://gw.onev.org/errorr.jpg

how can I fix it?

the version I use is 1.9.3 RC2
arni2
#2 Posted : Sunday, October 12, 2008 4:17:14 PM
Rank: Member


Joined: 10/12/2008
Posts: 11
Location: Israel
Also I have this error:


Line 11: <ContentTemplate>
Line 12: <YAF:AdminMenu runat="server" ID="Adminmenu1">
Line 13: <ajaxToolkit:TabContainer runat="server" ID="PMTabs">
Line 14: <ajaxToolkit:TabPanel runat="server" ID="SettingsTab">
Line 15: <ContentTemplate>


Source File: /Forum/pages/admin/hostsettings.ascx Line: 13
kovv
#3 Posted : Sunday, October 12, 2008 10:15:28 PM

Rank: YAF Forumling


Joined: 10/8/2008
Posts: 3
Add:

Code:
    <runtime>
      <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
        <dependentAssembly>
          <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
          <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
        </dependentAssembly>
        <dependentAssembly>
          <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
          <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
        </dependentAssembly>
      </assemblyBinding>
    </runtime>


to your web.config, it should solve your problem.
Jaben
#4 Posted : Monday, October 13, 2008 8:27:14 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
You will need to recompile the project.
"When you are grateful, fear disappears and abundance appears”."

arni2
#5 Posted : Monday, October 13, 2008 1:30:32 PM
Rank: Member


Joined: 10/12/2008
Posts: 11
Location: Israel
I added this, but it still not working
Jaben
#6 Posted : Tuesday, October 14, 2008 2:02:20 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
arni2 wrote:
I added this, but it still not working

Once again, you'll need to recompile the project with the updated AJAX toolkit. The version shipped is bound to the dlls.
"When you are grateful, fear disappears and abundance appears”."

arni2
#7 Posted : Tuesday, October 14, 2008 8:08:06 PM
Rank: Member


Joined: 10/12/2008
Posts: 11
Location: Israel
Can you tell me or give me a link that explains how to recompile a project?
arni2
#8 Posted : Wednesday, October 15, 2008 12:34:31 PM
Rank: Member


Joined: 10/12/2008
Posts: 11
Location: Israel
I recompile the project but I still have this error.
I added this code after:
</system.webServer>
test2005
#9 Posted : Wednesday, October 15, 2008 2:47:57 PM

Rank: YAF MVP



Joined: 2/12/2005
Posts: 927
Location: Italy

Have you checked the references in the solution? Are they pointed to the correct version of the toolkit, if you upgraded, they may be different, hence the error.
.....the man in black fled across the desert..........and the gunslinger followed.....

h1timmboy
#10 Posted : Wednesday, October 15, 2008 2:53:52 PM

Rank: YAF Forumling



Joined: 10/15/2008
Posts: 3
Location: Indiana, USA
Not sure if it's related but I am having an issue with the same control.

http://i35.tinypic.com/r9li85.jpg
test2005
#11 Posted : Wednesday, October 15, 2008 3:03:05 PM

Rank: YAF MVP



Joined: 2/12/2005
Posts: 927
Location: Italy
h1timmboy wrote:
Not sure if it's related but I am having an issue with the same control.

http://i35.tinypic.com/r9li85.jpg


No, that's a YAF.dll reference problem. Your web.config file isn't set correctly.
.....the man in black fled across the desert..........and the gunslinger followed.....

h1timmboy
#12 Posted : Wednesday, October 15, 2008 6:22:52 PM

Rank: YAF Forumling



Joined: 10/15/2008
Posts: 3
Location: Indiana, USA
test2005 wrote:
h1timmboy wrote:
Not sure if it's related but I am having an issue with the same control.

http://i35.tinypic.com/r9li85.jpg


No, that's a YAF.dll reference problem. Your web.config file isn't set correctly.


Thanks I'll try this upgrade again from square one and open a new topic if I can't figure out this implementation.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.3 RC2 | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.097 seconds.

SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET