How to deploy

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brian

    How to deploy

    Hello,
    I am sure that this is a stupid question, but I am
    trying to package and deploy my first .Net app and I can't
    seem to be able to figure it out. Is there something that
    I am missing? I would appreciate any help given. Thanks.
  • EricJ

    #2
    Re: How to deploy


    "Brian" <Javelin@amc.co m> wrote in message
    news:0ce701c3a4 7e$78e25800$a40 1280a@phx.gbl.. .[color=blue]
    > Hello,
    > I am sure that this is a stupid question, but I am
    > trying to package and deploy my first .Net app and I can't
    > seem to be able to figure it out. Is there something that
    > I am missing? I would appreciate any help given. Thanks.[/color]

    the easy way :)
    create a new project in your sollution choose setup and deployment projects
    and setup wizard, name it and do w it asks.


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: How to deploy

      * "EricJ" <ericRéMoVe@Thi Somnipack.be> scripsit:[color=blue][color=green]
      >> I am sure that this is a stupid question, but I am
      >> trying to package and deploy my first .Net app and I can't
      >> seem to be able to figure it out. Is there something that
      >> I am missing? I would appreciate any help given. Thanks.[/color]
      >
      > the easy way :)
      > create a new project in your sollution choose setup and deployment projects
      > and setup wizard, name it and do w it asks.[/color]

      When using VB.NET Standard, the wizard is not available, only a setup
      project template.

      --
      Herfried K. Wagner
      MVP · VB Classic, VB.NET
      <http://www.mvps.org/dotnet>

      <http://www.plig.net/nnq/nquote.html>

      Comment

      • Brian

        #4
        Re: How to deploy

        Thanks for the info. I had plenty of documentation on
        that part of it. The piece that all of the paperwork I
        had that was left out was that you had to build the
        package after you created it by right clicking on it.
        Your posts did let me know that I was doing the package
        and deploy project right though, and I thank you for
        that. I guess I should have figured out that since it is
        now a seperate project, you must build that part also.
        Thanks for the help.

        Comment

        Working...