.NET框架和CLR版本有什么不同

时间:2022-03-30 19:03:20

I have Windows 2012 installed on two different Amazon EC2 instances.

我在两个不同的Amazon EC2实例上安装了Windows 2012。

On the first instance I'm running

首先,我在跑步

Windows 2012 Standard (.NET Framework V4.0.30319)

标准(Windows 2012。净框架V4.0.30319)

and on the other instance I'm running

在另一个例子中,我正在运行。

Windows 2012 R2 Standard (.NET CLR Version V4.0.30319)

Windows 2012 R2标准(。NET CLR版本V4.0.30319)

What is the difference between the two .NET frameworks installed ?

安装的两个。net框架有什么不同?

Is there anything I need to be aware of when deploying Visual Studio .NET C# applications ?

在部署Visual Studio .NET c#应用程序时,有什么需要注意的吗?

1 个解决方案

#1


2  

Basically Framework is CLR and some other stuff: CLR + managed libraries and tools = Microsoft .NET Framework

基本框架是CLR和其他一些东西:CLR +托管库和工具= Microsoft .NET框架

While deploying you might want to make sure you are providing all the necessary libraries along with your compiled solution. Also you might - though I didn't check that for myself - not find some tools like iisreg if the full framework is not present.

在部署时,您可能希望确保提供了所有必要的库以及编译后的解决方案。您也可以——尽管我没有亲自检查——如果完整的框架不存在,也找不到像iisreg这样的工具。

#1


2  

Basically Framework is CLR and some other stuff: CLR + managed libraries and tools = Microsoft .NET Framework

基本框架是CLR和其他一些东西:CLR +托管库和工具= Microsoft .NET框架

While deploying you might want to make sure you are providing all the necessary libraries along with your compiled solution. Also you might - though I didn't check that for myself - not find some tools like iisreg if the full framework is not present.

在部署时,您可能希望确保提供了所有必要的库以及编译后的解决方案。您也可以——尽管我没有亲自检查——如果完整的框架不存在,也找不到像iisreg这样的工具。