need help on parser error

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. Parser Error
      Hi, I have a custom control, defined in the file LinkLabel.cs, compiled into assembly MyControl.dll namespace MyControl { public class...
    3. 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. ...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139