Jump to content

VS 2005 C# - Publish problem.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
rmurdo

rmurdo

    Newbie

  • Members
  • Pip
  • 1 posts
Hey gang.. Publishing is new to me, i normally only do apps for my use so now I got a problem.

I did the build->Publish option and 2 files were missing, my mdb database and a support html file that I display with a button click.

I went in to project->properties and then the publist tab.
I then went to the application button.
Did the "show all" check box.

These two files do not show up! How do I get them in that list? I've been to the MS site and didnt get anywhere.

Any help would be appreciated.

Regards,

Robert

#2
cdg10620

cdg10620

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 389 posts
Where are you publishing to? Instead of using the integrated publishing with Visual Studio I use Robocopy to copy the files I need out of my project folder to the desired location. Then I have IIS on the server pointing to that folder to run the application.

You can also take a look at this: Visual Studio 2005: ClickOnce Application Deployment
-CDG10620
Software Developer