CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2003
    Location
    Bangalore, INDIA
    Posts
    180

    How do I port my application ?

    Hi Guys

    I am a newbie to C# programming.
    I just succeded in writing a simple window application trying to connect to a remote Database.
    BUT, when I copied the exe of this program onto another computer (within the same network and which also has .Net installed in it) it doesn't work - what could be problem ? Please help.

    Thank you

    Suhaib

  2. #2
    Join Date
    Apr 2004
    Posts
    17

    .NET Framework

    1. Make sure the .NET framework is on the client pc.
    2. Make sure you have MDAC 2.7 or later on the client pc.
    3. Copy the .exe and any dependencies.

    That should work..

    For a more professional approach (add/remove programs) create a deployment package using a deployment project.
    Last edited by DecksTerrorT; April 26th, 2004 at 04:15 AM.

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

Featured