Click here to Skip to main content
15,910,009 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi here i am going to create setup file of c# windows application on windows 10.
but doesn't create exe inside
Setup3\Debug
folder of setup folder.
when i did same on windows 7 then works well

Please help me.

What I have tried:

Steps to create setup file
Add New Project -> Project -> Other Project Types -> Setup and Developement - > Visual Studio Installer -> Setup Project -> name of the setup

then inside Filesystem right click on application folder - > Add Project OutPut
->Primary output ,localised resorces,debug symbols,Content Files

After that i had build setup file .
Then inside
Setup1\Debug
folder .exe and .msi does not occur when i am going to prepare setup on windows 10 .Its works perfect on windows 7. Is there any issue of windows version .Please help me.
Posted
Updated 19-May-18 6:11am
Comments
CHill60 17-May-18 9:14am    
Is it in the release sub-folder?
SujataJK 18-May-18 0:40am    
Inside release, there also doesn't exist .exe and .msi files.
and one more thing that i had observed that when i am going to build setup then it doesn't show build successed messsge,instead of that my solution exlore windows with visual studio restart automatically
CHill60 18-May-18 3:54am    
Well that will explain why there is no exe or msi. Try cleaning your solution and try to build again. If that doesn't work try manually removing the PDB files from your solution.
SujataJK 18-May-18 5:55am    
after deleting pdb file or cleaning solution it also doesn't work.
CHill60 18-May-18 7:23am    
Oh dear, that's usually worked for me in the past. The only other thing I can suggest is to uninstall and re-install Visual Studio

1 solution

Having advised the OP to clean the solution and delete any pdb files, which didn't work, I suggested uninstalling and re-installing Visual Studio. OP has advised this has solved the problem
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900