I have a solution in visual studio with two project, windows service in .NET 4.0 and a GUI in .net 4.5 , i moved the service to .net 4.0 so i could use visual studio 2010 setup project and just move the files in setup.
The install process succeed but when i run the UI files the program crush , i find out that it's working if i run the UI as Administrator , but the project manifest does not require it and the compile files before the setup work fine and i need it to be able to run by any user, how can i fix that ?