无法将数据写入传输.vs2017 ASP.net core 脚手架(MSSQL WINDOW 10)

3

本文介绍了无法将数据写入传输.vs2017 ASP.net core 脚手架(MSSQL WINDOW 10)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

限时送ChatGPT账号..

我正在尝试通过脚手架创建控制器.但我收到此错误

I am trying to create a controller by scaffolding. But I receive this error

运行所选代码生成器时出错.无法将数据写入传输.已建立的连接被主机中的软件中止

There was an error running the selected code generator. Unable to write data to the transport.An established connection was aborted by software in your host machine

我正在使用 ASP.NET CORE、Visual Studio 2017、SqlServer、Window 10

I am using ASP.NET CORE, Visual studio 2017, SqlServer, Window 10

几天来,我一直在努力解决这个问题,但没有运气

For days now I am tring to solve this problem with no lucky

谁能帮忙?

推荐答案

经过长时间的煎熬,我终于找到了问题

After a long suffering I was able to identify the problem

防火墙/防病毒或任何网络过滤应用程序都可能是问题所在.

Firewall/antivirus or any network filtering app could be the problem.

我的问题是由***引起的

My problem was caused by ***

k9 网络保护

这篇关于无法将数据写入传输.vs2017 ASP.net core 脚手架(MSSQL WINDOW 10)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

C# 中的多播委托奇怪行为?
Multicast delegate weird behavior in C#?(C# 中的多播委托奇怪行为?)...
2023-11-11 C#/.NET开发问题
6

参数计数与调用不匹配?
Parameter count mismatch with Invoke?(参数计数与调用不匹配?)...
2023-11-11 C#/.NET开发问题
26

如何将代表存储在列表中
How to store delegates in a List(如何将代表存储在列表中)...
2023-11-11 C#/.NET开发问题
6

代表如何工作(在后台)?
How delegates work (in the background)?(代表如何工作(在后台)?)...
2023-11-11 C#/.NET开发问题
5

没有 EndInvoke 的 C# 异步调用?
C# Asynchronous call without EndInvoke?(没有 EndInvoke 的 C# 异步调用?)...
2023-11-11 C#/.NET开发问题
2

Delegate.CreateDelegate() 和泛型:错误绑定到目标方法
Delegate.CreateDelegate() and generics: Error binding to target method(Delegate.CreateDelegate() 和泛型:错误绑定到目标方法)...
2023-11-11 C#/.NET开发问题
14