Hi,
I have an automation test suite built in Silk Test Workbench 15.5. I have VS 2010 installed as well.
The automation test suite contains 7 .NET Scripts and they have .NET assemebly references and script references in each script.
The script references made between all the 7 scripts but NO circular reference. The execution happens perfectly in my system.
Now, I have a requirement to run in another system (System B). That system also has Silk Test Workbench 15.5 and VS 2013 installed. I have exported the complete test suite from my Workbench and imported to System B. Import was successful.
When complied from Silk Test Workbench 15.5 from System B, its showing the below error.
The primary reference "System.Linq", which is a framework assembly, could not be resolved in the currently targeted framework. ".NETFramework,Version=v4.0". To resolve this problem, either remove the reference "System.Linq" or retarget your application to a framework version which contains "System.Linq".
Could you please help me with this?