hello, I developed an application with c# and visual studio 2010 and it works in debug mode, however I only want 1 exe file but when I move the exe file to another location the application crashes. I am using these libs. Any suggestions.

Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;