Ask a Question related to ASP.NET General, Design and Development.
-
S. Justin Gengo #1
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...minute> 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--> and let the computer "cool-off". Any ideas?
> Server Error in '/MediaManager/Web' Application.
> --------------------------------------------------------------------------file> ----
>
> Configuration Error
> Description: An error occurred during the processing of a configuration--> 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
>
>
> --------------------------------------------------------------------------ASP.NET> ----
> Version Information: Microsoft .NET Framework Version:1.0.3705.288;> Version:1.0.3705.288
>
> --
> Sincerely,
> Joseph D. DeJohn
> [url]http://www.geocities.com/cujdd5/[/url]
>
>
S. Justin Gengo Guest
-
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... -
#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... -
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... -
#24974 [Dup->Bgs]: random open_basedir errors
ID: 24974 Updated by: iliaa@php.net Reported By: lenar at city dot ee -Status: Duplicate +Status: ... -
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... -
Mark Heimonen #2
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...both> I've gotten them also. I only have two guesses as to what they are andour> guesses are related. I'm referencing some .dll files I've stored out onthat> network and my MyDocuments folder is also out on the network. I believecommunicate> this error occurrs if there is a temporary inability for .Net todetails> 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...> minute> > 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>> > and let the computer "cool-off". Any ideas?
> > Server Error in '/MediaManager/Web' Application.
> --------------------------------------------------------------------------
> --> file> > ----
> >
> > Configuration Error
> > Description: An error occurred during the processing of a configuration> > required to service this request. Please review the specific error>> > 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
> >
> >
> --------------------------------------------------------------------------
> --> ASP.NET> > ----
> > Version Information: Microsoft .NET Framework Version:1.0.3705.288;>> > Version:1.0.3705.288
> >
> > --
> > Sincerely,
> > Joseph D. DeJohn
> > [url]http://www.geocities.com/cujdd5/[/url]
> >
> >
>
Mark Heimonen Guest



Reply With Quote

