如何在VS2013中打开VS2005文件/项目

时间:2013-11-25 11:28:35

标签: dll visual-studio-2005 visual-studio-2013

我正在开发一个需要使用旧版(2005)库的项目。

当我尝试将库添加到引用时,会弹出一个错误告诉我(参见附图)error

以下是例外情况:

System.DllNotFoundException occurred
  HResult=-2146233052
  Message=Unable to load DLL 'edk.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  Source=DotNetEmotivSDK
  TypeName=""
  StackTrace:
       at Emotiv.EdkDll.Unmanged_EE_EmoEngineEventCreate()
       at Emotiv.EdkDll.EE_EmoEngineEventCreate()
       at Emotiv.EmoEngine..ctor()
       at Emotiv.EmoEngine.get_Instance()
       at MindComposer.EmotivSDK.HeadsetConnection.Main(String[] args) in c:\Users\Vlado Bogdanov\Documents\Visual Studio 2013\Projects\MindComposer\MindComposer\NeuroProcessing\HeadsetConnection.cs:line 37
  InnerException: 

0 个答案:

没有答案