我安装了Visual Studio 2010和InstallShield Limited Edition项目,当我构建时,我收到这些警告并出现错误:
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.
Adding merge module 'Visual C++ 10.0 CRT (IA64)' that is a dependency of component 'AK_B_Receipts.exe'
Adding file 'MySql.Data.dll' that is a dependency of component 'AK_B_Receipts.exe'
Merging Visual C++ 10.0 CRT (IA64): C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC100_CRT_ia64.msm
ISEXP : error : -6058: Error merging Visual C++ 10.0 CRT (IA64) with module ID C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC100_CRT_ia64.msm
ISEXP : warning : -7205: Skipping file F_CENTRAL_msvcr100_i64.5912DA89_A865_3286_983F_6D24CEB5C300 due to unmerged or missing component C_CENTRAL_msvcr100_i64.5912DA89_A865_3286_983F_6D24CEB5C300 in merge module
ISEXP : warning : -7205: Skipping file F_CENTRAL_msvcp100_i64.5912DA89_A865_3286_983F_6D24CEB5C300 due to unmerged or missing component C_CENTRAL_msvcp100_i64.5912DA89_A865_3286_983F_6D24CEB5C300 in merge module
我该如何解决这个问题?