I downloaded the control tookit for version 3.5. When I open the samplewebsite everything works fine. What I did now is create a new web application project in visual studio 2008. I copied the stuff from the bin folder of the samples website to the newly created web application and included the files in the project. I registered the ajaxcontroltoolkit assembly.
but I get an error. In the designer.cs file I get the error on
protected global::AjaxControlToolkit.ToolkitScriptManager.ScriptManager1;
Error states: "The type or namespace 'AjaxControlToolkit" could not be found ..."
What am I doing wrong?