A Project with an Output Type of Class Library can't b started dir

  • Thread starter Thread starter Harsha
  • Start date Start date
H

Harsha

Hi,

I am trying to run an application on device using compact framework (Windows
ce).
When I hit F5 it shows error message "A Project with an Output Type of Class
Library can't b started direcly". But build is scucceded and I can deply
through Build --> Deploy solution. What needs to changed ?
 
In the solution explorer right click on your exe project and select Set as
Startup project. If you are trying to debug a dll, then you need to find the
process your dll is running in and use Debug->attach to process.

Regards,
Rick D.
Contractor
 
Thanks for your time and help.

dbgrick said:
In the solution explorer right click on your exe project and select Set as
Startup project. If you are trying to debug a dll, then you need to find the
process your dll is running in and use Debug->attach to process.

Regards,
Rick D.
Contractor
 
Back
Top