Publishing my project in Visual Basic
        Posted  
        
            by Nora
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nora
        
        
        
        Published on 2010-05-13T09:50:48Z
        Indexed on 
            2010/05/13
            9:54 UTC
        
        
        Read the original article
        Hit count: 213
        
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 ?
© Stack Overflow or respective owner