Re: Figuring out which version of .NET an assembly is dependent on
- From: Towards Next <towardsnext@xxxxxxxxx>
- Date: Sun, 15 Feb 2009 20:40:32 -0800 (PST)
Your app is depended on 3.5 SP1 since it is built using 3.5 SP1
framework. Since it is using WPF. You check your control panel > Add
Remove Programs. You have installed framework 3.5 SP1.
WPF application can be built on 3.5 (And on 3.0) but mainly 3.5 and
SP1 of VS2008 install SP1 for 3.5 framework too. You might have
installed that one. In your deployment project what ever framework you
are including in place of that include 3.5 SP1.
After installing SP1 of 3.5 it will replace various assemblies of
existing 3.5 framework. So if you deploy 3.5 then it will ask you to
have 3.5 SP1 rather.
Check this link
http://msdn.microsoft.com/en-us/library/cc713697.aspx
Changes
http://codebetter.com/blogs/patricksmacchia/archive/2008/08/13/net-3-5-sp1-changes-overview.aspx
.
- References:
- Figuring out which version of .NET an assembly is dependent on
- From: michael
- Re: Figuring out which version of .NET an assembly is dependent on
- From: Towards Next
- Re: Figuring out which version of .NET an assembly is dependent on
- From: michael
- Figuring out which version of .NET an assembly is dependent on
- Prev by Date: Re: how to set a graphic in background
- Next by Date: RE: how to set a graphic in background
- Previous by thread: Re: Figuring out which version of .NET an assembly is dependent on
- Next by thread: Figuring out which version of .NET an assembly is dependent on
- Index(es):
Relevant Pages
|