473,779 Members | 2,083 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Please Resolve the Error.

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="Dis playFieldSelect ion.ascx.cs" Inherits="AdHoc .Controls.Displ ayFieldSelectio n" TargetSchema="h ttp://schemas.microso ft.com/intellisense/ie5" %>
Line 2: <%@ Register TagPrefix="uc1" TagName="Displa yFieldSelection " Src="DisplayFie ldSelection.asc x" %>
Line 3: <%@ Register TagPrefix="Grou pTree1" TagName="GroupT ree" Src="GroupTree. ascx" %>
Line 4: <%@ Register TagPrefix="iglb ar" Namespace="Infr agistics.WebUI. UltraWebListbar " Assembly="Infra gistics.WebUI.U ltraWebListbar. v4.3, Version=4.3.200 43.27, Culture=neutral , PublicKeyToken= 7dd5c3163f2cd0c b" %>
Source File: E:\RunningProje cts\Code Refinement\Code \AdHocDB\AdHoc\ AdHoc\DisplayFi eldSelection.as cx Line: 2

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET Version:1.1.432 2.573
Nov 17 '05 #1
1 1961
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]

"Gaffar" <Ga****@nannaco mputers.com> wrote in message news:ux******** ********@tk2msf tngp13.phx.gbl. ..
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="Dis playFieldSelect ion.ascx.cs" Inherits="AdHoc .Controls.Displ ayFieldSelectio n" TargetSchema="h ttp://schemas.microso ft.com/intellisense/ie5" %>
Line 2: <%@ Register TagPrefix="uc1" TagName="Displa yFieldSelection " Src="DisplayFie ldSelection.asc x" %>
Line 3: <%@ Register TagPrefix="Grou pTree1" TagName="GroupT ree" Src="GroupTree. ascx" %>
Line 4: <%@ Register TagPrefix="iglb ar" Namespace="Infr agistics.WebUI. UltraWebListbar " Assembly="Infra gistics.WebUI.U ltraWebListbar. v4.3, Version=4.3.200 43.27, Culture=neutral , PublicKeyToken= 7dd5c3163f2cd0c b" %>
Source File: E:\RunningProje cts\Code Refinement\Code \AdHocDB\AdHoc\ AdHoc\DisplayFi eldSelection.as cx Line: 2

------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET Version:1.1.432 2.573
Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
15628
by: John | last post by:
Hi Right password -> ORA-12154: TNS:Could not resolve service name wrong password => ORA-01017: invalid username/password; logon denied Tested on a Windows XP client connecting to Oracle on an AIX server. Using toad and sqlplusw Everything working fin connecting to other 8.1.7 Oracle servers on windows
2
7254
by: | last post by:
Help! I'm new to c++, and am breaking my teeth on MS Visual C++ (bundled within Visual Studio .NET 2003). Am trying to link simple c++ code to fortran dlls created in Compaq Visual Fortran (v6.1). Posts concerning this topic are common, but none of the posted solutions I've tried work correctly with the above software. The linker can't seem to find the dll (reports 'unresolved external symbol __imp__IMSL_FUN@8'; IMSL_FUN.dll is the f77...
2
6267
by: mp | last post by:
I have aspx file VS.NET 2002 with c# My application works perfectly on my pc. Please, I need help... THANKS :) ============================= 1) I would like to know what is minimum files what I must transfering on server ( aspx and what else?) 2) When I tried to put all on brinkster server i got error as is described below. I need to know where problem is and how to resolve it. I have tried to change web.config file and custom error...
10
2067
by: Rob Dob | last post by:
Hi, I'm amazed!!! I am using VS2005, I create a new web project, c# and then within the default.aspx form right mouse click and select "View Compnent Designer" , I then select and drag a SQLDataAdapter onto the designer. I then go through the wizard and create SQL Query. I then compile the project, I have add in a "InitializeComponent();" within the Page_Load, I then run the program. everything works okay,, as it does noting. ...
4
1957
by: KK | last post by:
Hello all, I have class 'atr' which is based on templates. My idea was to initialize it two scenarios 1. std::string case 2. other data types I have defined the Init for the above different cases accordingly (code shown below). However, I get compiler error. Please help me resolve it. Thanks.
7
1782
by: rn5a | last post by:
This is the second time I am asking this question in this newsgroup since I haven't got a solution or response from anyone in my previous post & I need to resolve this issue desperately. Sorry for the double post but I just didn't have any other option other than re-posting the same question in this newsgroup. Consider the following code in a VB class file: Namespace LoginUserFetchDB Public Class ZForZebra : Inherits SoapHeader
1
3760
by: Brad Isaacs | last post by:
I am working with ASP.NET 2.0 and using an SQL Server 2000 database. I am using Visual Studio 2005 and developing on my Local machine. I am working with Login controls ASP.Configuration, I wanted to move my work and needed to place it on the server. Using VS 2005 , went to BUILD -Publish Web Site Checked the box for :: Alow this precompiled site to be updatable.
4
14140
by: Tonio Tanzi | last post by:
I have the following problem in a Win 2000 Server + SQL Server 2000 environment and I hope somewhat can help me to resolve it (after many days of useless attempts I am desperate). In my database I have two table: - master(id, field1, field2, ...) - detail(id0, id, progr, data, sede, esecutori, brani_autori) in a master-detail relation with "id" as foreign key. The fields of the "detail" table are:
3
3194
by: Sindhu Rani | last post by:
i hav created 3 classes in 3 different files. am gettin an error durin compilation. wat shud i do??? C:\s\source>javac -d ..\classes devtestdrive.java devtestdrive.java:5: cannot resolve symbol symbol : class device location: class devtestdrive device d1=new tv(); ^ devtestdrive.java:5: cannot resolve symbol symbol : class tv
0
9636
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9474
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10075
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9931
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6727
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5504
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.