Is Windows Azure compatible with the .NET 2.0 framework?

后端 未结 1 1487
慢半拍i
慢半拍i 2021-01-20 00:30

I have a service that was developed in the .NET 2.0 framework. It is installed in several sites and works with my application. I would like the service to be able to \"repor

1条回答
  •  隐瞒了意图╮
    2021-01-20 01:10

    In a word: yes. Windows Azure can run code compiled against 2.0/3.5 and 4.0. You may not have access to all of the Azure SDK (some of the libraries require 3.5), but your service should run with no modifications.

    0 讨论(0)
提交回复
热议问题