.Net 'Any Framework' configuration

前端 未结 4 875
猫巷女王i
猫巷女王i 2021-01-19 17:25

I built a program in C# .NET 2.0 that works great also under framework 3.0 and 3.5.

But if .NET Framework 4.0 is the only framework installed, it does not working, i

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-19 18:00

    the thing you need to change the minimum requirement for application.

    go to project setting change the target framework to 2.0 and i thing it's play same even user have 2.0 or 4.0 Net framework in their system

提交回复
热议问题