Open atlaste opened 2 months ago
Did you try the Assembly and Import directives?
Sorry for the late reply. Yes, I did that:
Document contains:
<%@ Assembly Name="System.Data.Linq" %>
<%@ Import Namespace="System.Linq" %>
Line 6: error CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)
I have a pretty simple feature request: support linq. Basically add the 'using System.Linq' at the top of the generated code and link in the System.Data.Linq.dll.