문제

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