Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1385
Update to 2010.2
posted

Hi,

I just updated to 2010.2. Everything still works, but I only have the WPF3 refferences in VS.  How can I get the WPF4 functions and where can I find the dll's for WPF4?

I'm working on Windows XP SP3 with .Net Framework 4.0

Thanks for helping,

Gawain

Parents
No Data
Reply
  • 2263
    Suggested Answer
    posted

    Hello Gawain,

    If you don't have Visual Studio 2010 installed, but still want the CLR4.0 assemblies.  You can create the registries on your machine that the installer looks for, and then run the installer again and you should get the CLR4.0 assemblies.  Create one of the two following entries depending if you are using a 32-bit or 64-bit OS.

    32-bit machine:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0

     

    64-bit machine:

    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0 create

     

    Once the hierarchy is created, off 10.0 entry create a key called “InstallerDir” and set it to a path on the machine.  On my machine which has VS2010 installed it’s set to “C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\”.

    This should let the installer run without that dialog appearing.

Children