[MonoDevelop] Stupid Question - How do I add new or existing projects to a solution?

Michael Hutchinson m.j.hutchinson at gmail.com
Fri Dec 5 17:01:39 EST 2008


On Fri, Dec 5, 2008 at 10:52 AM, migofast <seanmayhew at gmail.com> wrote:
>
> I successfully created a solution and asp.net project.....now I want to add a
> class library project to the solution...does this work anything like VS?...I

Yes, it's almost exactly like VS. Right-click on the solution in the
solution pad, and in the "Add..." sub-menu you will see "Add Existing
Project" and "Add New Project".

> tried going through the help files but they're not over helpful in this
> regard and when I attempt to use the help in the IDE I get a "The help
> viewer could not be loaded, because an embedded web browser is not
> available" ...running OSX leopard and obviously have a web browser :)

Embedded help is just for Mono class libraries (it's also accessible
with F1 in the text editor). The docs for MD itself are at
http://monodevelop.com/Documentation and unfortunately aren't very
comprehensive.

The embedded help browser requires a GTK web browser widget such at
GtkHtml, GtkMozEmbed or WebKit-GTK. Unfortunately none is known to run
(easily) on the Mac. As a fallback, we might be able to launch an
external browser pointed at http://www.go-mono.com/docs/.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list