Element is not a known element. This can occur if there is a compilation error in the website or the web.config file is missing
New DiscussionI am converting Infragistics 2010 v2 CLR3.5 to Infragistics 2014 v2 using 4.5 CLR using Visual Studio 2013 Professional Update 4. I am getting following error while building the project. Please reply immediately……….
The below code is in ASPX Design page and I am getting following error at the highlighted location while running the project:……………Reply soon with a fix and example
Error: “Element is not a known element. This can occur if there is a compilation error in the website or the web.config file is missing”
FYI…. in above error I have verified the web.config file and there it is already this tag – <pages controlRenderingCompatibilityVersion=“4.5“ clientIDMode=“AutoID“/>
<%@ Register TagPrefix="uta1" TagName="finding" Src="~/Controls/finding.ascx" %> <%@ Register TagPrefix="uta1" TagName="filtering" Src="~/Controls/filtering.ascx" %>
<table id="tblContent" cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> <td>
<uta1:finding
ID="Find1" runat="server"></uc1:find> // getting this error on "finding" - Element is not a known element. This can occur if there is a compilation error in the website or the web.config file is missing
<uta1:filtering
ID="Filter1" runat="server"></uc1:filter> // getting this error on "filtering" - Element is not a known element. This can occur if there is a compilation error in the website or the web.config file is missing </td> </tr>
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
7 Created On
Nov 25, 2019 Last Post
6 years, 3 months ago