Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ajax control toolkit

Reply
Thread Tools

ajax control toolkit

 
 
JohnE
Guest
Posts: n/a
 
      02-06-2010
Hello. I am having a situation that is beginning to irritate. I am using
vs2008 pro. What is occuring is in the Bin folder, I originally had only 2
files; AjaxControlToolkit.dll (and its refresh) and AjaxControlToolkit.pdb.
Everything is running fine. I went out to the asp.net site and downloaded
the newer version of the toolkit and looked at it. Decided to stay with what
I had and deleted the beta version (was not part of vs200. Now the Bin
folder is full of folders (ex: de, fr, it, etc) with
AjaxControlToolkit.resources.dll in them. I suspect these are languages but
I do not need them and can not get rid of them. Deleting does not help as
they return. I gambled and did install the newer version of the toolkit and
they are still there. Does anyone know where and how to get rid of these?
Thanks...John

 
Reply With Quote
 
 
 
 
Alexey Smirnov
Guest
Posts: n/a
 
      02-06-2010
On 6 Feb., 07:58, JohnE <Jo...@discussions.microsoft.com> wrote:
> Hello. I am having a situation that is beginning to irritate. *I am using
> vs2008 pro. *What is occuring is in the Bin folder, I originally had only 2
> files; AjaxControlToolkit.dll (and its refresh) and AjaxControlToolkit.pdb. *
> Everything is running fine. *I went out to the asp.net site and downloaded
> the newer version of the toolkit and looked at it. *Decided to stay with what
> I had and deleted the beta version (was not part of vs200. *Now the Bin
> folder is full of folders (ex: de, fr, it, etc) with
> AjaxControlToolkit.resources.dll in them. *I suspect these are languages but
> I do not need them and can not get rid of them. *Deleting does not help as
> they return. *I gambled and did install the newer version of the toolkit and
> they are still there. *Does anyone know where and how to get rid of these?
> Thanks...John


These are satellite assemblies required for multilingual support in
the toolkit. They generated based on resouce files (Resource.xx.resx).
You can delete them but they will be created again after compiling the
project. So, you either need to delete resx files, or create a new
test project with AjaxControlToolkit.dll in the bin
 
Reply With Quote
 
 
 
 
JohnE
Guest
Posts: n/a
 
      02-06-2010


"Alexey Smirnov" wrote:

> On 6 Feb., 07:58, JohnE <Jo...@discussions.microsoft.com> wrote:
> > Hello. I am having a situation that is beginning to irritate. I am using
> > vs2008 pro. What is occuring is in the Bin folder, I originally had only 2
> > files; AjaxControlToolkit.dll (and its refresh) and AjaxControlToolkit.pdb.
> > Everything is running fine. I went out to the asp.net site and downloaded
> > the newer version of the toolkit and looked at it. Decided to stay with what
> > I had and deleted the beta version (was not part of vs200. Now the Bin
> > folder is full of folders (ex: de, fr, it, etc) with
> > AjaxControlToolkit.resources.dll in them. I suspect these are languages but
> > I do not need them and can not get rid of them. Deleting does not help as
> > they return. I gambled and did install the newer version of the toolkit and
> > they are still there. Does anyone know where and how to get rid of these?
> > Thanks...John

>
> These are satellite assemblies required for multilingual support in
> the toolkit. They generated based on resouce files (Resource.xx.resx).
> You can delete them but they will be created again after compiling the
> project. So, you either need to delete resx files, or create a new
> test project with AjaxControlToolkit.dll in the bin
> .
>


Thanks for the reply. Where would these resx files be found? But now, even
the older version I was using is starting to show those folders. I get an
error asking for extender.cs file. In your opinion, would it be worthwhile
to upgrade to the newer beta version that is out there even tho this
development is less then midway done?
Thanks...John
 
Reply With Quote
 
JohnE
Guest
Posts: n/a
 
      02-06-2010


"JohnE" wrote:

>
>
> "Alexey Smirnov" wrote:
>
> > On 6 Feb., 07:58, JohnE <Jo...@discussions.microsoft.com> wrote:
> > > Hello. I am having a situation that is beginning to irritate. I am using
> > > vs2008 pro. What is occuring is in the Bin folder, I originally had only 2
> > > files; AjaxControlToolkit.dll (and its refresh) and AjaxControlToolkit.pdb.
> > > Everything is running fine. I went out to the asp.net site and downloaded
> > > the newer version of the toolkit and looked at it. Decided to stay with what
> > > I had and deleted the beta version (was not part of vs200. Now the Bin
> > > folder is full of folders (ex: de, fr, it, etc) with
> > > AjaxControlToolkit.resources.dll in them. I suspect these are languages but
> > > I do not need them and can not get rid of them. Deleting does not help as
> > > they return. I gambled and did install the newer version of the toolkit and
> > > they are still there. Does anyone know where and how to get rid of these?
> > > Thanks...John

> >
> > These are satellite assemblies required for multilingual support in
> > the toolkit. They generated based on resouce files (Resource.xx.resx).
> > You can delete them but they will be created again after compiling the
> > project. So, you either need to delete resx files, or create a new
> > test project with AjaxControlToolkit.dll in the bin
> > .
> >

>
> Thanks for the reply. Where would these resx files be found? But now, even
> the older version I was using is starting to show those folders. I get an
> error asking for extender.cs file. In your opinion, would it be worthwhile
> to upgrade to the newer beta version that is out there even tho this
> development is less then midway done?
> Thanks...John



Thanks for the info. I decided (coin toss) to 'upgrade' to the new version.
I deleted to delete the multilingual folders out, which I was finally able
to. All is back running fine. If I wasn't able to get rid of the folders, I
would have put up with it and just left them there. I try and avoid clutter
if I can.
Thanks.
John
 
Reply With Quote
 
spokey spokey is offline
Junior Member
Join Date: Nov 2009
Posts: 2
 
      06-23-2010
What i found on my computer is that when I downloaded the ajax control toolkit, I put it in c:\AJAX Toolkit. In that folder are all of the multilangual support files. By deleting them from THAT folder, now when i add a control and VWDE adds the reference, the folders are NOT recreated in my bin folder for the project.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ajax Control Toolkit - ModalPopupExtender SD ASP .Net 1 11-11-2010 02:08 PM
AJAX Control Toolkit / ASP.Net Validator control problem Stratum ASP .Net 1 10-13-2008 05:01 AM
extending AJAX control toolkit =?Utf-8?B?U2VyZ2V5IFBvYmVyZXpvdnNraXk=?= ASP .Net 2 05-18-2007 03:39 AM
"ASP.NET AJAX-Enabled Web Site" or "AJAX Control Toolkit Web Site"? mark4asp ASP .Net 1 03-24-2007 06:06 AM
Problems using AJAX Control Toolkit Dropdown Extender w/ Gridview William Youngman ASP .Net 2 03-19-2007 06:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57