How can I fix LINQ dependency issues with a VB.NET deployment?
Posted
by Moghadas
on Stack Overflow
See other posts from Stack Overflow
or by Moghadas
Published on 2009-04-02T16:02:06Z
Indexed on
2010/04/30
19:07 UTC
Read the original article
Hit count: 138
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?
© Stack Overflow or respective owner