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
I think it should be registry string value named "InstallDir"
Glad the helped you get the bits installed. Unfortunately you can't use CLR4.0 in VS2008, you have to upgrade to VS2010 in order to use CLR4.0.
thanks for the idea. I installed the test version of VS 2010 and now I can usw the infragistics 2010.2 WPF4 funtionallity in VS 2010.
What I cannot do is changing the framework into .NET Framework 4.0 in CS 2008 to usw the new features in my full licenced version of VS. Does anyone know how to do that?
Thanks in advanced!
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.
Hi Gawain,
I suppose that you don't have Visual Studio 2010 installed on your machine and that's why you don't have the WPF4.0 assemblies.
You can see more regarding this in our help section for 4.0:
http://help.infragistics.com/NetAdvantage/WPF/2010.2/CLR4.0/?page=WPF_Dot_Net_4_Builds.html
After you install Visual Studio 2010 you should uninstall and install again the product.
Greetings,
Horen Kirazyan