01 2016 档案

摘要:InstallShield在没添加打包文件时是可以编译生成安装包的,在增加打包文件之后就报以下错误:ISEXP : error : -6109: Internal build errorISEXP : error : -6017: The build was unable to extract CO... 阅读全文
posted @ 2016-01-18 10:51 深圳大漠 阅读(2267) 评论(0) 推荐(0) 编辑
摘要:1.用nuget安装npgsql和EF注意,Nuget一定要安装Npgsql的2.2.7版本,更高版本nuget在后面安装EF的时候无法自动解析。install-Package Npgsql -Version 2.2.7install-package Npgsql.EntityFramework2.... 阅读全文
posted @ 2016-01-15 17:08 深圳大漠 阅读(4587) 评论(0) 推荐(1) 编辑