Error with debug="true"

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

  1. #1

    Default Error with debug="true"

    If I set in web.config this:
    <compilation defaultLanguage="vb" debug="false"/>
    I receive this error:

    "Compiler Error Message: BC30560: 'barratop_ascx' is ambiguous in the
    namespace '_ASP'.
    Source Error:
    Line 47: <table height="100%" cellSpacing="0" cellPadding="0"
    width="100%" border="0">
    Line 48: <tr>
    Line 49: <td vAlign="top" height="86"><uc2:barratop id="Barratop1"
    runat="server"></uc2:barratop></td>
    Line 50: </tr>
    Line 51: <tr>"

    Instead, if I set:
    <compilation defaultLanguage="vb" debug="true"/>
    it's all ok, no errors.

    Why???
    What I have to do?


    Gianni Nitti Guest

  2. Similar Questions and Discussions

    1. #39195 [Opn->Bgs]: if (0=="any sting") echo "it's return true";
      ID: 39195 Updated by: derick@php.net Reported By: waynewn at citiz dot net -Status: Open +Status: ...
    2. #39195 [NEW]: if (0=="any sting") echo "it's return true";
      From: waynewn at citiz dot net Operating system: win/freebsd PHP version: 5.1.6 PHP Bug Type: Scripting Engine problem Bug...
    3. Acrobat Form Submit error: changes VALUE="true" to "0"
      I wrote an HTML page with a form. In the form I had many inputs as in: <INPUT TYPE="radio" NAME="Q1" VALUE="true"> and <INPUT TYPE="radio"...
    4. #12029 [Com]: "--with-apxs" can cause the error "MySQL: Unable to save result set in"
      ID: 12029 Comment by: sietzepost at streetwisedd dot nl Reported By: root at byone dot com Status: Bogus Bug...
    5. Error: "Unable to debug on server,Access is denied"
      I installed dotnet and when i try to run a web application i get the error messagebox saying "Unable to debug on server,Access is denied.Would you...
  3. #2

    Default Error with debug="true"

    forbidden<403>
    CSRF.Verification failed
    request aborted
    rod.stone 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