Skip to main content
installing K2.net2003ServerSetup3.18403.1.0 in my machine prompt me these error:

runtime error!

program: d:program filesk2.net 2003ink2server.exe

R6029
-this application cannot run using the active version of the microsoft .net runtime.

there is a suggestion that it will only run with framework sdk 1.0 installed but shouldn't it can be run with either SDK installed?
change the k2server.exe.config

replace
<supportedRuntime version="v1.0.3705" />
to
<supportedRuntime version="v1.1.4322" />

reference site:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpcontargetingnetframeworkversion.asp

Reply