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

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 ?
 
D

dbgrick

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
 
H

Harsha

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top