cancel
Showing results for 
Search instead for 
Did you mean: 

Add the LINQ Library

ZdravkoBotushan
Level 4
Hey guys,

I'm trying to add LINQ to my object, however, I can't seem to set it up. 

The system is using .NET 3.5.

This is my setup. I am getting "The type namespace LINQ cannot be found..." error afterwards.

Thanks in advance.

18087.png

------------------------------
Zdravko Botushanov
Senior RPA Consultant
Human+
Europe/Sofia
------------------------------
1 BEST ANSWER

Helpful Answers

AmiBarrett
Level 12
You shouldn't need to directly reference System.Data.Linq.dll ; the library should pull from System.Core.dll iinstead.

On my end, it works as-is with the includes you've given. You might try calling System.Core.dll without the folder path in front of it to see if it behaves any differently (might reference a different file location/version).

------------------------------
Ami Barrett
Lead RPA Software Developer
Solai & Cameron
America/Chicago
------------------------------

View answer in original post

1 REPLY 1

AmiBarrett
Level 12
You shouldn't need to directly reference System.Data.Linq.dll ; the library should pull from System.Core.dll iinstead.

On my end, it works as-is with the includes you've given. You might try calling System.Core.dll without the folder path in front of it to see if it behaves any differently (might reference a different file location/version).

------------------------------
Ami Barrett
Lead RPA Software Developer
Solai & Cameron
America/Chicago
------------------------------