Unable to write data to the transport. Vs2017 ASP.net core Scaffolding ( MSSQL WINDOW 10)(无法将数据写入传输.vs2017 ASP.net core 脚手架(MSSQL WINDOW 10))
问题描述
我正在尝试通过脚手架创建控制器.但我收到此错误
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)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法将数据写入传输.vs2017 ASP.net core 脚手架(MSSQL WINDOW 10)


- C# 通过连接字符串检索正确的 DbConnection 对象 2022-01-01
- Azure Active Directory 与 MVC,客户端和资源标识同一 2022-01-01
- 在 LINQ to SQL 中使用 contains() 2022-01-01
- Windows 喜欢在 LINUX 中使用 MONO 进行服务开发? 2022-01-01
- 带问号的 nvarchar 列结果 2022-01-01
- CanBeNull和ReSharper-将其用于异步任务? 2022-01-01
- 使用 rss + c# 2022-01-01
- 是否可以在 .Net 3.5 中进行通用控件? 2022-01-01
- 为什么 C# 中的堆栈大小正好是 1 MB? 2022-01-01
- 在 C# 中异步处理项目队列 2022-01-01