未处理的“System.io.filenotfoundexception”类型异常出现在JoyStickPlugIn.dll中。其他信息:未能加载文件或程序集“ClassSpeechLibrary,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null”或它的某一个依赖项。系统找不到指定的文件。  但是我使用控制台程序调用ClassSpeechLibrary.dll就不会出现以上问题,程序正常运行。



引用如下:
#using "ClassSpeechLibrary.dll"
using namespace ClassSpeechLibrary;
using namespace System;

调用如下:
ClassSpeechLibrary::SpeechObject^ sp = gcnew ClassSpeechLibrary::SpeechObject;