Re: Figuring out which version of .NET an assembly is dependent on

Tech-Archive recommends: Speed Up your PC by fixing your registry



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
.



Relevant Pages

  • Re: Relationship between versions of .Net Framework
    ... Framework that have been installed on my machines are actually used by ... installing that service pack also fix the same leaks in 3.0? ... SP1 actually installs all ... Microsoft claim to have fixed in .Net Framework 3.5 SP1. ...
    (microsoft.public.dotnet.framework)
  • Re: Relationship between versions of .Net Framework
    ... your application can only run one version of the .NET framework at execution time. ... > installing that service pack also fix the same leaks in 3.0? ... Don't install 3.5 SP1 if you haven't tested the previous SPs for earlier frameworks. ... I'll take a peak at the complete of bug fixes in 3.5 SP1 to see if any deal with imaging memory leaks. ...
    (microsoft.public.dotnet.framework)
  • Re: .NET 2.0 Deployment - How to deploy with no Framework 2.0 installe
    ... >>From my experience, installing without the framework is impossible, esp ... if you're using the Visual Studio Setup and Deployment project to do ... understood without the 2.0 framework. ...
    (microsoft.public.dotnet.framework.setup)
  • Re: XPe and Framework 1.1. SP1 : wont install
    ... I resolved it by installing .Net 1.1 framework and ... I'm trying to update an existing device XPe SP1, Net framework 1.1 to ... it says it can't perform the upgrade because the ...
    (microsoft.public.windowsxp.embedded)
  • Re: NetDataContract doesnt work on Windows XP Pro machine?!
    ... I'm going to try installing VS 2008 SP1 today to see if that solves the ... type I have marked with the NetDataContract attribute. ... XP machine has .NET Framework 3.0 installed. ...
    (microsoft.public.dotnet.languages.csharp)