Answered by:
Create the package of visual web part project, AjakControlToolKit.dll is not loading into WSP or bin folder of share point site?

Question
-
Hi All,
I have created an empty share point project and added a visual web part into it.
For tab control, I have used AjaxControlToolKit and added the reference of AjaxControlToolKit.dll in to my project.
Now whenever I create the package of the project then AjaxControlToolKit.dll is not loading into wsp file or When I deploy the project on share point site then AjaxControlToolKit.dll is not loading in the bin folder of my share point site automatically. So manually I have to put the AjaxControlToolKit.dll into bin folder of share point site or GAC . But the requirement is whenever project deploys then the AjaxControlToolKit.dll should automatically load into bin folder of share point site. Right now I am doing it manually.
Note:- Even I have set. Copy Local = True (property of AjaxControlToolKit)
How can I acheive the solution?
Thanks,
Vishwa
Friday, September 14, 2012 6:32 AM
Answers
-
Hi,
Check below blogs to add custom dll's in Bin folder or GAC using wsp package. You need to add any external dll in your wsp package using visual studio.
Hope it could help
Cheers, Hemendra-MCTS "Yesterday is just a memory,Tomorrow we may never see"
- Marked as answer by badinga.badinga Tuesday, September 18, 2012 6:44 AM
Monday, September 17, 2012 5:24 AMModerator
All replies
-
Hi Vishwa,
This forum is for SharePoint 2007 and it sounds like your creating a Visual WebPart with Visual Studio 2010 for SharePoint 2010? So I have a couple of questions first to make sure I answer your question properly:
- What development platform are you creating the VisualWebPart on SP2007 or SP2010?
- What version of Visual Studio?
- What version of the AjaxControlToolKit are you attempting to use?
-Ivan
Ivan Sanders My LinkedIn Profile, My Blog, @iasanders.
Sunday, September 16, 2012 12:09 AM -
Hi Ivan,
Thanks for your reply.
1. I am using SP2010
2. Visual Studio 2010 (Ulitmate)
3. AjaxControlToolKit Version- 3.0.30930.28736
Thanks
Vishwa
Monday, September 17, 2012 4:57 AM -
Hi,
Check below blogs to add custom dll's in Bin folder or GAC using wsp package. You need to add any external dll in your wsp package using visual studio.
Hope it could help
Cheers, Hemendra-MCTS "Yesterday is just a memory,Tomorrow we may never see"
- Marked as answer by badinga.badinga Tuesday, September 18, 2012 6:44 AM
Monday, September 17, 2012 5:24 AMModerator -
Hi Hemendra,
Thanks for reply. Really the second linked helped me.
Thanks,
Vishwa
Tuesday, September 18, 2012 6:46 AM