开发者

where can I download the latest System.Windows.Forms.dll? [closed]

开发者 https://www.devze.com 2023-01-21 01:21 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_如何转开发 Closed 12 years ago.

System.Windows.Forms.dll is located in the folder C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727.

I want to download the latest System.Windows.Forms.dll to replace the old one on my machine.

Does anyone know where can I download it?


If you're looking for .NET Framework 4 you can download it from http://msdn.microsoft.com/en-us/netframework/aa569263.aspx.

You can't replace System.Windows.Forms in the 2.0 directory with the 4.0 assembly. When you install the 4.0 framework it will create a new framework install location along side the 2.0 location (c:\windows\Microsoft.NET\Framework\v4.0.30319).

0

精彩评论

暂无评论...
验证码 换一张
取 消