|
-
April 26th, 2004, 02:08 AM
#1
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
-
April 26th, 2004, 04:12 AM
#2
.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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|