• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Using Mono framework on linux (fedora core 5)

ahmadka

Senior member
Well, I am trying to code in .NET right now...trying to code .NET applications, that would work both under Windows (through .NET) and Linux (through mono framework)....

Now, I have installed the mono framework's RPMs for fedora core 5 (got them from www.mono-project.com), and its running OK...

the only problem I am facing is that when I make an application in .NET that uses Windows.Forms, then that program doesnt run with mono under Fedora Core 5...it gives some strange error...

Console applications (DOS type - dont require windows forms) work fine in both...its just the GUI based ones that I am having a problem with....

Can anyone help me with this ??
 
Back
Top