问题标签 [exceptionless]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - Web 窗体应用程序无法加载 Exceptionless.Portable - 版本不正确
我正在通过 nuget 将 Exceptionless 添加到我的 WebForms 应用程序中。应用程序编译,但访问页面时出现运行时错误:
无法加载文件或程序集 'Exceptionless.Portable, Version=3.1.1416.0, Culture=neutral, PublicKeyToken=fc181f0a46f65747' 或其依赖项之一。找到的程序集的清单定义与程序集引用不匹配。(来自 HRESULT 的异常:0x80131040)
问题是3.1.1416.0
。它不应该尝试加载此版本,因为我目前正在使用 version 3.2.1424.0
。我检查了 web.config 并且不存在运行时重新分配。
我的 web.config 文件:
我的申请从哪里领取 3.1.1416.0
?
- 已检查
web.config
(见上文) - 所有无异常引用程序集的检查版本:
Exceptionless.Extras
,Exceptionless.Portable
,Exceptionless.Web
. 都在 version3.2.1424.0
。 - 检查 IISExpress 配置文件
applicationhost.config
,redirection.config
,aspnet.config
- 为版本号完成了“在文件中搜索”(*.*) - 没有!
程序集加载跟踪如下(如您所见,仅指错误的程序集版本:
有什么想法吗?谢谢。
git - Bonobo 安装 - 应用程序中的服务器错误:Exceptionless.Mvc
我正在尝试安装 Bonobo 5.2.0。在 IIS7 下的 Windows Server 2008R2 上。安装后我收到此错误:
该文件夹已变成一个应用程序,我已经安装并注册了 MVC4.0,已相应地设置了身份验证......我错过了什么?
我无法在任何地方找到有关此问题的任何信息。
谢谢。
c# - 将 Exceptionless NuGet 包引用到 Xamarin 项目时出错
我在引用我的Exceptionless包时遇到问题。有没有人尝试过将 Exceptionless 引用到 Xamarin 项目?我在引用它时遇到错误。
问题:
- 我使用什么 Exceptionless 项目类型?是控制台和服务应用程序吗?
- 我参考什么包?Exceptionless 还是 Exceptionless.Portable?
错误信息:
Could not install package 'System.Security.Principal.Windows 4.0.0'. You are trying to install this package into a project that targets 'Xamarin.iOS,Version=v1.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
我已经实施了几个解决方案,但现在没有一个对我有用。我尝试将包引用到可移植类库项目并发生相同的错误。希望有人以前尝试过这个并且可以帮助我解决问题。谢谢。
c# - 类库项目中的 ExceptionLess
如何在不创建设置文件的情况下在 Visual Studio 类库项目中使用 ExceptionLess?
换句话说,类库项目创建了一个 DLL,其中包含一些方法,但我想在使用 ExceptionLess 调用 DLL 的这些方法期间报告异常和通知。
就像是:
所以,我应该能够“移植”LibraryName.dll 和 ExceptionLess DLL。
exceptionless - 如何从服务器中完全删除 Exceptionless?
我最近在服务器上安装了 Exceptionless 用于测试目的。现在我该如何从所述服务器中完全删除它?我已经卸载并删除了 ElasticSearch 和 Exceptionless 的所有目录。当我再次重新安装它时,它说我的电子邮件已经存在。我基本上需要从我的系统中完全删除该工具,以便我可以尝试不同的配置。任何帮助将不胜感激。
serilog - .NET Core 1.1 中的 Serilog 无异常接收器
Serilog Exceptionless Sink 如何与 .NET Core 1.1 一起使用?
Serilog.Sinks.Exceptionless README不清楚,不适用于 .NET Core 1.1,我将配置放在 appsettings.json 文件中。
程序.cs
我显然也需要在某处设置 API 密钥。
任何人都可以提供如何配置的清晰描述吗?
exception - 使 Sentry On-Premise 安装更加轻量级
有什么方法可以降低依赖服务的数量和/或 Sentry 使用的资源数量?
因为我在考虑是否值得对少量项目进行错误跟踪,至少8GB 的 RAM 。
或者我是否应该使用更简单的(?)自托管解决方案,如Exceptionless、Glitchtip、Coderr、Errbit等等。我没有任何使用经验,因为到目前为止我主要使用 Sentry。因此,我宁愿让 Sentry 更轻量级(如果可能的话)。