Is it enough to install .net framework in order to run exe on a different computer? Its wierd that, we installed .net framework 4 on a computer than copy exe files from debug directory to the target computer, windows forms app. works but somehow Its not working properly.I mean the results of the app. differs from when I run app. on my computer (which I develeoped app.) and the target computer that we installed .net framework 4. All the inputs to the app. are same but somehow results are different?!
How can I fix this?
Best Regards