Ciao ho uno strano problema con la mia applicazione. Ad ogni pagina che carico il server mi da questo errore:
Unable to cast object of type 'System.Web.Compilation.BuildResultCompiledAssembly' to type 'System.Web.Util.ITypedWebObjectFactory'.
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.InvalidCastException: Unable to cast object of type 'System.Web.Compilation.BuildResultCompiledAssembly' to type 'System.Web.Util.ITypedWebObjectFactory'.
il problema è che questo errore si verifica una volta ogni tanto, non sempre. Per 2-3 giorni funziona tutto regolarmente poi all'improvviso appare questo errore. Poi se da Vidual Studio pubblico di nuovo l'applicazione sul server, il sito riparte. Da cosa può dipendere.
Modificato da voyager18 il 19 agosto 2008 18.04 -