[Mono-dev] [PATCH] Use the correct type for S.D.Printing.PrintDocument.PrintController
Robert Jordan
robertj at gmx.net
Wed Aug 2 08:00:30 EDT 2006
Hey,
Carlos Alberto Cortez wrote:
> + Assembly wf_assembly = Assembly.Load ("System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089");
The version of the assembly is wrong.
Please use the constant `Consts.AssemblySystem_Windows_Forms' instead
of the hard coded assembly name.
Robert
More information about the Mono-devel-list
mailing list