[Mono-dev] Possible bug in System.Windows.Forms

Brandon Perry brandon at thresholdofthought.com
Sun Sep 2 11:32:34 EDT 2007


Hi, when I try to run an assembly using the System.Windows.Forms dll, I
get the following error.

radiohead at radiohead-laptop:~/Desktop/MoMA$ mono
'/home/radiohead/Desktop/printinginNet/bin/Debug/PrintingSamples.exe' 

**
(/home/radiohead/Desktop/printinginNet/bin/Debug/PrintingSamples.exe:20402): WARNING **: The following assembly referenced from /home/radiohead/Desktop/printinginNet/bin/Debug/PrintingSamples.exe could not be loaded:
     Assembly:   System.Windows.Forms    (assemblyref_index=1)
     Version:    1.0.3300.0
     Public Key: b77a5c561934e089
The assembly was not found in the Global Assembly Cache, a path listed
in the MONO_PATH environment variable, or in the location of the
executing assembly (/home/radiohead/Desktop/printinginNet/bin/Debug).


**
(/home/radiohead/Desktop/printinginNet/bin/Debug/PrintingSamples.exe:20402): WARNING **: Could not load file or assembly 'System.Windows.Forms, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
The entry point method could not be loaded


I tested it with MoMA and it said all was good. I ran a grep on gacutil
-l to make sure the System.Windows.Forms was installed and it is. Any
thoughts?




More information about the Mono-devel-list mailing list