Link to home
Create AccountLog in
Avatar of troycomp
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.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                        <add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajax"/>
                        <add namespace="CustomServerControls" tagPrefix="csc"/>
                  </controls>

I left in the CustomServerControls line cause the aspx pages recognizes the server tag csc. What am i missing?
Avatar of P_Ramprathap
P_Ramprathap
Flag of India image

Does Ajaxcontrol kit is installed in the Server?
Thanks
P.Ramprathap
ASKER CERTIFIED SOLUTION
Avatar of troycomp
troycomp

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Might be your dll problem