本文介绍了删除v3.5参考?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎么知道我在项目中使用了哪些引用?是

" All Components"在对象浏览器?如何删除它们?

我打算将我的项目从.NET Framework 3.5降级到2.0,通过

将TargetFramework更改为.NET Framework 2.0。在项目属性中。

Howerver,安装程序仍然要求用户必须先安装3.5。

How can I know what references I have used in my project? Is it those under
"All Components" in Object Browser? How to remove them?
I am going to downgrade my project from .NET Framework 3.5 to 2.0 by
changing TargetFramework to ".NET Framework 2.0" in Project Properties.
Howerver, the installer still ask the user has to install 3.5 first.

推荐答案



展开引用解决方案资源管理器中的节点。

Expand the "references" node in solution explorer.



不确定 - 我没有太多使用对象浏览器。

Not sure - I don''t use the Object Browser much.



选择一个引用并点击删除按钮IIRC。

Select a reference and hit "Delete" IIRC.



嗯......不知道为什么会这样。我对

安装人员的了解并不是很了解。


Jon

Hmm... not sure why that is. I''m not terribly knowledgeable about
installers.

Jon




展开引用解决方案资源管理器中的节点。


Expand the "references" node in solution explorer.



不确定 - 我没有太多使用对象浏览器。


Not sure - I don''t use the Object Browser much.



选择一个参考并点击删除按钮IIRC。


Select a reference and hit "Delete" IIRC.



Ehh,可能是用记事本打开项目文件的想法并删除

这样的引用...(如果你不能从IDE中做到这一点)


// CY

Ehh, might be an idea to open the project file with notepad and delete
the references that way... (If you cant do it from the IDE)

//CY




展开引用解决方案资源管理器中的节点。


Expand the "references" node in solution explorer.



不确定 - 我没有太多使用对象浏览器。


Not sure - I don''t use the Object Browser much.



选择一个参考并点击删除按钮IIRC。


Select a reference and hit "Delete" IIRC.



嗯......不知道为什么会这样。我对

安装人员的了解并不是很了解。


Jon


Hmm... not sure why that is. I''m not terribly knowledgeable about
installers.

Jon


这篇关于删除v3.5参考?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 17:06