Re: [Mono-list] Can't run my EXE in Windows

2011-08-15 Thread jimevt
Hi Again, Does anybody have an idea as to why my EXE could not load MainWindow, even though I installed Gtk# on the target machine? Thanks! JimE. -- View this message in context: http://mono.1490590.n4.nabble.com/Can-t-run-my-EXE-in-Windows-tp3722153p3745598.html Sent from the Mono -

Re: [Mono-list] Can't run my EXE in Windows

2011-08-12 Thread jimevt
Hello Again, I installed mono on the target machine, still no luck. I tried running the program with mono --debug FvmRTD.exe and got: Unhandled Exception: System.TypeLoadException: Could not load type 'MainWindow' from assembly 'FvmRTD, Version=1.0.4241.35117, Culture=neutral,

Re: [Mono-list] Can't run my EXE in Windows

2011-08-10 Thread jimevt
I already sent this in an email reply to Ian, but didn't see it show up in the list. Sorry if you get it twice! Also - the build process says it is building a target for .NET 3.5. I see that the development machine has .NET 4.0 but the target doesn't.I'm going to try installing .NET 4.0

Re: [Mono-list] Can't run my EXE in Windows

2011-08-10 Thread jimevt
Hello Again, I'm targeting 3.5 and both the development and target machines have 3.5 sp1 on them. I tried uninstalling 3.5 sp1 on the target machine, then installing 3.5 - still no luck. I thought that I might target an earlier .NET version, but I get errors when I try to build the

Re: [Mono-list] Can't run my EXE in Windows

2011-08-10 Thread jimevt
Nope, that didn't do it either. When I tried to run it without 4.0 installed, it clearly told me that I needed to install .NET 4.0. After I installed .NET 4.0, I got the same error. Just to be sure, I uninstalled Gtk# for .NET 2.12.10 and re-installed; same error. Wait a

[Mono-list] Can't run my EXE in Windows

2011-08-05 Thread jimevt
Hi All! I'm new to Mono, C#, Gtk#, etc. Sorry if this is an easy question! I searched for a while, but couldn't find an answer. I'm using MonoDevelop w/Gtk# on a windows machine to develop a program named FvmRTD.exe. I can build, debug, and run on the development machine. I used

Re: [Mono-list] Can't run my EXE in Windows

2011-08-05 Thread jimevt
Dang! I meant to include that I'm using MonoDevelop 2.6 Beta 3, in case it makes a difference. JimE. -- View this message in context: http://mono.1490590.n4.nabble.com/Can-t-run-my-EXE-in-Windows-tp3722153p3722197.html Sent from the Mono - General mailing list archive at Nabble.com.

Re: [Mono-list] Scope of MainWindow methods Stetic created widgets

2011-08-04 Thread jimevt
Hello Ian! Thanks for your replies! I tried creating a delegate for the SetStatus() method of the MainWindow, but I couldn't get it to work. If I remember correctly, it was requiring that the SetStatus() method be static which is a problem. I can see where passing the MainWindow (

Re: [Mono-list] Scope of MainWindow methods Stetic created widgets

2011-08-04 Thread jimevt
Hello Again, Well, passing the MainWindow into the RTDFile constructor does work, though it doesn't seem like the correct way to do things. Callbacks - I was thinking of signal handlers, which aren't the same thing at all. Can you refer me to documentation on creating a call back?

[Mono-list] Scope of MainWindow methods Stetic created widgets

2011-08-03 Thread jimevt
My first post! I'm new to C#, mono, gtk#, etc. I'm pulling out my hair on this one, and I can't afford it! I've used the Stetic designer to make a MainWindow that includes a status bar. I also created a public method named SetStatus() to update the status bar ( get context id, pop, then