Click here to Skip to main content
15,919,613 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have downloaded your code regarding
http://www.codeproject.com/KB/dotnet/providerframework/publisher.zip[^] but when I ran it says:

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

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

What are steps I need to do in order to make this sample program works?

Thanks!

[email removed]
Posted
Updated 10-Apr-14 21:39pm
v2
Comments
Nelek 11-Apr-14 3:39am    
I don't recommend you to put you email address in a public forum

1 solution

Open the solution
By default the first project is selected as startup (Sumeru.Publisher)
In Solution Explorer right-click on Sumeru.Publisher.Loader
Select "Set As StartUp Project"
Click "Start"

Now the Loader, which is an executable, will start and make use of the other class libraries.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900