Re: How to control what framework version is used for an assembly?
- From: Mattias Sjögren <mattias.dont.want.spam@xxxxxxxx>
- Date: Mon, 01 Aug 2005 16:05:15 +0200
>Thank you. I was hoping there was a way to create a 2.0 framework assembly,
>but have it automatically still run within earlier versions of the framework
>if 2.0 was not available. Seems feasable if one stays away from 2.0
>specific functionality when coding, but I guess not.
Unfortunately not, all the v2 compilers produce metadata that the
older runtimes don't understand.
Mattias
--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
.
- References:
- How to control what framework version is used for an assembly?
- From: Steve Franks
- Re: How to control what framework version is used for an assembly?
- From: Mattias Sjögren
- Re: How to control what framework version is used for an assembly?
- From: Steve Franks
- How to control what framework version is used for an assembly?
- Prev by Date: Re: Possible improvements to Asyncronous Pattern?
- Next by Date: Re: invoke a method by reflection£¬the method's parameters can not be ArrayList?
- Previous by thread: Re: How to control what framework version is used for an assembly?
- Next by thread: Activator.CreateInstance(typeof(void)) [.NET 2.0]
- Index(es):
Relevant Pages
|