Type con = typeof (System.Console); is a little cleaner ;-). Jackson On Fri, 2003-12-05 at 13:47, Kris Luyten wrote: > On Fri, 2003-12-05 at 22:50, Rob.Tillie@Student.tUL.EDU wrote: > > Hello Kris, > > > > I believe corlib.dll is now renamed to mscorlib.dll, so try: > > > > Assembly a = Assembly.Load("mscorlib.dll"); > > That solved my problem, > > thanks > Kris