Link to home
Start Free TrialLog in
Avatar of Hagita
HagitaFlag for Israel

asked on

.NET Framework 4 Client Installation

Hello Experts, I am trying to install .NET Framework 4  Client Installation with no success. the folder C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0 is not added. I am using dotNetFx40_Client_setup.exe.
any ideas?
Thanks, Hagit
ASKER CERTIFIED SOLUTION
Avatar of Rahul Agarwal
Rahul Agarwal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Hagita

ASKER

windows xp 32 bit.
how do I determine the win installer version?
TNX
windows installer version:
my favorite: go to start=>run and type msiexec
but you can also try:
1)
http://msmvps.com/blogs/athif/archive/2006/06/03/99125.aspx
2)
http://blogs.msdn.com/b/windows_installer_team/archive/2005/09/09/458528.aspx
Avatar of Hagita

ASKER

Windows ® Installer. V 4.5.6001.22159
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Hagita

ASKER

Thank you. will report how it goes
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Hagita

ASKER

Hi, still no luck.
I installed the client profile again and verified the xp sp3 is installed.
still under the path:
"C:\Program Files\Reference Assemblies\Microsoft\Framework\ "
I get only v3 and v3.5.
and the path "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319" does exist.
under my app.config the definition is
  <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>

so I assume I can be sure that my deployed app is actually using the v4.0 and not an earlier version-right?..
1)right click on your project and serach for properties ->building->advanced to see waht framework you're really targetting.

2) aside -quite sure it is not your case - , a known issue is: if path is too long (over 250 chars) you will have matter installing
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Hagita

ASKER

Thank you everybody. problem is solved. I decided to install the full version(dotNetFx40_Full_setup.exe ) instead of dotNetFx40_Client_setup and it works.