Originally Posted By: Mart

One question.
I installed .NET framework 1.1 on these test systems before we started testing. Does the .NET version of KF actually require .NET 1.1 or does it also run on 2 or 3 without installing 1.1? Iirc installing the MSI does not work if .NET 1.1 is not installed but the dll can be registered with regsvr32.


Things written for .net 1.1 do not work in 2.0 and 3.0 and things written for 2.0 do not work for 1.1 or 3.0 etc.
All 3 are completely separated. Which is why you can install 3.0 and install 1.1 aferwards. Very nasty if you ask me.
To be a little more elaborate all 3 are 3 different managed environments.