SECONDTIME ASKING. FIRST TIME, WAS TOLD TO INSTALL LINK TO SQL TOOLS. INSTALLED. DID NOT RESOLVE. PROBLEM STILL EXISTS. HELP!
Moving code from VS2008 (written by someone else) into VS2017. Compiles but page crashes.
COULD NOT LOAD TYPE 'DataClassesDataContext'.
<
asp:LinqDataSourceID="LinqDataSource1"runat="server"ContextTypeName="DataClassesDataContext"TableName="Actuals"
EnableUpdate="True"OrderBy="sDate"Where="sDate
>= @sDate">
<WhereParameters>
<asp:SessionParameterName="sDate"SessionField="Today"Type="DateTime"/>
</WhereParameters>
</asp:LinqDataSource>
Others with similar problem were told to do "Project" --> "Add New Item" --> "Linq to SQL", which doesn't show up in my VS2017.
Is there a way to resolve without having to rewrite this web page? If so, how?
Thanks