asp.net - Exception of type 'System.OutOfMemoryException' was thrown. -
i got following problem
description: unhandled exception occurred during execution of current web request. please review stack trace more information error , originated in code. exception details: system.outofmemoryexception: exception of type 'system.outofmemoryexception' thrown. source error: unhandled exception generated during execution of current web request. information regarding origin , location of exception can identified using exception stack trace below. stack trace: [outofmemoryexception: exception of type 'system.outofmemoryexception' thrown.] system.reflection.runtimeassembly._nload(assemblyname filename, string codebase, evidence assemblysecurity, runtimeassembly locationhint, stackcrawlmark& stackmark, boolean throwonfilenotfound, boolean forintrospection, boolean suppresssecuritychecks) +0 system.reflection.runtimeassembly.internalloadassemblyname(assemblyname assemblyref, evidence assemblysecurity, stackcrawlmark& stackmark, boolean forintrospection, boolean suppresssecuritychecks) +567 system.reflection.runtimeassembly.internalload(string assemblystring, evidence assemblysecurity, stackcrawlmark& stackmark, boolean forintrospection) +192 system.reflection.assembly.load(string assemblystring) +35 system.web.configuration.compilationsection.loadassemblyhelper(string assemblyname, boolean stardirective) +123 [configurationerrorsexception: exception of type 'system.outofmemoryexception' thrown.] system.web.configuration.compilationsection.loadassemblyhelper(string assemblyname, boolean stardirective) +11569328 system.web.configuration.compilationsection.loadallassembliesfromappdomainbindirectory() +485 system.web.configuration.assemblyinfo.get_assemblyinternal() +79 system.web.compilation.buildmanager.getreferencedassemblies(compilationsection compconfig) +337 system.web.compilation.buildmanager.callprestartinitmethods() +280 system.web.hosting.hostingenvironment.initialize(applicationmanager appmanager, iapplicationhost apphost, iconfigmappathfactory configmappathfactory, hostingenvironmentparameters hostingparameters, policylevel policylevel, exception appdomaincreationexception) +1167 [httpexception (0x80004005): exception of type 'system.outofmemoryexception' thrown.] system.web.httpruntime.firstrequestinit(httpcontext context) +11702064 system.web.httpruntime.ensurefirstrequestinit(httpcontext context) +141 system.web.httpruntime.processrequestnotificationprivate(iis7workerrequest wr, httpcontext context) +4870277
i didn't change code ? problem mean ,, see there no more declaration error
this problem occurs when process such loading huge data memory stream , system memory not capable of storing of data. try clearing temp folder giving command
start -> run -> %temp%
Comments
Post a Comment