Deployment of VB 2008 Express Edition Project

  • Thread starter Thread starter sek0910
  • Start date Start date
S

sek0910

How do I deploy a project created with VB Express 2008? I thought there was
some type of deployment project template I had to use, but there are no
templates with the program and when I click on "Online Templates", nothing
happens.

Am I doing something wrong.

I used the "publish" feature, but all of my external audio files weren't
included and installed

Thanks,
Steve
 
sek0910 said:
How do I deploy a project created with VB Express 2008? I thought there
was
some type of deployment project template I had to use, but there are no
templates with the program and when I click on "Online Templates", nothing
happens.

Am I doing something wrong.

I used the "publish" feature, but all of my external audio files weren't
included and installed

Thanks,
Steve

The "publish" feature is probably ClickOnce? You mean the Publish tab under
the Project properties, right?

If your audio files weren't included and installed, it's because you didn't
have them set right. Where are you trying to install them? Do you have the
BuildAction set to Content, and "Copy to output dir" set to "Copy Always" ?

RobinS.
GoldMail, Inc.
 
I don't have Express but I have worked with Publish on VS2008.

If you have required files, stick them in the Resources and play them
from there or you have to add them to the files that are taken along
with the publish files.

Mike
 
Back
Top