Kumar K

Kumar K

  • NA
  • 6
  • 890

.NET 3.5 reference dll not found on .NET 2.0 Windows Server 2003

Apr 7 2021 6:34 AM

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 ?


Answers (3)