Hi there,
We've got a folder called /whatever2011 on our site that contains some forms (as well as folders called 'App_code' and 'bin'). Those forms work just fine.
Now we need to have slightly adapted forms (text- not code-wise) in a new folder Cclled /whatever2013. So I've copied the whatever2011 folder and renamed it whatever2013. But when I try to load the forms in it then I get the following error:
"Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified."
But the ajaxcontrolkit.dll exists in the 'bin' folder of the whatever2013 folder as well ... and I've changed all (I think) references in my aspx pages from /whatever2011 to /whatever2012 ... what might I have missed? Or where do I need to configure the path correctly?
Or how should I have done this in the first place??
Thanks a lot for your help!