Imran
Fri Aug 20 07:58:36 CDT 2004
Oops..you're right. thanks for pointing that out.
As I also mentioned, I could very well be wrong :)
"Mattias Sjögren" <mattias.dont.want.spam@mvps.org> wrote in message
news:OgB1IjqhEHA.3076@tk2msftngp13.phx.gbl...
> Imran,
>
> >This is most likely a bug since its working for all other
> >types in other namespaces.
>
> No it isn't. The docs for Type.GetType clearly states that you must
> supply the assembly name where the type is implemented, unless it's in
> Mscorlib.dll or the calling assembly. This should work:
>
> Type.GetType("System.Drawing.RotateFlipType, System.Drawing,
> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
>
>
>
> Mattias
>
> --
> Mattias Sjögren [MVP] mattias @ mvps.org
>
http://www.msjogren.net/dotnet/ |
http://www.dotnetinterop.com
> Please reply only to the newsgroup.