troycomp
asked on
Unknown Server Tag
I have a project that builds and runs just fine on my localhost. I copied out to the network to run it and i get :
Error 2 Unknown server tag 'ajax:TabContainer'
Of course the ajax:TabContainer is part of the AjaxControlToolkit. Here is my web.config section
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Exten sions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad3 64e35"/>
<add namespace="AjaxControlTool kit" assembly="AjaxControlToolk it" tagPrefix="ajax"/>
<add namespace="CustomServerCon trols" tagPrefix="csc"/>
</controls>
I left in the CustomServerControls line cause the aspx pages recognizes the server tag csc. What am i missing?
Error 2 Unknown server tag 'ajax:TabContainer'
Of course the ajax:TabContainer is part of the AjaxControlToolkit. Here is my web.config section
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Exten
<add namespace="AjaxControlTool
<add namespace="CustomServerCon
</controls>
I left in the CustomServerControls line cause the aspx pages recognizes the server tag csc. What am i missing?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Might be your dll problem
Thanks
P.Ramprathap