Migration of .Net Project from Framework 1.1 to Fr

2020-04-16 05:24发布

I am a fresher working in Windows application using .Net Framework 1.1. We are going to migrate our Windows application from .Net Framework 1.1 to 4.0. What are all impacted when we migrate from 1.1 to 4.0 ? Please help and suggest me since i am new in this technology..

3条回答
ら.Afraid
2楼-- · 2020-04-16 05:47

I think @Karan Shah already shows the good link for you to explore. So please follow the common steps described in it.

Personally I suggest you pay attention to the obsolete warnings if there is any in your case. Later .NET Frameworks do have better things offered, so you should carefully get rid of the obsolete stuffs ASAP.

查看更多
▲ chillily
3楼-- · 2020-04-16 05:50

here are the steps by msdn :

Migrating .net 1.1 to 4.0

查看更多
戒情不戒烟
4楼-- · 2020-04-16 05:59

Exception handling in 1.1 is another than 2.0 and higher In 1.1 unhandled exceptions swallowed, and in 2.0 and higher this behavior was changed. The unhandled exception, then, will result in an application crash. You can configure behaviour in confuguration file

查看更多
登录 后发表回答