在 vs2017 中打开 windows 2012 年 visual studio 的申请表
Opening windows forms application made in visual studio 2012 in vs2017
我在 visual studio 2012 年制作了 windows 表格申请,但我无法在 visual studio 2017 年打开它。这是我收到的警告:
Severity Code Description Project File Line Suppression State
Warning Cannot find wrapper assembly for type library
"Microsoft.Office.Core". Verify that (1) the COM component is
registered correctly and (2) your target platform is the same as the
bitness of the COM component. For example, if the COM component is
32-bit, your target platform must not be 64-bit. Projekat
Severity Code Description Project File Line Suppression State
Warning IDE0006 Error encountered while loading the project. Some
project features, such as full solution analysis for the failed
project and projects that depend on it, have been
disabled. Projekat 1 Active
Severity Code Description Project File Line Suppression State
Warning The referenced component 'Microsoft.Office.Core' could not be
found. Projekat
有办法解决这个问题吗?
most likely one of your reference was updated to new version, so the current version can not be found.
Click "project****Properties\reference" and remove the one can not be found is ok.
Warning: The referenced component 'Microsoft.Office.Core' could not be found
我在 visual studio 2012 年制作了 windows 表格申请,但我无法在 visual studio 2017 年打开它。这是我收到的警告:
Severity Code Description Project File Line Suppression State Warning Cannot find wrapper assembly for type library "Microsoft.Office.Core". Verify that (1) the COM component is registered correctly and (2) your target platform is the same as the bitness of the COM component. For example, if the COM component is 32-bit, your target platform must not be 64-bit. Projekat
Severity Code Description Project File Line Suppression State Warning IDE0006 Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. Projekat 1 Active
Severity Code Description Project File Line Suppression State Warning The referenced component 'Microsoft.Office.Core' could not be found. Projekat
有办法解决这个问题吗?
most likely one of your reference was updated to new version, so the current version can not be found.
Click "project****Properties\reference" and remove the one can not be found is ok.
Warning: The referenced component 'Microsoft.Office.Core' could not be found