I used C# to write a program in .net framework 3.5.
But when i finished that and move it to another computer which .net framework 3.5 is installed , the program can't be start. It miss some dependent dll.
But when I move this program to a computer that installed visual studio 2008, it can run perfectly.
So what can I do to export all the dependent dll automatically ? so my program can run on a computer without installing visual studio 2008 ?
Thanks in advance !