- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在将 Suave
应用程序部署到 Azure Web 应用
。应用程序失败并出现以下错误(可在 eventlog.xml
中找到)。
<Event>
<System>
<Provider Name=".NET Runtime"/>
<EventID>1026</EventID>
<Level>0</Level>
<Task>0</Task>
<Keywords>Keywords</Keywords>
<TimeCreated SystemTime="2016-12-13T22:59:39Z"/>
<EventRecordID>-2049111390</EventRecordID>
<Channel>Application</Channel>
<Computer></Computer>
<Security/>
</System>
<EventData>
<Data>
Application: App.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileLoadException
Exception Info: System.IO.FileLoadException
at System.ModuleHandle.ResolveType(System.Reflection.RuntimeModule, Int32, IntPtr*, Int32, IntPtr*, Int32, System.Runtime.CompilerServices.ObjectHandleOnStack)
at System.ModuleHandle.ResolveTypeHandleInternal(System.Reflection.RuntimeModule, Int32, System.RuntimeTypeHandle[], System.RuntimeTypeHandle[])
at System.Reflection.RuntimeModule.ResolveType(Int32, System.Type[], System.Type[])
at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(System.Reflection.CustomAttributeRecord, System.Reflection.MetadataImport, System.Reflection.Assembly ByRef, System.Reflection.RuntimeModule, System.Reflection.MetadataToken, System.RuntimeType, Boolean, System.Object[], System.Collections.IList, System.RuntimeType ByRef, System.IRuntimeMethodInfo ByRef, Boolean ByRef, Boolean ByRef)
at System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeModule, Int32, Int32, System.RuntimeType, Boolean, System.Collections.IList, Boolean)
at System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeAssembly, System.RuntimeType)
at System.Reflection.RuntimeAssembly.GetCustomAttributes(System.Type, Boolean)
at System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, Boolean)
at System.AppDomain.GetTargetFrameworkName()
</Data>
</EventData>
</Event>
如何确定丢失的确切文件或导致此问题的原因,以便修复它?
谢谢。
最佳答案
原来是FSharp.Core
nuget包。从 FSharp.Core.3.1.2.5
升级到 FSharp.Core.4.0.0.1
解决了这个问题。我认为应用程序正在搜索 FSharp 4.4.0.0
并且此错误是因为它找到了旧版本。
关于azure - 缩小 Azure 上 FileLoadException 错误的范围,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41132457/
我有一个线程可以像这样初始化: Utility.Log("1"); myThread = new Thread(new ThreadStart(delegate { Utility.Log("
我正在为我的 MVC-4 应用程序设置 API,当我在 Globals.asax.cs 中取消注释这一行时: WebApiConfig.Register(GlobalConfiguration.Con
所以,我知道有很多类似的问题,但在过去的一天里我已经翻阅了很多答案,但没有任何帮助。 我正在开发一个引用大量外部 DLL 的 WPF 应用程序。特别是有一个 DLL,称为 DefinitionInte
我在使用 Enterprise Library 3.1 May 2007 版本时遇到此错误。我们正在开发一个产品,在 Subversion Trunk 目录下有一个公共(public)的 lib 目录
在更新所有 NuGet 包后,我的一个应用程序在启动时开始崩溃并出现 FileLoadException: Could not load file or assembly 'Microsoft.Pra
我有一个 .net 3.5 WinForms 应用程序在我的机器上运行良好,但在另一台机器上它立即崩溃并出现 system.io.fileloadexception。不幸的是,绝对没有关于哪个文件加载
我的问题: 我有一个签名的程序集 A.dll,它的版本为 1.0.0.0 我有另一个引用 A.dll 的程序集(比如说 B.dll)。 一旦两个程序集都加载正常,没有任何问题。 现在如果 A.dll
我正在尝试使用 OpenNURBS 工具包 (see here) 构建应用程序我在调试时收到 FileLoadException 并显示以下消息: Mixed mode assembly is bui
所以我通过 Nuget 安装了 SignalR,它依赖于随后安装的 Microsoft.Owin。每当我运行我的应用程序时,它都会在 Startup.cs 的 app.MapSignalR(); 行中
我正在编写一个应用程序,我想根据用户提供的路径加载一个文件。我检查文件的扩展名,当扩展名与我识别的任何内容都不匹配时,我想抛出异常。 我可以抛出一个IOException。但是,我想可能会有一个更详细
我的 Azure 函数 (.netstandard 2.0) 由于 FileLoadException 而无法运行。通常我会使用 Fuslog 来找出缺少哪个依赖项,但我还没有找到一种方法来 RDP
我在一个使用 Moq 和 AutoFixture.AutoMoq 的特定项目的构建服务器上运行单元测试时遇到问题。这是错误: System.IO.FileLoadException : Could n
我有一个遵循 MVVM 模式的 WPF 应用程序。我们最近签署了该应用程序,现在我在启动时获得了很多第一次机会异常(exception)。我已将问题追溯到以下几点: 在任何 View 中,如果我在初始
我正在开发一个小型演示,从 DLL 文件组装类。 这是我的代码: string path = @"\\192.168.1.3\shareFolder\testzwm.dll"; Assembly as
我正在开发一个从 DLL 文件组装类的小演示。 这是我的代码: string path = @"\\192.168.1.3\shareFolder\testzwm.dll"; Assembly ass
我正在将 Suave 应用程序部署到 Azure Web 应用。应用程序失败并出现以下错误(可在 eventlog.xml 中找到)。 1026
由于跨 protected 网络共享移动和创建许多文件,我有一个需要进行大量模拟的应用程序。我创建了一个简单的静态类,它有一个方法接受用户、域、密码和一个包含您需要在模拟上下文中运行的代码的委托(de
我有一个包含许多 dll 的 .net 3.5 应用程序,我试图在不构建整个应用程序的情况下重建特定的 dll,但是在用新的替换旧的之后,应用程序抛出异常,因为它无法加载新的 dll异常(except
我正在尝试通过 Adam Freeman 的“Pro ASP.NET MVC 5”一书来学习 ASP.NET MVC。不幸的是,所有使用 Ninject 的项目都会抛出相同的错误 An excepti
每次我在我之前创建的 dll 程序集中调用 toJSONString() 方法时,调试器都会在 Visual Studio 的输出窗口中不断给我这个“System.IO.FileLoadExcepti
我是一名优秀的程序员,十分优秀!