I get the error in the subject after a conversion from .NET 3.5 to .NET 4.0. It errors in one of my user controls on this line:
<%@ Control Language="C#" AutoEventWireup="True" CodeBehind="SlatingNode.ascx.cs" Inherits="Portal.Web35.Controls.SlatingAndAssignments.SlatingNode" %>
Not sure what might be causing this error.
Thanks for any help.
Go to the complete details ...