Every time we update the database and DBML of one project we usually must update them across the rest of them as well.
Can anyone think of a clever way of auto-syncing/updating a DBML file across multiple .NET projects?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, the easiest way is to have that DBML as part of its own project, and then have your other projects depend on the DLL out put from the project that’s holding the DBML file.