I have been using VB NET 2005 and Once Click Deployment for a large application that I use. I now need to put the application on a Citrix server as just an .exe so multiple users can access it. I think that the problem may be that I use two other dlls that I built as well as as some third party controls.

I have read that I can just use .exe from the bin directory. When I double click it in the bin\Debug directory it opens up and runs. As well, when I copy the complete Debug directory to my desktop and double click the .exe it runs. But when I copy and paste just the .exe on my Desktop and double click it nothing happens.

My goal is just to have a .exe instead of all of the files in the Debug directory. Is this possible?

Thanks!