Publishing my project in Visual Basic
- by Nora
Hello,
I developed a project using VB.Net and I used the following way to publish it:
1- Build - Build "my project"
2- Build - Publish "my project"
then I follow the wizard and got the setup file at the end. But when I tried to install it I got an error telling me that my media files couldn't be found.
** I placed the media files in "Debug" folder inside "bin" folder.
** I'm using Microsoft Visual Basic 2008 Express Edition to develop this project.
Is there any way to publish this project ?