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

  1. #1

    Default Re: Random Errors?

    I've gotten them also. I only have two guesses as to what they are and both
    guesses are related. I'm referencing some .dll files I've stored out on our
    network and my MyDocuments folder is also out on the network. I believe that
    this error occurrs if there is a temporary inability for .Net to communicate
    with MyDocuments and / or the .dll files.

    In my case this only occurrs when I build and run a project. Never if I
    haven't just rebuilt it.

    Sincerely,

    --
    S. Justin Gengo, MCP
    Web Developer

    Free code library at:
    [url]www.aboutfortunate.com[/url]

    "Out of chaos comes order."
    Nietzche


    "Joseph D. DeJohn" <joeddejohn@hotmail.com> wrote in message
    news:OzlXzWFXDHA.208@tk2msftngp13.phx.gbl...
    > I seem to get these errors at random. I won't change any code, and then
    > I'll have no run-time problem. I almost have to walk away for a few
    minute
    > and let the computer "cool-off". Any ideas?
    > Server Error in '/MediaManager/Web' Application.
    > --------------------------------------------------------------------------
    --
    > ----
    >
    > Configuration Error
    > Description: An error occurred during the processing of a configuration
    file
    > required to service this request. Please review the specific error details
    > below and modify your configuration file appropriately.
    >
    > Parser Error Message: Access is denied:
    > 'Microsoft.ApplicationBlocks.ExceptionManagement'.
    >
    > Source Error:
    >
    > Line 30: </assemblies>-->
    > Line 31: <assemblies>
    > Line 32: <add assembly="*"/>
    > Line 33: <add assembly="BLL"/>
    > Line 34: </assemblies>
    >
    > Source File: C:\MediaManager\Web\web.config Line: 32
    >
    >
    > --------------------------------------------------------------------------
    --
    > ----
    > Version Information: Microsoft .NET Framework Version:1.0.3705.288;
    ASP.NET
    > Version:1.0.3705.288
    >
    > --
    > Sincerely,
    > Joseph D. DeJohn
    > [url]http://www.geocities.com/cujdd5/[/url]
    >
    >

    S. Justin Gengo Guest

  2. Similar Questions and Discussions

    1. Random 401 errors using .NET Remoting hosted in IIS
      I have seen a couple of posts identifying a similar problem with no posted solutions. Essentially we are using .NET Remoting hosted in IIS for...
    2. #24974 [Bgs]: random open_basedir errors
      ID: 24974 Updated by: sniper@php.net Reported By: lenar at city dot ee Status: Bogus Bug Type: Apache...
    3. Random Server Errors
      I have developed some courses whereby a php script reads and displays a textfile. Clicking a "Next" button increments a variable and submits the...
    4. #24974 [Dup->Bgs]: random open_basedir errors
      ID: 24974 Updated by: iliaa@php.net Reported By: lenar at city dot ee -Status: Duplicate +Status: ...
    5. Seemingly Random Cyclic Errors
      Hello All, I have a web application that has just started to cause applications in what seems like a random cyclic way. :) About every eigth...
  3. #2

    Default Re: Random Errors?

    The only other possible cause I'm aware of is that if ASP.NET sometimes
    returns an Access Denied error if it cannot access a file when indexing
    services are turned on.

    -Mark

    "S. Justin Gengo" <sjgengo@aboutfortunate.com> wrote in message
    news:%23mABs1HXDHA.1640@TK2MSFTNGP10.phx.gbl...
    > I've gotten them also. I only have two guesses as to what they are and
    both
    > guesses are related. I'm referencing some .dll files I've stored out on
    our
    > network and my MyDocuments folder is also out on the network. I believe
    that
    > this error occurrs if there is a temporary inability for .Net to
    communicate
    > with MyDocuments and / or the .dll files.
    >
    > In my case this only occurrs when I build and run a project. Never if I
    > haven't just rebuilt it.
    >
    > Sincerely,
    >
    > --
    > S. Justin Gengo, MCP
    > Web Developer
    >
    > Free code library at:
    > [url]www.aboutfortunate.com[/url]
    >
    > "Out of chaos comes order."
    > Nietzche
    >
    >
    > "Joseph D. DeJohn" <joeddejohn@hotmail.com> wrote in message
    > news:OzlXzWFXDHA.208@tk2msftngp13.phx.gbl...
    > > I seem to get these errors at random. I won't change any code, and then
    > > I'll have no run-time problem. I almost have to walk away for a few
    > minute
    > > and let the computer "cool-off". Any ideas?
    > > Server Error in '/MediaManager/Web' Application.
    >
    > --------------------------------------------------------------------------
    > --
    > > ----
    > >
    > > Configuration Error
    > > Description: An error occurred during the processing of a configuration
    > file
    > > required to service this request. Please review the specific error
    details
    > > below and modify your configuration file appropriately.
    > >
    > > Parser Error Message: Access is denied:
    > > 'Microsoft.ApplicationBlocks.ExceptionManagement'.
    > >
    > > Source Error:
    > >
    > > Line 30: </assemblies>-->
    > > Line 31: <assemblies>
    > > Line 32: <add assembly="*"/>
    > > Line 33: <add assembly="BLL"/>
    > > Line 34: </assemblies>
    > >
    > > Source File: C:\MediaManager\Web\web.config Line: 32
    > >
    > >
    >
    > --------------------------------------------------------------------------
    > --
    > > ----
    > > Version Information: Microsoft .NET Framework Version:1.0.3705.288;
    > ASP.NET
    > > Version:1.0.3705.288
    > >
    > > --
    > > Sincerely,
    > > Joseph D. DeJohn
    > > [url]http://www.geocities.com/cujdd5/[/url]
    > >
    > >
    >
    >

    Mark Heimonen 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