If you are developing using the Toolkit dll it makes sense to have the source version of the Toolkit in case you want to browse the code to understand it better or fix up issues in the Toolkit for you. In that case the Toolkit debug dll is used and it does not add the umpteen resource files to your bin folder. Once you think your app is ready to go you can build a release Toolkit dll, reference that and publish your site. You are getting localization for free.
To summarize you have these options to avoid the resources dll and they are not too hard.
-
Build using the debug Toolkit dll during development and you won't get all this and use the ship dll only when deploying your site
-
Build a ship version of the Toolkit by deleting the resources files for languages you do not care about and then reference it.
Kirti Deshpande
Program Manager, Silverlight and ASP.NET AJAX
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.