ASP.NET Ungültiger IL-Bereich.

  • C#
  • .NET (FX) 4.5–4.8

    ASP.NET Ungültiger IL-Bereich.

    Hallo zusammen,

    hatte von euch schonmal einer den folgenden Fehler:
    Ungültiger IL-Bereich.
    ?

    Stacktrace
    bei System.Web.UI.TemplateParser.ProcessException(Exception ex)
    bei System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
    bei System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
    bei System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
    bei System.Web.UI.TemplateParser.Parse()
    bei System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
    bei System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
    bei System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
    bei System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
    bei System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
    bei System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
    bei System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
    bei System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
    bei System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
    bei Spring.Util.VirtualEnvironment.HttpRuntimeEnvironment.CreateInstanceFromVirtualPath(String virtualPath, Type requiredBaseType)
    bei Spring.Objects.Factory.Support.WebObjectUtils.CreateHandler(String pageUrl)
    bei Spring.Web.Support.PageHandlerFactory.CreateHandlerInstance(IConfigurableApplicationContext appContext, HttpContext context, String requestType, String rawUrl, String physicalPath)
    bei Spring.Web.Support.AbstractHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String physicalPath)
    bei System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
    bei System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    bei System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


    Bei mir kommt der Fehler seit heute wenn ich versuche meine ASP.NET-Seite zu öffnen.
    Geändert habe ich eigentlich nichts, weshalb mir das ganze etwas Spanisch vorkommt.

    Ich hoffe es kann mir jemand weiterhelfen. Im Internet konnte ich leider nichts zu meinem Problem finden.
    lg.

    LucaWelker