Hi,
.Net Framework installed on my computer is 3.5, but i made a project still built in 2.0.
Now, in all aspx pages of that project, the first line is underlined in VWD with a green line and this message:
<%
@ Page Language="VB" ValidateRequest="false" Debug="true" AutoEventWireup="false" CodeFile="wijzig2.aspx.vb" Inherits="wijzig2" %>
"Namespace or type specified in the Imports "System.Linq" doesn't contain any public member or can't be found"
All the pages in the project contain different inherits="...".
The pages run normally, but why this warning?
Thanks