26-12-23 08:12 AM
Hi,
i am trying to use Linq query in code action.whenever i am trying to do that getting below compilation error.
Page: Initialise
Stage: Stage1
Type: Error
Action: Validate
Description: Compiler error at top section line 9: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)
Repairable: No
i have used System.Linq namespace, in Namespace imports.
Thanks in Advance...
27-12-23 10:37 PM
28-12-23 06:38 PM
Did you put "System.Core.dll" in "External References"?