Windows Develop Bookmark and Share   
 index > Windows Forms General > .Net FrameWork
 

.Net FrameWork

do i also need a .NetFramework in my user's computer for my program to run ?
if i need where can i get it ?

Computer Freek  Sunday, January 20, 2008 5:57 AM

Yes, if you developed your program using .Net, you need the framework on every computer that will execute the program.

One way to get the framework on a computer is to run Windows Update. If the computer doesn't already have the Framework, Windows Update will offer to install it. Another way is to deliver to your users the framework redistributable package, "dotnetfx.exe". If you are using Visual Studio, you should be able to find it in the Visual Studio DVD. Otherwise, you can download it from Microsoft:

Version 2.0:

http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en

Version 3.0 (already included in Windows Vista):

http://www.microsoft.com/downloads/details.aspx?FamilyID=10cc340b-f857-4a14-83f5-25634c3bf043&DisplayLang=en

Version 3.5:

http://www.microsoft.com/downloads/details.aspx?FamilyID=333325fd-ae52-4e35-b531-508d977d32a6&DisplayLang=en

Alberto Poblacion  Sunday, January 20, 2008 9:30 AM

Yes, if you developed your program using .Net, you need the framework on every computer that will execute the program.

One way to get the framework on a computer is to run Windows Update. If the computer doesn't already have the Framework, Windows Update will offer to install it. Another way is to deliver to your users the framework redistributable package, "dotnetfx.exe". If you are using Visual Studio, you should be able to find it in the Visual Studio DVD. Otherwise, you can download it from Microsoft:

Version 2.0:

http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en

Version 3.0 (already included in Windows Vista):

http://www.microsoft.com/downloads/details.aspx?FamilyID=10cc340b-f857-4a14-83f5-25634c3bf043&DisplayLang=en

Version 3.5:

http://www.microsoft.com/downloads/details.aspx?FamilyID=333325fd-ae52-4e35-b531-508d977d32a6&DisplayLang=en

Alberto Poblacion  Sunday, January 20, 2008 9:30 AM

You can use google to search for other answers

Custom Search

More Threads

• How to create a panel that contains another panel using vb.net coding?
• Treeview: How to link node image (+/-) with node text to expand/collapse.
• What does the "A" in a numeric color representation stand for - Argyle?
• Composite Custom Web Control and external Validator?
• NotifyIcon
• My application Winforms with Ora 10gXE don't run in other machine
• Gridview w Custom Controls?
• Removing focus from a text box
• WebBrowser control using Proxy ?
• Permissions requirements documented?