在门户上启用应用程序洞察扩展后,应用程序服务停止工作
app service stopped working after enable application insights extension on portal
在 Azure App Service 上部署了一个 webapi,在门户上启用 application insights 扩展后,webapi 显示 'cannot find resources'。做了一些 google,向 visual studio 项目添加了应用程序洞察,重新部署,现在出现以下错误,
' Could not load file or assembly
'ProductionBreakpointsHostingObserver, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=8d3bb6c79cff225a' or one of its
dependencies. The system cannot find the file specified. '
不知道现在有什么问题,请帮忙?提前致谢!
我遇到了同样的错误,我认为这与 Application Insights 库的升级有关。
我通过删除项目文件和 packages.config 文件中对旧 Application Insights 包的引用来解决它(那些带有 Microsoft.AI 命名空间)。
在 再次发布 应用程序并在 Azure 门户上重新启动 之后,错误消失了。
在 Azure App Service 上部署了一个 webapi,在门户上启用 application insights 扩展后,webapi 显示 'cannot find resources'。做了一些 google,向 visual studio 项目添加了应用程序洞察,重新部署,现在出现以下错误,
' Could not load file or assembly 'ProductionBreakpointsHostingObserver, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8d3bb6c79cff225a' or one of its dependencies. The system cannot find the file specified. '
不知道现在有什么问题,请帮忙?提前致谢!
我遇到了同样的错误,我认为这与 Application Insights 库的升级有关。
我通过删除项目文件和 packages.config 文件中对旧 Application Insights 包的引用来解决它(那些带有 Microsoft.AI 命名空间)。
在 再次发布 应用程序并在 Azure 门户上重新启动 之后,错误消失了。