Here is how I have connected with MT 6.08 in the past. I was thinking that maybe I need a different version of the "C:\Bss70\MeditechFocus_V2.exe" from you guys.
============================example======================
Process.Start("C:\Bss70\MeditechFocus_V2.exe");
Process.Start("C:\Program Files (x86)\MEDITECH\EAT.Universe\EAT.TEST6.16F.Ring\Client.mtad");
//Process.Start("C:\Program Files (x86)\MEDITECH\EAT.Universe\EAT.TEST6.08F.Ring\Client.mtad");
//Process.Start("C:\Program Files (x86)\MEDITECH\EAT.Universe\EAT.LIVEF.Ring\Client.mtad");
try
{
bws.ConnectEx("Meditech", BostonWorkStation70.enumStreamType1.stStream, "");
}
catch (Exception e)
{
Console.WriteLine("An Exception has been thrown");
Console.WriteLine(e.ToString());
}
===========================================================