I created a C# application in Visual studio 2010 with C#. It is using some other DLL files. When I publish it using Build->Publish the Setup.exe file generated.
When I run this setup in another machine I get the error "Required Files Missing.". I tried this, but it did not take out issues.
This also did not help because inside New Project->Other Project Types->Setup and Deployment
, Setup Project
is not there. It is empty.
How can I solve this?