Results 1 to 3 of 3

Thread: deploy question..

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2010
    Posts
    134

    deploy question..

    my exe almost done with database 2005 but

    what is the requirements file must include during setup to run my exe on other pc that has no installed vb studio 2008 and sql server 2005?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: deploy question..

    To run any .NET app you must have installed the appropriate version of the .NET Framework.

    The app must also have access to a SQL Server instance. It doesn't necessarily have to be on the same machine as the app though, assuming you're connecting to an already attached database. If you're deploying an MDF data file with your app though, you will need SQL Server Express installed on the same machine as the app.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: deploy question..

    Moved To Application Deployment

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width