I am developing a wpf aplication that uses a DLL and a access database. It compiles fine and builds debug files without errors. The problem is when I try to run the .exe file created in bin/debug folder in another PC. I created a windows setup project and add all files to setup. There was only one dependency in setup - .net framework 4 Client Profile. The setup installs on another PC, but when I try to launch it nothing happens.... any ideas what could be wrong? or what could be missing?
thanks in advance