G
Guest
The following code
Type t = Type.GetType("System.Drawing.RotateFlipType", True);
always throws an exception:
An unhandled exception of type 'System.TypeLoadException' occurred in
WindowsApplication1.exe
Additional information: Could not load type System.Drawing.RotateFlipType
from assembly WindowsApplication1, Version=1.0.1693.20837, Culture=neutral,
PublicKeyToken=null.
Type t = Type.GetType("System.Drawing.RotateFlipType", True);
always throws an exception:
An unhandled exception of type 'System.TypeLoadException' occurred in
WindowsApplication1.exe
Additional information: Could not load type System.Drawing.RotateFlipType
from assembly WindowsApplication1, Version=1.0.1693.20837, Culture=neutral,
PublicKeyToken=null.