2016-06-16 139 views
0

因爲我已經將我的Maschine更新爲Windows 10 Insider slow ring構建14342我在編譯我的項目時收到一些警告。Visual Studio 2015編譯器警告(Windows 10內部構建14342)

Verarbeite COM-Verweis "" aus Pfad "C:\Windows\System32\stdole2.tlb". Der Typbibliothekimporter konnte die Signatur für den Member "DISPPARAMS.rgvarg" nicht konvertieren. 

Verarbeite COM-Verweis "" aus Pfad "C:\Windows\System32\stdole2.tlb". Der Typbibliothekimporter konnte die Signatur für den Member "DISPPARAMS.rgdispidNamedArgs" nicht konvertieren. 

翻譯:

Processing COM reference "" from path "C:\Windows\System32\stdole2.tlb". The type library importer could not convert the signature for the member "DISPPARAMS.rgvarg". 

Processing COM reference "" from path "C:\Windows\System32\stdole2.tlb". The type library importer could not convert the signature for the member "DISPPARAMS.rgdispidNamedArgs". 

有誰有一個想法如何解決這個錯誤?

我已經嘗試修復可視化stuio 2015和visual C++可再發行軟件包。

+0

更新建設14366(快速環),看看它是否工作在這裏 – magicandre1981

+0

你有14366,你可以告訴大家,問題不在於建立occure? – kami

+0

nope,我不使用Win10,我仍然在Win8 – magicandre1981

回答

0

警告了,不再存在在建14393.5

相關問題