第三方控件的dll引用
System.IO.FileNotFoundException: Could not load file or assembly 'DevExpress.XtraBars.v7.1, Version=7.1.1.0, Culture=neutral, PublicKeyToken=f8a57f5c1370bc8a' or one of its dependencies. 系统找不到指定的文件。
File name: 'DevExpress.XtraBars.v7.1, Version=7.1.1.0, Culture=neutral, PublicKeyToken=f8a57f5c1370bc8a'
at GatherWeight.FrmGather..ctor()
at GatherWeight.Program.Main() in F:\项目资料\程序\GatherWeight\GatherWeight\Program.cs:line 18
在本机上测试正常,但是拿到别人机器上就打不开程序,什么错误也不提示,但会记录错误日志。
我已经将第三方的dll拷贝到我程序的目录下了,还是不管用。
有什么办法能更改引用地址为相对地址啊,因为我的引用地址还是F盘上的某文件夹,但是在用户机器上找不到这个文件夹,我想是不是因为这个原因打不开程序呢