[Mono-winforms-list] New install of C Sharp, using System.Winforms not found

Stifu stifu at free.fr
Sun Feb 20 04:19:58 EST 2011


Just checking: when you say "System.Winforms", you really mean
"System.Windows.Forms", right?

Also, MonoDevelop has no WinForms designer. So I suggest you build your UI
on Windows (using Visual Studio or something else), then test your app on
Linux. The other option would be to build your app without using a designer,
which doesn't sound nice. Or use GTK# rather than WinForms, or something.

Not sure what problem you're encountering with getting the latest Mono on
OpenSUSE, it should be pretty straightforward, if you're using the official
repo from the Mono download page. There's another tool in OpenSUSE to add
repo URLs, other than zypper, but I forgot what its name is. Then when
looking for new programs / updates, you should see all Mono 2.10 packages.


iBradleyAllen wrote:
> 
> I just downloaded and tried this out in openSuse 11.3 (which is also new
> to me).  Im familiar with C# from Visual Studio and want to make it work
> on this.
> 
> In a new solution i made a button, progressbar and double clicked the
> button in the ide designer view hoping it would generate a method stub for
> the OnClick event, but it didnt;  I tried to manually make a delegate but
> it got an error saying what is this += thing?  eventually found the on
> click event and added a messagebox.show or tried to, its not known.
> 
> using system.winforms was not known.  searching got a page that said
> download it from svn.anon something, so i installed subversion and tried
> it svn co svn://anonmonoproject whatever? connection refused.
> 
> I installed the latest mono development from the main page using zypper.
> 
> but i couldnt find or get the trunk/mcs to build it??
> 
> So the big picture is that I want to setup the IDE to look like a windows
> C# winforms platform;
> 
> 2nd thing is to have these run in the suse linux
> 3rd thing is to create the forms as threads
> 
> thanks in advance
> 

-- 
View this message in context: http://mono.1490590.n4.nabble.com/New-install-of-C-Sharp-using-System-Winforms-not-found-tp3314875p3314993.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.


More information about the Mono-winforms-list mailing list