Hello, I have developed a client and server app under VS 20003 in C# using
.NET remoting. I created a setup install using the IDE and I am deploying
the apps onto a Windows 2000 box running Service Pack 3. The 2000 box has
the .NET framework, the ODBC Data Provider and a MySQL driver installed.

The client app fires up ok but the server app does not. The only difference
I see is that the server app registers a channel and connects to a MySQL
database. The server app works fine under the Visual Studio 20003 IDE.

Would anyone have any suggestions? Do I need service pack 4? I wouldn't
think so. Do I need to have IIS installed?

I am using the namespace System.Data.SQLClient, System.Data and
Microsoft.Data.Odbc.

with regards
James