How can I fix LINQ dependency issues with a VB.NET deployment?
- by Moghadas
I have a program that contains .dbml files. I created this file with Server Explorer.
I want to execute this program on other computers but I seem to be having issues with dependencies because I use LINQ.
How can I fix this?