Possible Duplicates:
Compile to stand alone exe for C# app in Visual Studio 2010
.Net whole application as a single .exe file ?
Heey Guys,
so i have a C# Solution that connects to Database and i want to deploy this solution into a single .Exe file. like NotePad , in a way that makes me able to send the exe file and then double click it and it starts running ..
how can i do something like that ??