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
RobinS - 06 Mar 2008 06:43 GMT
> How do I deploy a project created with VB Express 2008? I thought there
> was
[quoted text clipped - 9 lines]
> 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.
Just_a_fan@home.net - 15 Mar 2008 00:39 GMT
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
On Tue, 4 Mar 2008 13:10:03 -0800, in
microsoft.public.dotnet.languages.vb 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
[quoted text clipped - 8 lines]
>Thanks,
>Steve