1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

publishing in visual studio

Discussion in 'Other PC Software' started by austinslik, 2008/10/20.

  1. 2008/10/20
    austinslik

    austinslik Inactive Thread Starter

    Joined:
    2008/01/30
    Messages:
    1
    Likes Received:
    0
    hello everybody,
    I'm a newby in c#. i developed a small game of Go in visual studio but after publishing and installing it on a pc, the images i used for the picture box and the stones gives error.

    so i guess that i just cannot publish my project with images just by clicking the publish button.
    please can tell me what to do to deploy or publish a project with images in c# visual studio.

    thanks a bunch
     
  2. 2008/10/21
    Bilb0

    Bilb0 Inactive

    Joined:
    2007/07/23
    Messages:
    203
    Likes Received:
    6
    I've not used Visual Studio yet, however, I do have, and frequently use the VB6 suite.

    when I compile an executable, it brings me to a point where I have the option to include extras in the installer package. Commonly, you want to ensure the runtime components required to run the app are included, but here you ALSO want to make sure that all your graphics are included as well.

    I'd suggest moving all your graphics into a folder within the larger folder with your code files. Then update your code to the reflect the new location for the graphics. Then recompile the executable and check to make sure you are including the graphics files.
     

  3. to hide this advert.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.