More two Main App in one project
Hi
I have a project, but wanted to incorporate the project into another project. At the time appears error when complile file whose contents are two main application. What should I do?
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Master BillaPosted Sep 2, 2009, 9:44 PM
You can't add one exe app to another exe app project, so this you need create a project as Dll(class library), then you can add to exe project as reference which you were created as dll.
thank you