Hey all,
my host doesn't allow GAC install, but I was able to get everything running (many ajax controls plus the control toolkit) by copying the dll's over. Unfortunately I recently tried adding an "UpdateProgress" to my site. It works great locally, but not on the server. I get the following errror:
Parser Error Message:Unknown server tag 'asp:UpdateProgress'.
Any suggestions?
I personally had a problem with AJAX and after I installed all the dlls into the gac, the error went away. Now I seen posts of people that just dropping the dlls into bin fixed any problem. So make sure your web.config have registered the asp tag and let us know.
Do you have installed on your dev computer the AJAX in the gac and is working fine?
No comments:
Post a Comment