문제

Recently, I converted my Winform project from Visual Studio 2008 to Visual Studio 2012 and I am attempting to add a COM type library reference. The result is the following error message. Can someone please help me troubleshoot the error? The upgrade report indicated no errors so, I am not sure where to begin troubleshooting.

enter image description here

도움이 되었습니까?

해결책

Are you trying to reference from the COM components tab or by browsing?

This page (http://msdn.microsoft.com/en-us/library/vstudio/wkze6zky.aspx) has some information regarding adding COM components:

"If you want to add a reference to a registered COM DLL that contains an internal manifest, make sure that you unregister the DLL first. If you do not, Visual Studio adds the assembly reference as an ActiveX Component instead of as a native DLL."

Hope this is somewhat helpful.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top