I made an application using c#.net 2.0 and linq but as we can't use Linq cause it was introduced in framework 3.5, i add some references of dll of version 3.5 and linq started working fine.
when i made the setup and installed it, it is working fine on my system but on other system it is showing error that
Unable to load System.Data.DatasetExtensions
I don't know that if other dlls are working then why this dll is creating problem? What is the solution for this?
Needs Help.Thanks.