2015-09-07 93 views
5

我的电脑在VS2013中构建代码时崩溃。重启后运行我的代码,而无需调试运行良好,但是当在调试模式下,我得到了以下异常:计算机崩溃后VS 2013未加载'Antlr3.Runtime'程序集

Could not load file or assembly 'Antlr3.Runtime' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

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.IO.FileLoadException: Could not load file or assembly 'Antlr3.Runtime' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

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.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Antlr3.Runtime' could not be loaded.

=== Pre-bind state information === LOG: DisplayName = Antlr3.Runtime (Partial) WRN: Partial binding information was supplied for an assembly: WRN: Assembly Name: Antlr3.Runtime | Domain ID: 2 WRN: A partial bind occurs when only part of the assembly display name is provided. WRN: This might result in the binder loading an incorrect assembly. WRN: It is recommended to provide a fully specified textual identity for the assembly, WRN: that consists of the simple name, version, culture, and public key token. WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue. LOG: Appbase = file:///D:/qqq/qqq.Admin/ LOG: Initial PrivatePath = D:\qqq\qqq.Admin\bin

Calling assembly : (Unknown).

LOG: This bind starts in default load context. LOG: Using application configuration file: D:\qqq\qqq.Admin\web.config LOG: Using host configuration file: C:\Users\DevBatch\Documents\IISExpress\config\aspnet.config LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/051d9c22/9e0bcfb5/Antlr3.Runtime.DLL. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/051d9c22/9e0bcfb5/Antlr3.Runtime/Antlr3.Runtime.DLL. LOG: Attempting download of new URL file:///D:/qqq/qqq.Admin/bin/Antlr3.Runtime.DLL. LOG: Using application configuration file: D:\qqq\qqq.Admin\web.config LOG: Using host configuration file: C:\Users\DevBatch\Documents\IISExpress\config\aspnet.config LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config. LOG: Post-policy reference: Antlr3.Runtime, Version=3.3.1.7705, Culture=neutral, PublicKeyToken=31bf3856ad364e35 ERR: Failed to complete setup of assembly (hr = 0x80070057). Probing terminated.

Stack Trace:

[FileLoadException: Could not load file or assembly 'Antlr3.Runtime' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))]

[FileLoadException: Could not load file or assembly 'Antlr3.Runtime, Version=3.3.1.7705, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))] 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) +34 System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +152 System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) +77 System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +16 System.Reflection.Assembly.Load(String assemblyString) +28 System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +38

[ConfigurationErrorsException: Could not load file or assembly 'Antlr3.Runtime, Version=3.3.1.7705, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))] System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +736 System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +217 System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +130 System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +170 System.Web.Compilation.BuildManager.GetPreStartInitMethodsFromReferencedAssemblies() +91 System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath, Boolean& isRefAssemblyLoaded) +284 System.Web.Compilation.BuildManager.ExecutePreAppStart() +153 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +521

[HttpException (0x80004005): Could not load file or assembly 'Antlr3.Runtime, Version=3.3.1.7705, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9931916 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254

我已经做了我[R & d和最接近的解决方案,我得到的是从删除所有文件

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\

而且也不清楚这些

C:/Users[username]/AppData/Local/Temp/Temporary ASP.NET Files/

另外,我已经重装 'Antlr3.Runtime' DLL但至今没有运气。

+0

您是否尝试过删除'Framework'中的文件? (不''Framework64') –

+0

是的,我已经删除了所有文件.. –

+0

即使我已经通过nuget包更新了我的Antlr3.Runtime dll,DotNetOpenAuth.aspnet dll和EntityFramework dll,但到目前为止没有运气 –

回答

1

这里为你唯一的解决办法,就是创建一个新的项目,在调试运行(以确保其工作正常),然后所有的项目复制到新创建的一个(您可以尝试使用TFS进行合并为了节省时间)。

事情是,一旦工作室碾压,它被毁了,因为这个具体的Antlr3.Runtime,混合以及不能重新创建自己。这是一个需要注意的问题。

+0

我也试过这个..仍然是同样的问题..即使我通过nuget包更新了我各自的dll,但目前还没有运气! –

+0

然后再做最后一件事,卸载Visual Studio并重新安装。 –

0

尝试手动将该文件(Antlr3.Runtime.dll)复制到bin文件夹中。

3

我正在努力解决这个问题,经过2个小时的搜索和尝试,我在这里找到了一个简单的解决方案。

  1. 删除所有文件在C:\ WINDOWS \ Microsoft.NET \ Framework64 \ v4.0.30319 \临时ASP.NET文件\ ROOT \
  2. 删除C中的所有文件:\ WINDOWS \ Microsoft.NET \框架\ v4.0.30319 \ Temporary ASP.NET Files \ root \
  3. Clear C:/ Users/[username]/AppData/Local/Temp/Temporary ASP.NET Files /(如果有的话)。
  4. 删除所有文件在C:\ WINDOWS \ Microsoft.NET \框架\ v4.0.30319 \临时ASP.NET文件\ VS \

enter image description here

+0

这是唯一对我有用的答案.. – user1073075

0

我之前遇到过这个问题,做的最好的事情是清除临时文件夹,并删除所有文件放在项目的bin文件夹。干净的解决方案和重建,Tadang!你很好去:)希望这有助于有人来这里寻找未来的答案。