WindowsService部署和问题的解决方法
摘要:1、Windows Service项目生成:[服务名称].exe编译后,把bin\debug下所有都拷贝到生产环境的一个地址下:[服务exe所在文件地址]2、部署:做一个ServiceInstall.bat%SystemRoot%\Microsoft.NET\Framework\v4.0.30319...
阅读全文
连接WCF报EntityFramework.SqlServer 错误的解决方法
摘要:现象:The Entity Framework provider type 'System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer' registered in the application conf...
阅读全文