what is required to run a c# winform program on a computer

Posted by saso on Stack Overflow See other posts from Stack Overflow or by saso
Published on 2010-05-06T07:33:39Z Indexed on 2010/05/06 7:38 UTC
Read the original article Hit count: 157

Filed under:
|
|

i have created a simple c# winform program that uses MS sql, and several DLLs. what steps should i do in order to get the program run on another computer.
ie should i transfer the exe file + the dlls i used?

should i also install .net framework 3.5 on the other pc?
i used visual studio 2008 to compile.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET