gpt4 book ai didi

c# - 无法加载类型 'Microsoft.ApplicationInsights.Telemetry.Web.ApplicationInsightsModule'

转载 作者:行者123 更新时间:2023-11-30 14:54:16 26 4
gpt4 key购买 nike

我有一个使用 C#.Net 开发的 Azure 服务。当我编译解决方案时,它没有任何错误。

但是当我运行它时,它会抛出以下错误:

Could not load type 'Microsoft.ApplicationInsights.Telemetry.Web.ApplicationInsightsModule'

以下是我运行解决方案时指向的部分。

<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" relaxedUrlToFileSystemMapping="true" />
<customErrors mode="Off" defaultRedirect="/Error/Error.html" />
<pages controlRenderingCompatibilityVersion="4.5" />
<httpModules>
<add name="ApplicationInsights" type="Microsoft.ApplicationInsights.Telemetry.Web.ApplicationInsightsModule" />
</httpModules>
</system.web>

最佳答案

确保已安装 Application Insights API nuget 包

  1. 在 Visual Studio 解决方案资源管理器中打开项目的上下文菜单。
  2. 选择“管理 NuGet 包”。
  3. 查看在线包并搜索“Application Insights”。包含引号。
  4. 选择适用于服务的 Application Insights Telemetry SDK。

关于c# - 无法加载类型 'Microsoft.ApplicationInsights.Telemetry.Web.ApplicationInsightsModule',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27615897/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com