Hi,
I tried the sample code from Visual Basic.NET Solutions Toolkit - Chapter AutoDeploy.
Its OK when calling
VB.NET application, but error when calling C# application.
it stop on :
RemoteAssembly.EntryPoint.Invoke(RemoteAssembly.En tryPoint, Nothing)
error : Parameter count mismatch.
I think its related to the main sub on C# : static void Main(string []args)
Its OK if its not using string []args :
static void Main()
please help.