My Solution has two projects. One console Application and one Web application
I created my entity in Console application. How I will use this entity in my Webproject?
Loading
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.
Jignesh TrivediPosted Apr 20, 2013, 3:20 AM
it doen't matter whether your are working with console, web wcf or any other project.
you can use common project to share common classes or entities.
are you getting any error to doing this?
hope this will help you.
Abey VarghesePosted Apr 19, 2013, 8:57 AM
Jignesh TrivediPosted Apr 18, 2013, 11:54 PM
hi,
to do this you have to take reference of your Console project in web application.
Instead of doing this, create one class library project and this project is containing all common class which are used in web project as well as console project.
hope this will help you.