我使用Visual Studio 2013并拥有一个在本地IIS(版本8.5.9600.16384)上运行的Web应用程序
从今天起,我无法运行Web应用程序。如果我打开网站,我收到了编译错误,我们的Logger写了以下错误:
<?xml version="1.0" encoding="ISO-8859-1"?>
<Message><Exception><Message>Eine externe Komponente hat eine Ausnahme ausgelöst.</Message><Type>System.Web.HttpCompileException</Type><StackTrace> bei System.Web.Compilation.AssemblyBuilder.Compile()
bei System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
bei System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName)
bei System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName)
bei System.Web.UI.Page.InitializeThemes()
bei System.Web.UI.Page.PerformPreInit()
bei System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
bei System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
bei System.Web.UI.Page.ProcessRequest()
bei System.Web.UI.Page.ProcessRequest(HttpContext context)
bei ASP.login_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\ebs.newtraffic.web\b5debfab\c81db55c\App_Web_boau4ge3.0.cs:Zeile 0.
bei System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
bei System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)</StackTrace></Exception></Message>
其他团队成员对当前版本没有任何问题。几天前我安装了Visual Studio 2015和TFS进行测试,我认为这可能是问题所在。
我已经:
它仍然无法正常工作。有什么想法吗?