简体   繁体   English

找不到C#引用的组件

[英]C# Referenced Component can't be found

I'm trying to set up a svn Project with Visual Studios. 我正在尝试使用Visual Studios建立一个svn项目。 But I have a problem with the references. 但是我对参考文献有疑问。 Some references are said to be missing. 据说有些参考文献缺失。 I tried to start a new Project on my computer and the refrence which are missing in the svn are automatically in the local project. 我尝试在计算机上启动一个新项目,而svn中缺少的参考信息自动在本地项目中。

I tried to add the missing references to my project but I can't seem to find them. 我试图将缺失的引用添加到我的项目中,但似乎找不到它们。 I have included a picture how my references look like at the moment. 我提供了一张图片,目前我的参考文献是什么样的。 On the left side is the svn project and on the right it's my local one. 左边是svn项目,右边是我的本地项目。

Thank you in advance for your help Fabio 预先感谢您的帮助Fabio

Check the DotNetOpenAuth assemblies framework version and your project framework destination. 检查DotNetOpenAuth程序集框架版本和您的项目框架目标。 When you are importing non compatibles assemblies they are added to the project but It can't find namespaces. 当您导入不兼容的程序集时,它们将添加到项目中,但找不到名称空间。

We just found a solution why it didn't work. 我们只是找到了一个解决方案,为什么它不起作用。 The problem was the ankhSVN was causing problems. 问题是ankhSVN引起了问题。 So we just got rid of it and kept tortoise. 因此,我们只是摆脱了它,并保留了乌龟。 Thank you for your time :D 谢谢您的时间:D

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 不能在C#中使用引用的DLL - Can't use referenced DLL in C# 我在 C# 中看不到另一个命名空间的引用类 - I can't see a referenced class of another namespace in C# 如何用C#编写的类库引用用C ++编写的Windows运行时组件? - How can Windows Runtime Component written in C++ be referenced from Class Library written in C#? 尝试在 C# 中构建可以从 VB5/6 引用和使用的 COM 组件 - Trying to build a COM Component in C# that can be referenced and used from VB5/6 SSIS C#脚本任务Newtonsoft.json引用不断给出错误“找不到引用的组件newtonsoft.json” - SSIS C# script task Newtonsoft.json reference keeps giving error“ The Referenced component newtonsoft.json cannot be found” 无法添加对dll的引用。 该组件是自动引用的C# - A reference to the dll could not be added. The component is Automatically Referenced C# 尽管引用了.dll,但找不到C#名称空间错误 - C# namespace could not be found error, despite the .dll being referenced C#添加引用的程序集时,它抛出一个找不到文件的错误 - C# When adding a referenced assembly it is throwing a file not found error VisualStudio中引用的DLL找不到自己的DLL C# - Referenced DLL in VisualStudio can't find its own DLL C# 无法在 C# 中实例化 COM 组件 - 错误 80070002 - Can't instantiate COM component in C# - error 80070002
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM