VS2005 fatal error C1107
编译了一个Ex9_16lib.dll类库,将这个Dll文件复制到Ex9_16解决方案目录的debug子目录中
#using <Ex9_16lib.dll>
using namespace Ex9_16lib;
Ex9_16项目编译报错:fatal error C1107: could not find assembly 'Ex9_16lib.dll': please specify the assembly search path using /AI or by setting the LIBPATH environment variable
#using用绝对路径没有问题,需要到哪里去设置呢?请大家指教。