vote up 0 vote down star

I have a MS AJAX toolkit DLL which I want to add to the toolbox items as a tab.

How do I go about in doing this?

flag

1 Answer

vote up 2 vote down check
  1. Open the toolbox on the left-hand side of the IDE and find the Ajax Controls Tab

  2. Right Click in the Tab, and select Choose Items (will take some time to load) (the image shows a click on the General tab instead of the Ajax Control Toolkit: alt text

  3. After the Choose Toolbox Items window opens, click on the .NET Framework Components tab:

alt text

Finally click on the Browse... button, and choose your DLL from there.

After that, your Control should appear in the tab.

link|flag
Thanks Dreas... But i am facing some Error there when i try to add reference to dll which is placed on server machine. – Abhi Dec 26 '08 at 10:17
What is the error you are facing? – Andreas Grech Dec 26 '08 at 10:20
Its Showing like "loading of dll file is failed.. Request for permission is being failed."..but when i put dll in my pc locally .it is working fine now.Controls are added to toolbox.Is this error coming because my dll was on server machine not locally – Abhi Dec 26 '08 at 10:35
You should have a local copy of the DLL on your machine (and in your source control!) – Slace Dec 26 '08 at 11:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.