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).
Related
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 10 years ago.
How can I use Entity Framework in Mysql using C#-ASP.Net?
http://www.codeproject.com/Tips/426790/Using-MySQL-with-Entity-Framework
I am trying this tutorial, but I cannot find the MySql.dll (Win apps), MySql.Data.Entity.dll in the Reference, so I cannot proceed to the next step of that tutorial.
I can't even find Mysql.dll and mysql.data.entity.dll in my Mysql folder, but I already installed mysql in my computer.
The article says "Download and install MySQL Connector" in the "Prerequisites".
After a quick google the first result was http://www.mysql.com/products/connector/. Following through I found http://dev.mysql.com/downloads/connector/net/#downloads.
Is this what you were looking for?
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 9 years ago.
Can any one help me regarding this ? Is it mandatory?
Depending on which OS you have installed, you need to install a standalone of the .NET Framework.
At the moment there isn't an OS with the .NET Framework 4.0 installed, so you need to do it via the Windows Update or manual.
You can check out which .NET Framework is installed on this site: http://www.msigeek.com/2390/what-version-of-the-net-framework-is-included-in-which-version-of-the-os
The picture:
This means you need to install it on your OS.
Yes, if the client machine does not have the .Net framework on it you will need to install it.
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 10 years ago.
How can I install and work with mono on windows xp sp3?
Now I am using mono with the Ubuntu OS on my system.
Yes you can install Mono on Windows. You just need to make sure you run Mono when you want .NET and the other way around. If you don't use Mono-specific stuff it's possible to use MS.NET instead.
Read more about installing Mono on Windows here.
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.
please provide the csharp area in sharepoint. what are the part csharp source is used. how can be document loaded in the sharepoint. whether it can be done through by c sharp.
Almost everything on SP is built into assemblies, so you can't see the C# source. You can use a tool like Reflector to disassemble these assemblies (but they could be obfuscated).
If you want to upload documents through C# have a look at the WebServices. Here's a pretty good tutorial.
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 10 years ago.
hello i have created one windows application in c# .net and its working fine in windows xp, but when i try to install the setup in windows 7 or vista,the setup never runs.. should i have to write some code for it...?
please help
Assuming your installer is an MSI, turn logging on to find out why.
msiexec NameOfYour.msi /l*v log.txt
Make sure you installed the correct version of .net Framework on your box.