问题描述
我最近从视觉工作室2013更新到视觉工作室2015.没有做任何其他我从2013年开辟了一个项目,它告诉我我无法迁移它,但它会为我做。所以我打得很好,进入我的项目代码,我可以运行它,除了我的安装文件以外的一切。在解决方案资源管理器下我的设置给出错误并说设置(不兼容)。此项目与当前版本的Visual Studio不兼容。我知道问题是迁移项目,但我不知道在哪里修复它。当我运行项目时,它会返回为构建错误然后
'错误是:无法加载文件或程序集'NationalInstruments.DAQmx,Version = 9.6.35.292, Culture = neutral,PublicKeyToken = 18cbae0f9955702a'或其依赖项之一。系统找不到指定的文件。'
SOS
我尝试过:
我试过在网上寻找答案,但没有可靠的答案。我曾尝试重命名之前的文件和代码中的随机更改,但我不知道如何解决这个问题。
I recently updated from visual studio 2013 to visual studio 2015. Without doing anything else I opened up a project from 2013 and it told me I could not migrate it but it would do it for me. So I hit okay and went into my project code and I could run it and everything except for my Setup file. Under solution explorer My setup gives an error and says Setup (Incompatible). This project is incompatible with the current edition of Visual Studio. I know the problem is migrating the project but I don't know where to fix it at. When I run the project it comes back as build errors then
'The error is: Could not load file or assembly 'NationalInstruments.DAQmx, Version=9.6.35.292, Culture=neutral, PublicKeyToken=18cbae0f9955702a' or one of its dependencies. The system cannot find the file specified.'
SOS
What I have tried:
I have tried exploring the internet for the answer but no solid answer. I have tried renaming the files before and random changes in the code but I don't know how to fix this problem.
推荐答案
这篇关于修复我更新的视觉工作室的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!