Please Resolve the Error.

G

Gaffar

Hello I am Getting the following error: please resolve this. Thnaks in advance
Regards
Gaffar.
Server Error in '/AdHoc' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Circular file references are not allowed.

Source Error:


Line 1: <%@ Control Language="c#" AutoEventWireup="false" Codebehind="DisplayFieldSelection.ascx.cs" Inherits="AdHoc.Controls.DisplayFieldSelection" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
Line 2: <%@ Register TagPrefix="uc1" TagName="DisplayFieldSelection" Src="DisplayFieldSelection.ascx" %>
Line 3: <%@ Register TagPrefix="GroupTree1" TagName="GroupTree" Src="GroupTree.ascx" %>
Line 4: <%@ Register TagPrefix="iglbar" Namespace="Infragistics.WebUI.UltraWebListbar" Assembly="Infragistics.WebUI.UltraWebListbar.v4.3, Version=4.3.20043.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>


Source File: E:\RunningProjects\Code Refinement\Code\AdHocDB\AdHoc\AdHoc\DisplayFieldSelection.ascx Line: 2
 
D

Dmytro Lapshyn [MVP]

Hi,

The error message tells it all - you cannot reference an ascx control from itself. Why would you need this in the first place?

--
Sincerely,
Dmytro Lapshyn [Visual Developer - Visual C# MVP]

Hello I am Getting the following error: please resolve this. Thnaks in advance
Regards
Gaffar.
Server Error in '/AdHoc' Application.
------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Circular file references are not allowed.

Source Error:


Line 1: <%@ Control Language="c#" AutoEventWireup="false" Codebehind="DisplayFieldSelection.ascx.cs" Inherits="AdHoc.Controls.DisplayFieldSelection" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
Line 2: <%@ Register TagPrefix="uc1" TagName="DisplayFieldSelection" Src="DisplayFieldSelection.ascx" %>
Line 3: <%@ Register TagPrefix="GroupTree1" TagName="GroupTree" Src="GroupTree.ascx" %>
Line 4: <%@ Register TagPrefix="iglbar" Namespace="Infragistics.WebUI.UltraWebListbar" Assembly="Infragistics.WebUI.UltraWebListbar.v4.3, Version=4.3.20043.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>


Source File: E:\RunningProjects\Code Refinement\Code\AdHocDB\AdHoc\AdHoc\DisplayFieldSelection.ascx Line: 2
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top