如何将 NancyFX 从 1.2 版更新到 1.4.4 版
How to update NancyFX from version 1.2 to 1.4.4
我正在尝试将 Web 应用程序的 NancyFX DLL 从版本 1.2 更新到 1.4.*,特别是将 Nancy DLL 更新到 1.4.4。更新成功后,我收到 运行 次错误,我不确定如何解决。
NancyFX DLL 版本
- 南希
- 当前:1.2.0
- 新:1.4.4
- Nancy.Authentication.Forms
- 当前:1.2.0
- 新:1.4.1
- Nancy.Hosting.Aspnet
- 当前:1.2.0
- 新:1.4.1
- Nancy.Viewengines.Razor
- 当前:1.2.0
- 新:1.4.3
问题
将这些 DLL 更新到较新版本存在以下问题:
我已经通读了这个 GitHub 线程 ( https://github.com/NancyFx/Nancy/issues/2093 ) which seems to have the exact same issue I am having - oddly, this is marked as closed, but I still have this issue. Supposedly, this pull request ( https://github.com/NancyFx/Nancy/pull/2094 ) 解决了这个问题。
有没有其他人遇到并解决了这个问题?你采取了哪些步骤?
或者,我可以做些什么来进一步诊断我的特定问题可能是什么?
谢谢
此线程解释了问题和修复。
我正在尝试将 Web 应用程序的 NancyFX DLL 从版本 1.2 更新到 1.4.*,特别是将 Nancy DLL 更新到 1.4.4。更新成功后,我收到 运行 次错误,我不确定如何解决。
NancyFX DLL 版本
- 南希
- 当前:1.2.0
- 新:1.4.4
- Nancy.Authentication.Forms
- 当前:1.2.0
- 新:1.4.1
- Nancy.Hosting.Aspnet
- 当前:1.2.0
- 新:1.4.1
- Nancy.Viewengines.Razor
- 当前:1.2.0
- 新:1.4.3
问题
将这些 DLL 更新到较新版本存在以下问题:
我已经通读了这个 GitHub 线程 ( https://github.com/NancyFx/Nancy/issues/2093 ) which seems to have the exact same issue I am having - oddly, this is marked as closed, but I still have this issue. Supposedly, this pull request ( https://github.com/NancyFx/Nancy/pull/2094 ) 解决了这个问题。
有没有其他人遇到并解决了这个问题?你采取了哪些步骤?
或者,我可以做些什么来进一步诊断我的特定问题可能是什么?
谢谢
此线程解释了问题和修复。