Hello,
I am creating a new web site in VS 2008 and I copied a couple pages from another web application to get me started.
I copied the webconfig information for mscharts and ajax from the old and paisted it into the new.
I see an ajaxtoolkit in my tool box, but I have no Bin folder in the new application. Is it safe to just copy the Bin folder from the other app or does something need to be 'installed' to get the toolkit working properly? I am get this compiler error:
Parser Error Message: Could not load file or assembly 'AjaxControlToolkit, Version=3.5.40412.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The system cannot find the file specified.
Yet I have this defined in the webconfig:
<add assembly="AjaxControlToolkit, Version=3.5.40412.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e"/>
**UPDATE
I added a control to the page and that created the Bin folder, however I am still getting the same error.