ajax toolkit

M

Mike

Why when I create Calender Extender control on my web page from the Ajax Toolkit, why does it create 14 references of the AjaxControlTookit.resources.dll in my project ontop of the reference to the AjaxControlToolKit.dll and AjaxControlToolkit.pdb files?

How can I have only one reference to that dll when i create a ajax control on my web form?
 
D

David R. Longnecker

Mike-

Are those 14 references each of the languages? (en, es, fr, etc?) If so,
then it is usually because you are referencing the AjaxControlToolkit.dll
file while it's in it's sample directory (\SampleWebSite\Bin\). If you look
in that Bin directory, you'll see each of the languages.

To get around that, copy the AjaxControlToolkit.dll OUT of that directory
and into another directory and then reference it.

-dl
 
M

Mike

thanks, after I posted this I tooled around with it some more and realized
where I was referencing the DLL from

thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top