Ask a Question related to ASP.NET General, Design and Development.
-
LJ #1
[InvalidOperationException: Application is restarting.]
I have been getting this message and can't resolve the problem. I have
checked the AntiVirus software and added the application directory to
the exculsion list. The application is on a web farm, using SANS for
file storage. It seemed to start once we installed the SSL cert. But,
that could be just when we noticed the problem. Any ideas would be
greatly appreciated.
Thanks
<!ljr!>
--------------------------------------------------------------------------------
Application is restarting.
--------------------------------------------------------------------------------
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Application is
restarting.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Application is restarting.]
System.Web.Compilation.CompilationMutex.WaitOne() +314
System.Web.UI.TemplateParser.GetParserCacheItem() +80
System.Web.UI.TemplateControlParser.CompileAndGetP arserCacheItem(String
virtualPath, String inputFile, HttpContext context) +120
System.Web.UI.TemplateControlParser.GetCompiledIns tance(String
virtualPath, String inputFile, HttpContext context) +36
System.Web.UI.PageParser.GetCompiledPageInstance(S tring
virtualPath, String inputFile, HttpContext context) +43
System.Web.UI.PageHandlerFactory.GetHandler(HttpCo ntext context,
String requestType, String url, String path) +14
System.Web.HttpApplication.MapHttpHandler(HttpCont ext context,
String requestType, String path, String pathTranslated, Boolean
useAppConfig) +174
System.Web.MapHandlerExecutionStep.Execute() +78
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean& completedSynchronously) +173
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0;
ASP.NET Version:1.0.3705.0
LJ Guest
-
CF Application server restarting a lot
Getting this a lot in my server.log(which I can't view in CF Admin, have to open it up in a text editor to read.) ... -
InvalidOperationException: Unable to generate a temporary class
I have a web services on my development system (localhost), here the unit tests work. I deployed the web service to a server on our intranet,... -
Restarting an Application in CFMX7
In CFMX7, Application.cfc provides great functionality for Application and Session events, however, during development it's important to be able to... -
InvalidOperationException When calling web service
Hi Folks, I am getting this error: InvalidOperationException: Request format is unrecognized while calling my web service. I don't get it if... -
Dataset with Errors causes InvalidOperationException in 1.1
For most of my webservice update methods which update a dataset, I usually have ContinueUpdateOnError = true for the data adapters. When the...



Reply With Quote

