tags:

views:

47

answers:

1

i have different versions of .net framework installed on my windowsxp. i want to install a hotfix for version 2.0 but when i run this patch it gives the error that specified application (.net 2.0) not isntalled or have differnt version. it seemes that installer did not found 2.0 and picking up someother version may be 3.5 how can i fix this issue. can i change the some settings so that installer picked the right version that already installed on the machine

A: 

XP - properly patched - 3.5sp2 (since yesterday, sp2 was rolled out, if i saw that right).

3.5 is an update to 2.0 so no need to that hotfix.

TomTom
my aaplication using .net 2.0 so i need and there is a bug which i need to fix it
Ehtsham
Sadly 3.5 is a drop in replacement - you are much better off upgrading and making sure it runs under 3.5. Customers will run a problem applying a hotfix if the runtime version you operate under has been retired / rpeplaced already (and thus the hotfix should not be necessary).
TomTom