[Mono-dev] Unhandled Exception: System.Resources.MissingManifestResourceException:

Michael Hutchinson m.j.hutchinson at gmail.com
Sun Mar 22 19:03:28 EDT 2009


On Fri, Mar 20, 2009 at 1:01 AM, SuperAfton23 <superafton23 at mt2009.com> wrote:
> Hey,
> Sorry but I'm a noobie at C# devel, so this is going to be kind of a stupid
> question.
> My C# program is in fact fully debugged its just that it was original
> developed on windows in visual studios and now I need to get it to compile
> under linux, so I'm using mono to do this.

You can use the binaries produced by VS with Mono; you don't need to rebuild.

> My problem is I don't know how to compile this program from the command
> line.

I suggest MonoDevelop 2. It should be able to build your sln file fine
-- either open and build it in the IDE, or use "mdtool build" from the
command line. It also outputs the commands that it uses for the build,
if you're curious.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-devel-list mailing list