Ask a Question related to ASP.NET Building Controls, Design and Development.
-
AVL #1
need help on parser error
hi,
I've a problem in accessing user controls when I deploy the application in
the production server..
I'm receiving the following error...
Ambiguous match found.
Source Error:
Line 1: <%@ Control Language="c#" AutoEventWireup="false"
Codebehind="CommViewEvents.ascx.cs"
Inherits="HydPortal.UserControls.CommViewEvents1
Can anyone help out in thi regard....
AVL Guest
-
HTML::Parser error
I recently installed PERL on my system but am having a problem with the parser.pm file. Whenever I try to run a script the following error shows... -
Parser Error
Hi, I have a custom control, defined in the file LinkLabel.cs, compiled into assembly MyControl.dll namespace MyControl { public class... -
Parser Error: Type XYZ does not have a property named 'cc3:MyItems' (complete posting) ASP.NET Web Control Error
I am having problems trying to get this part of the functionality working on my control and I hope somebody has a clue about how to resolve it. ... -
Error Creating Control: Parser Error DocHeader does not have a property named 'cc3:MyItems'
I am having problems getting this webcontrol working properly. Everything else works fine except having items. So here is the low-down on the... -
Parser Error - still...
I'm getting Parser Error, Could not load type 'namespace.class'. I'm only getting this error when I try and open a frameset. I can open the... -
Brock Allen #2
Re: need help on parser error
It means you have that class in that namespace defined in more than one assembly
that ASP.NET locates.
-Brock
[url]http://staff.develop.com/ballen[/url]
> hi,
> I've a problem in accessing user controls when I deploy the
> application in
> the production server..
> I'm receiving the following error...
> Ambiguous match found.
> Source Error:
> Line 1: <%@ Control Language="c#" AutoEventWireup="false"
> Codebehind="CommViewEvents.ascx.cs"
> Inherits="HydPortal.UserControls.CommViewEvents1
> Can anyone help out in thi regard....
>
Brock Allen Guest



Reply With Quote

