PDA

View Full Version : How to open a C# project in MonoDevelop?



emigrant
November 9th, 2009, 06:19 PM
hi all,
how to open a c# project in monodevelop?
the project just shown as a normal folder and not like a c# project :(

thank you very much for your help.

RaptorJesus
November 9th, 2009, 08:36 PM
I assume that you are trying to open a Microsoft .Net project file, in that case you just have to create a Mono develop version by going File>New project.

emigrant
November 10th, 2009, 01:39 AM
You mean i cant open what iv already created in visual studio?

directhex
November 10th, 2009, 02:39 AM
You mean i cant open what iv already created in visual studio?

No, RaptorJesus is wrong.

You should be able to open Visual Studio Solutions (.sln) and C# Projects (.csproj) from the File/Open menu. Generally, opening solutions works much much better than projects, since MD always needs a parent solution for any given project

RaptorJesus
November 10th, 2009, 06:27 AM
Is this true, directhex? I always assumed that you had to create your own. I should probably stop offering suggestions on this forum.

directhex
November 10th, 2009, 11:32 AM
Is this true, directhex? I always assumed that you had to create your own. I should probably stop offering suggestions on this forum.

MD is currently moving towards using VS project file formats instead of its own formats. It should be able to open ones produced by VS, but doesn't currently have a 100% success rate