Let's see if I got this right:
I have installed Atlas April CTP. Now I wanted to use Atlas Control Toolkit. Something is missing because IntelliSense wont recognize all the tags and when I try to build my app I get an errormessage about PopControlExtender (Unknown Server Tag: act:PopUpControExtender). I extracted the toolkit files and copied the AtlasControlToolkit.dll to my app's bin-directory and made an reference to it. I also registered the assembly in my aspx:
<%@ Register Assembly="AtlasControlToolkit" Namespace="AtlasControlToolkit" TagPrefix="atlasToolkit" %>
Then there is also ScriptManager definition in my aspx as well:
<
atlas:scriptmanager id="ScriptManager" runat="server"
enablepartialrendering="true" />
I also added ACT to my toolbox (I'm using Visual Web Developer) and whenever I try to drag an control to aspx-page, I get an error message: "Control cannot be created because Visual Studio cannot find the control's type in the control assembly".
So there you go. What steps do I need to make in order to make this thing work ?