[RESOLVED] dotnetfx.exe, what is correct version??
Made my INNO instal program using the dotnetfx.exe redistributable off MS site, but when I tried to run the prog it told me it needed version 2.0.50727. This version does not appear to exist on the MS site, I can only find 2.0.
Found some refs on the net but some say one is not allowed to deploy version 2.0.50727 and it only seems to be available from sites which I am not quite sure are bona fide.
I am using VS 2005, brought less than 2 months ago and applied all the necessary updates installation requested. What version of dotnetfx.exe should I be using? Would 2.0 do despite the message? (I did 1.0 by mistake the 1st time, DOH!)
Ta for any answers
*******
Update, dunno one of those "dodgy looking" sites links to a proper MS page and it works so must be ok!!!
Re: [RESOLVED] dotnetfx.exe, what is correct version??
Version 2.0 of the framework is the 'friendly name', for want of a better description. The full version number is indeed 2.0.50727.42, so they are one and the same thing.
'Version 1.1' is actually version 1.1.4322.573.
Re: [RESOLVED] dotnetfx.exe, what is correct version??
What I supected Andy but ta for the confirmation