views:

628

answers:

2

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?

+2  A: 
Andreas Grech
Thanks Dreas... But i am facing some Error there when i try to add reference to dll which is placed on server machine.
Abhi
What is the error you are facing?
Andreas Grech
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
You should have a local copy of the DLL on your machine (and in your source control!)
Slace
A: 

I am getting exception when I try to do this.

I asked the same question here. http://stackoverflow.com/questions/2104626/asp-net-ajax-toolkit-controls-fails-when-trying-to-add-to-toolbox-in-vs-2008

Any help is appreciated.

thanks,

Pramod