Search code examples
c#installationvisual-studio-2015setup-projectsetup-deployment

My project work in Visual Studio but won't work after installing on the system


I've a Project which works when I run it on Visual Studio but won't work after I install it on the system. I'm using Setup File for installation on Windows 7 x64.

I'm using codedom to build an Assembly File. My project after installing works good with the start functions but won't generate the file and when I run the same exact project in visual studio it generated the file.


Solution

  • I had a Resources Folder in my Solution Explorer but not in the Application Folder as the Project had a reference of a resource file while building the .exe file.