A project with an Output Type of Class Library cannot be s..

This forum is for programmers who have questions about the source code.
Post Reply
fdscadmin
Posts: 59
Joined: Thu Aug 09, 2007 2:33 pm

A project with an Output Type of Class Library cannot be s..

Post by fdscadmin » Thu Aug 30, 2007 2:54 pm

I am now getting this message when I go to run/debug from C# Express.

" A project with an Output Type of Class Library cannot be started directly.

In order to debug this project, add an executable project to this solution which referenced the library project. Set the executable project as the startup project."

Anyone know why this might happen and how to fix?? Thanks

User avatar
jordansparks
Site Admin
Posts: 5743
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Post by jordansparks » Thu Aug 30, 2007 3:00 pm

Yes, everyone will have this question. It's the natural result of excluding the suo file from the repository. In the Solution Explorer, right click on Open Dental project, and Set as Startup Project.
Jordan Sparks, DMD
http://www.opendental.com

fdscadmin
Posts: 59
Joined: Thu Aug 09, 2007 2:33 pm

That did it.

Post by fdscadmin » Thu Aug 30, 2007 3:55 pm

Thanks. Worked like a charm.

Post Reply