Partager via


How to add Atlas Control Toolkit to toolbar?

Wanna start to work on ASP.net Atlas-based application?
The first thing you need to do is to install the ASP.NET codename "Atlas" package and unpack the package into folder on your computer.

The next thing is to add the Atlas Control Toolkit into your Visual Studio's toolbar. Here are the steps you can do:
1. Right click on the toolbar and select "Add Tab"
2. Name the new tab as "Atlas Control Toolkit"
3. Right click on the new tab area
4. Select "Choose Items"
5. Click "Browse"
6. Navigate to the folder where you installed the "Atlas" Control Toolkit package. In the folder SampleWebSite\Bin, select "AtlasControlToolkit.dll"
7. Click OK.
8. Click OK again to close the Choose Items Dialog.
9. Now, you can use the sample Atlas control

You have to install the "Atlas Control Extender" to build extenders and controls. You can go to the folder where you installed the "Atlas" Control Toolkit package. Under the folder called "AtlasControlExtender"  double-click AtlasControlExtender.vsi to install it.

Comments

  • Anonymous
    October 11, 2006
    Good tip here to make your life easier when using the tookit.

  • Anonymous
    October 11, 2006
    That's a good solution, but did you know you can just drag the DLL from Windows Explorer onto the toolbar?

  • Anonymous
    October 11, 2006
    Its much easier just to drag the DLL over and drop it into the new tab you've created.  Faster, too.   Also, realize that the whole package we think of as "Atlas" is two parts:  The core (Microsoft.Web.Atlas.DLL, which I believe installs under program filesmicrosoft asp.netAtlasv2.0.50727Atlas) and the Atlas control toolkit (Download, extract to some directory, load atlasconroltoolkit.sln and build the release version and the DLL will be under atlas control toolkitAtlasControlToolkitbinRelease).  In Joe Stagner's last Atlas webcast, he suggested creating a tab for each; Microsoft AJAX and Microsoft AJAX Toolkit.  Drop Atlas.DLL into the first tab, AtlasControlToolkit.dll into the second.  

  • Anonymous
    October 16, 2011
    The comment has been removed