We have many new computers and have some needed old apps created using .net 1.0 and some created with .net 1.1. Will these apps work if I install only .net 3.5?

The applications are desktop apps.

有帮助吗?

解决方案

It depends if the applications were compiled to specifically require the older version. If yes, then you need to install the framework version against which the applications were built in order to have them run correctly. If not, they should be able to pick up 2.0 if that's installed.

See this link for more information.

其他提示

Afaik no. .NET X can run apps for older X, but only if older X >=2.0

1.0 and 1.1 must seen as a different framework

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top