vs2013 c#窗体应用怎么打包部署
c#新手,写了一个小程序,现在需要打包,里面用到了.net framework4.5 ,
百度了一下,安装了InstallShield2013LimitedEdition.exe 但是没有激活的
安装百度一步步走下来,最后生成解决方案但是最后报错了:
警告 1 -6245: One or more of the project's components contain .NET properties that require the .NET Framework. It is recommended that the release include the .NET Framework. ISEXP : warning : -6245: One or more of the project's components contain .NET properties that require the .NET Framework. It is recommended that the release include the .NET Framework.
错误 2 -6109: Internal build error ISEXP : error : -6109: Internal build error
1.请问这个报错了怎么解决?
2.生成setup,会自动包含.netframework4.5 安装包,也就是打包好之后,把安装文件给别人,安装过程中,仅仅是提示你需要安装.netframework4.5 ,要你自己下载,还是一键把所有需要的组件都安装了?
谢谢各位大虾