C# IIS Express/Visual Studio开发人员服务器在指定计算机上崩溃

C# IIS Express/Visual Studio开发人员服务器在指定计算机上崩溃,c#,asp.net-mvc,asp.net-mvc-4,visual-studio-2012,iis-express,C#,Asp.net Mvc,Asp.net Mvc 4,Visual Studio 2012,Iis Express,我们在mvc 4项目中遇到问题, 该项目可以在4台机器中的3台上完美地进行调试,但第四台simpy无法开始调试。IIS Express启动,但立即崩溃。 不过,它可以完美地编译和部署,但不会运行web应用程序 我们迄今为止所做的尝试: 重新安装visual studio、.net framework,清理解决方案,将库/DLL更改为更高/更低版本,重新安装iis,重新设置iis,使用vs2012中的standrad webdev服务器,清理所有临时文件,逐个复制整个解决方案,重新安装mvc和任何

我们在mvc 4项目中遇到问题, 该项目可以在4台机器中的3台上完美地进行调试,但第四台simpy无法开始调试。IIS Express启动,但立即崩溃。 不过,它可以完美地编译和部署,但不会运行web应用程序

我们迄今为止所做的尝试: 重新安装visual studio、.net framework,清理解决方案,将库/DLL更改为更高/更低版本,重新安装iis,重新设置iis,使用vs2012中的standrad webdev服务器,清理所有临时文件,逐个复制整个解决方案,重新安装mvc和任何其他组件,手动添加程序集并更改web.config,通过nuget更新程序包,但在启动iis后程序包一直崩溃,错误如下:

Die Datei oder Assembly "Microsoft.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
(无法找到数据或关联项…或依赖项)

堆栈跟踪

[FileNotFoundException: Die Datei oder Assembly "Microsoft.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.]
   System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0
   System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +675
   System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +1231
   System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) +618
   System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +510
   System.Reflection.Assembly.Load(String assemblyString) +352
   Microsoft.WebPages.Configuration.PreApplicationStartCode.LoadAssembly(String name, Version version, String publicKeyToken) +487
   Microsoft.WebPages.Configuration.PreApplicationStartCode.Start() +462

[InvalidOperationException: Von der Methode "Start" des Typs "Microsoft.WebPages.Configuration.PreApplicationStartCode" für die Initialisierung vor dem Anwendungsstart wurde eine Ausnahme mit folgender Fehlermeldung ausgelöst: Die Datei oder Assembly "Microsoft.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden..]
   System.Web.Compilation.BuildManager.InvokePreStartInitMethodsCore(ICollection`1 methods, Func`1 setHostingEnvironmentCultures) +1247
   System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods) +356
   System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath) +424
   System.Web.Compilation.BuildManager.ExecutePreAppStart() +431
   System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +1458

[HttpException (0x80004005): Von der Methode "Start" des Typs "Microsoft.WebPages.Configuration.PreApplicationStartCode" für die Initialisierung vor dem Anwendungsstart wurde eine Ausnahme mit folgender Fehlermeldung ausgelöst: Die Datei oder Assembly "Microsoft.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden..]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +1037
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +392
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +578
任何线索都将不胜感激

问候简

编辑:关于使用的机器: 这三个项目都在使用windows 8/visual studio 2013,而这三个项目根本无法运行windows 7/vs 2013。该项目是通过tfs进行源代码控制的

[FileNotFoundException: Die Datei oder Assembly "Microsoft.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.]
   System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0
   System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +675
   System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +1231
   System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) +618
   System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +510
   System.Reflection.Assembly.Load(String assemblyString) +352
   Microsoft.WebPages.Configuration.PreApplicationStartCode.LoadAssembly(String name, Version version, String publicKeyToken) +487
   Microsoft.WebPages.Configuration.PreApplicationStartCode.Start() +462

[InvalidOperationException: Von der Methode "Start" des Typs "Microsoft.WebPages.Configuration.PreApplicationStartCode" für die Initialisierung vor dem Anwendungsstart wurde eine Ausnahme mit folgender Fehlermeldung ausgelöst: Die Datei oder Assembly "Microsoft.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden..]
   System.Web.Compilation.BuildManager.InvokePreStartInitMethodsCore(ICollection`1 methods, Func`1 setHostingEnvironmentCultures) +1247
   System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods) +356
   System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath) +424
   System.Web.Compilation.BuildManager.ExecutePreAppStart() +431
   System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +1458

[HttpException (0x80004005): Von der Methode "Start" des Typs "Microsoft.WebPages.Configuration.PreApplicationStartCode" für die Initialisierung vor dem Anwendungsstart wurde eine Ausnahme mit folgender Fehlermeldung ausgelöst: Die Datei oder Assembly "Microsoft.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden..]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +1037
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +392
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +578