i have developed a C# .Net (Crystal Reports) Application.
Is there any way to generate as output : the .Net executable and its needed (references/dependencies) that i will be able to run this executable in another computer withou any errors or extra installation ?
example (in a folder, i find the exe, and the DLLs) without importing the DLLs manually (Not useful with crystal Reports)
without merging any files !!