View Single Post
  #157  
Old 11-05-2012, 09:27 PM
AirHog71 AirHog71 is offline
Approved Member
 
Join Date: Oct 2012
Location: Victoria, Australia
Posts: 43
Default

Uninstalling the .NET packages will only force them to be reinstalled by Win8 itself, and you can't use the individual installers like in Win7. It was interesting that .NET 3.5 wasn't listed in the active packages via add/remove AFTER CoD/Steam invoked the installer. So I done a force install of the packages and I also used the .NET repair tool for Win8 but still nothing.

Without the source code to everything its near impossible to debug this.

The manifest file you're reading just describes the assembies being used. Each manifest will be different depending on how you code your app. But it's not actual running code, it's meant for the CLR.
Reply With Quote