在 Visual SourceSafe 2005 中管理 Visual Studio 2008 VB.Net 项目引用
你好 我是一个 5 人软件团队的成员,我们正在开发一个 VB.Net 2008 项目,该项目已添加到 VS 2005 中。
问题是每次每个成员在他的 owm 机器上打开他的 Visual studio 来开发项目并获取该项目的最新版本,几乎所有“参考文献”都有一个黄色感叹号 - 所以他得到了很多错误 - 他必须手动删除它们并重新添加它们,然后签入项目。
是什么原因这?有什么问题吗?
谢谢
hi
I'm a member of a 5 personnel software team and we are working on a VB.Net 2008 project and the project has been added to VS 2005.
The problem is every time each member opens his Visual studio on his owm machine to develop the project and gets the latest version of the project, almost all "References" have got a yellow exclamation mark -so he gets many number of erros- and he has to delete them manually and add them again and then check the project in.
What causes this? Is something wrong?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您的引用位于解决方案/项目之外,并作为绝对路径添加。
尝试将 dll 文件夹移动到解决方案/项目中并再次引用它们,如果您查看项目文件,您应该会看到添加为相对引用的引用,即。 ..\lib\mydll.dll
Sounds like your references are outside of the solution/project and are added as an absolute path.
Try moving the dll folder inside the solution/project and reference them again, if you look at the project file you should see the references added as relative ones ie. ..\lib\mydll.dll