Click to See Complete Forum and Search --> : How do I port my application ?


suhaib
April 26th, 2004, 02:08 AM
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

DecksTerrorT
April 26th, 2004, 04:12 AM
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.