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

Unable to write data to the transport. Vs2017 ASP.net core Scaffolding ( MSSQL WINDOW 10)(无法将数据写入传输.vs2017 ASP.net core 脚手架(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)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

DispatcherQueue null when trying to update Ui property in ViewModel(尝试更新ViewModel中的Ui属性时DispatcherQueue为空)
Drawing over all windows on multiple monitors(在多个监视器上绘制所有窗口)
Programmatically show the desktop(以编程方式显示桌面)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
LINQ many-to-many relationship, how to write a correct WHERE clause?(LINQ多对多关系,如何写一个正确的WHERE子句?)