C#项目以使用mscorlib

C#项目以使用mscorlib

本文介绍了更改VS2005 C#项目以使用mscorlib 1.1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已将项目从VS2003移动到VS2005,现在所有参考都指向

..NET2.0 libs。如何将其更改回1.1,但仍然使用VS2005?


出于兼容性原因我需要这个。


谢谢

doc

I have moved a project from VS2003 to VS2005 and now all references point to
..NET2.0 libs. How can I change this back to 1.1, but still use VS2005?

I need this for compatibility reasons.

thanks
doc

推荐答案



我知道使用Visual Studio 2005并且仍然编译1.1代码的唯一方法

是使用MsBee



但是,我自己从未尝试过。既然你可以在同一台PC上同时安装这两个工作室,我认为你更容易坚持适用于你正在使用的.NET版本的开发环境

环境。


HTH,

Laurent

-

Laurent Bugnion,GalaSoft

软件工程:

PhotoAlbum:

支持加尔各答的儿童:

The only way I know to use Visual Studio 2005 and still compile 1.1 code
is to use MsBee
http://www.gotdotnet.com/codegallery...a-9b8d00970371

However, I never tried it myself. Since you can install both Studios on
a same PC, I think it''s easier to stick to the adapted development
environment for the .NET version you''re using.

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch





使用cmd对我来说没问题,无论如何我想使用一种构建服务器。

我真的很想念VS2005 IDE具有所有不错的功能。

Using cmd is okay for me, I''d like to use a kind of build server anyway.
I would really miss the VS2005 IDE with all its nice features.



我可以设置它,只是引用相同的cs文件,应该这样做吗?


best

doc

I can set it up and just refer to the same cs files, that should do?

best
doc


这篇关于更改VS2005 C#项目以使用mscorlib 1.1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-29 01:00