Migration of .Net Project from Framework 1.1 to Framework 4.0 (Windows Application)

后端 未结 3 960
[愿得一人]
[愿得一人] 2021-01-21 12:20

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 whe

3条回答
  •  终归单人心
    2021-01-21 13:06

    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

提交回复
热议问题