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
[378 byte] By [suhaib] at [2007-11-18 19:28:21]
# 1 Re: How do I port my application ?
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.
DecksTerrorT at 2007-11-9 1:37:54 >