为什么我的 vb.net 项目无法识别其框架?
Why won't my vb.net project recognize its framework?
所以我一直在处理同一个 windows 表单申请。最近我添加了一个使用 crystal 报告和 crystal 报告查看器的表单。自添加以来,任何部署尝试均未成功。
当我安装 crystal 报告时,我需要将项目的框架从 4.0 客户端更改为 4.0。在构建我的解决方案时,我收到以下错误消息:
WARNING: The version of the .NET Framework launch condition '.NET Framework 4' does not match the selected .NET Framework bootstrapper package. Update the .NET Framework launch condition to match the version of the .NET Framework selected in the Prerequisites Dialog Box.
根据消息,我转到了我的解决方案的启动条件页面并更改了框架版本,但是在 运行 另一个构建之后,错误仍然存在并出现新错误:
An error occurred while validating. HRESULT = '8000000A'
我正在使用 VS2010,我通过其他帖子发现这是一个已知错误,而且似乎无法修复。有人有什么建议吗?
右键单击您的安装项目并选择“查看”->“启动条件”。在 Launch Conditions 下单击 .Net Framework。在属性部分下,可以单击版本将其从“.Net Framework 4 Client Profile”更改为“.Net Framework 4”。
所以我一直在处理同一个 windows 表单申请。最近我添加了一个使用 crystal 报告和 crystal 报告查看器的表单。自添加以来,任何部署尝试均未成功。
当我安装 crystal 报告时,我需要将项目的框架从 4.0 客户端更改为 4.0。在构建我的解决方案时,我收到以下错误消息:
WARNING: The version of the .NET Framework launch condition '.NET Framework 4' does not match the selected .NET Framework bootstrapper package. Update the .NET Framework launch condition to match the version of the .NET Framework selected in the Prerequisites Dialog Box.
根据消息,我转到了我的解决方案的启动条件页面并更改了框架版本,但是在 运行 另一个构建之后,错误仍然存在并出现新错误:
An error occurred while validating. HRESULT = '8000000A'
我正在使用 VS2010,我通过其他帖子发现这是一个已知错误,而且似乎无法修复。有人有什么建议吗?
右键单击您的安装项目并选择“查看”->“启动条件”。在 Launch Conditions 下单击 .Net Framework。在属性部分下,可以单击版本将其从“.Net Framework 4 Client Profile”更改为“.Net Framework 4”。