For a C# 2008 desktop/console application I want to share a linq to sql (*.dbml file) between 2 different proejct files in the same solution.
I know that I should probably put the linq to sql (*.dbml file) in its own project file with a class libary?
Since I do not know how to accomplish this goal, I am wondering if you can point me to a reference on how to accomplish this goal?
Loading
Sukesh MarlaPosted Sep 11, 2012, 11:09 PM
Sie StePosted Sep 11, 2012, 9:58 PM
Do you have to create any other logic for the *.dbml file access to work in the two separate project files? You I need to instantiate any objects, do I need to create any new methods?
Can you show me any extra that is required?
Sukesh MarlaPosted Sep 10, 2012, 1:57 PM
http://www.c-sharpcorner.com/Forums/Thread/185873/C-Sharp-accessing-several-proejct-folders-in-same-solution-is.aspx
Its
download this sample
http://www.c-sharpcorner.com/UploadFile/SukeshMarla/3-tier-architecture-using-Asp-Net/
There you can see example of class library
Let me kniw what else issue you have,
Check this is correct answer if it helped.