reagan123 Posted March 29, 2005 Posted March 29, 2005 Any insight to what is causing the following error. A project with an Output Type of Class Library cannot be started directly Quote
Administrators PlausiblyDamp Posted March 29, 2005 Administrators Posted March 29, 2005 Your project is a ClassLibrary, these are designed to contain re-usable classes that are caled from other projects, and as such cannot be run directly. You would need to create a project that is either an .exe or a web based project if you want to be able to run it. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.