Typeconverter: only 1 allowed per .NET type?

Posts   
 
    
ncote
User
Posts: 4
Joined: 26-Nov-2007
# Posted on: 26-Nov-2007 07:52:53   

I implemented a string TypeConverter, which showed up fine in the designer. When I implemented another string TypeConverter in the same assembly, neither appeared.

Can there only be one TypeConverter per .NET type?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 26-Nov-2007 09:42:06   

No there can be more than one. Would you please attach your TypeConverters code?

ncote
User
Posts: 4
Joined: 26-Nov-2007
# Posted on: 26-Nov-2007 18:28:16   

I retried a pair of very simple converters with nothing else in the assembly and it worked fine. My real assembly contains a lot besides the TypeConverter so other classes may be interfering somehow. I'll whittle it down to bare essentials before posting my code.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 27-Nov-2007 09:27:24   

I'll close this thread for now, and if you post a reply it will be re-openned automatically. Good Luck.