Hi All,
I have .NET framework 2.0 installed on my Windows Server 2003 machine. I have a source code which was targeting .NET framework 3.5.
My project is throwing error on the reference file System.Data.DataSetExtensions.dll. It says file not found on Windows Server 2003 machine.
Should I just copy and paste the System.Data.DataSetExtensions.dll from other machine and deploy this into the GAC to resolve this issue ? or need to install .NET framework 3.5 in Windows Server 2003 machine.
Please let me know which approach should work fine ?