Sage 50 SDK Com - GetApplication returns null

SUGGESTED

I am using the SDK Com interface.  Below when I call the GetApplication with the com username and password I get back a null value.  Under Sage Partners in Sage 50 the setting is medium.

--------------

Login _peachtreeLogin = _peachtreeLoginSelector.GetCurrentLoginObject() as Login;
System.Threading.Thread.Sleep(10000);
Application _peachtreeApplication = _peachtreeLogin.GetApplication(COMUsername, COMPassword) as Application;

-------------

I am using C#.  Any ideas?