gpt4 book ai didi

c# - OWIN 无法以 "The network location cannot be reached"开头

转载 作者:太空宇宙 更新时间:2023-11-03 14:39:24 25 4
gpt4 key购买 nike

我正在尝试在 .NET 4.5 控制台应用程序上运行以下代码:

var app = WebApp.Start<Startup>("http://127.0.0.1:9000/");

这适用于我同事的机器,但不适用于我的机器。

异常消息显示为“Exception has been thrown by the target of an invocation.”,内部异常为“The network location cannot be reached. For information about network troubleshooting, see Windows Help”。

我已经尝试关闭我的防火墙,重置我的主机文件,没有运行防病毒软件,刷新我的 DNS 并清理/重建我的解决方案。

这是堆栈跟踪:

   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.Owin.Hosting.ServerFactory.ServerFactoryAdapter.Create(IAppBuilder builder)
at Microsoft.Owin.Hosting.Engine.HostingEngine.StartServer(StartContext context)
at Microsoft.Owin.Hosting.Engine.HostingEngine.Start(StartContext context)
at Microsoft.Owin.Hosting.Starter.DirectHostingStarter.Start(StartOptions options)
at Microsoft.Owin.Hosting.Starter.HostingStarter.Start(StartOptions options)
at Microsoft.Owin.Hosting.WebApp.StartImplementation(IServiceProvider services, StartOptions options)
at Microsoft.Owin.Hosting.WebApp.Start(StartOptions options)
at Microsoft.Owin.Hosting.WebApp.Start[TStartup](StartOptions options)
at Microsoft.Owin.Hosting.WebApp.Start[TStartup](String url)
at OwinTest.Program.Main(String[] args) in C:\Temp\OwinTest\OwinTest\Program.cs:line 12

如果我将代码改成这样它就可以工作了:

var app = WebApp.Start<Startup>("http://localhost:9000/");

但是上面的代码不是我要找的。

如有任何想法,我们将不胜感激。

最佳答案

经过一整天的研究和故障排除,以下命令起作用了:

netsh http add iplisten 127.0.0.1

当我在命令提示符下运行它时,我没有收到任何错误。

关于c# - OWIN 无法以 "The network location cannot be reached"开头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58012329/

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