Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:


I right clicked my project and publish
wizard came.....and it was completed and set up was too ready but when i installed error came"some files missing".....please help me
regards
Posted
Comments
Kschuler 27-May-11 9:06am    
Without any background information about your project no one is going to be able to help you. What is the exact error message? Which files are missing. What are some of the unique things about your project that could possibly be the cause?
Sergey Alexandrovich Kryukov 28-May-11 0:03am    
It could be anything, needs more information.
--SA

it might be because you used pictures that must be in the same folder with the exe file:

you can use this instead:
go to that path & you will find the exe file without use thats whole Publish thing::
my Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\bin\Debug

that underlined text is the name of your project :)
take care
 
Share this answer
 
v2
Here's all you need to know about deploying windows application: Walkthrough: Deploying a Windows-based Application[^]
 
Share this answer
 
take your exe with bin folder. or simply use install shield wizard to make setup.
 
Share this answer
 
Under the project properties (Alt+F7) you can look under the publish tab on the left. Check the application files to assure all the references you require are on the list. They should be, but not always.

You can also check the prerequisites to make sure that the component you are using are in a place that are accessible. I believe the default is to download them from vendor's website.
 
Share this answer
 
You may use Visual Studio 2010's inbuild functionality :)

That will sure help you
 
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