System.ComponentModel.TypeDescriptor.GetConverter() missing

  • Thread starter Thread starter Neil
  • Start date Start date
N

Neil

Hi,

I'm missing the function System.ComponentModel.TypeDescriptor.GetConverter()
in .net CF 2.0 SP 2 German. Neither Intellisense nor the device itself are
able to resolve this function. The API is available under .net 2.0 and
_shall_ be available under .net CF either (concerning the docs), but I can't
find it.

Any pointer welcome
Regards
 
Still not listed here:

http://msdn2.microsoft.com/de-de/library/system.componentmodel.typedescriptor_methods(VS.80).aspx

Ignore the "Version Information" at the bottom of specific method of
property doc pages - they are often wrong in this regard (MS has been told
and has confirmed that it's wrong, no idea when or if it will be changed).
Always look at the master list of methods/properties. if there is no device
icon, there is no device support.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Ah, thanks for the info. I always ignored the icons and used the textual
info instead. But the missing icon matches the truth...

Thanks

Regards
 
Back
Top