Click here to Skip to main content
15,881,843 members
Please Sign up or sign in to vote.
0.00/5 (No votes)

Hi all,

I have faced a problem intime of use different Ajax toolkit for different project under same solution. My question is How to use different Ajax toolkit for different project under same solution ?
Posted
Comments
sagar wasule 16-May-12 2:03am    
Do your solution contain more than one UI projects where you have to have ajax toolkit??
Prasanta_Prince 16-May-12 2:27am    
Yes. I have more than one project under same solution.
Sandeep Mewara 16-May-12 2:31am    
Not clear. Please elaborate your scenario and doubt.
Prasanta_Prince 16-May-12 2:35am    
I have more than one project under same solution which use ajaxcontroltoolkit dll from main solution. but in one project I need to use latest ajax dll . But I cant build all project and upload all dll . I need to use separate dll for that particular project.
sagar wasule 16-May-12 2:42am    
you can addthe reference by 'Add Reference' go to Projects tab , here it will show the dll , references of project u can add reference of a particular project which when build will provide all the updates to various location where the dll is used..
Check out if this helps

You need Ajax Toolkit Dll. Its depend upon your .Net framework, according to the framework version your dll version will change. You need at least on script manager in each page. for different solutions you have to add separate script managers.
 
Share this answer
 
Comments
Prasanta_Prince 16-May-12 1:48am    
My solution is in .net framework 4.0. but it has more than one project . In a particular project under the same solution I need updated toolkit, Which will not coming from main solution dll.(as it has old dll). So , How I can add latest version of dll to a particular project under same solution.
I have solved the problem using assembly binding redirect. Thanks friends for your valuable time.
 
Share this answer
 
Comments
comred 16-May-12 7:21am    
Thanks for sharing your problem. Your answer is more clear than your question..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900