sactowngirl
Programmer
- May 30, 2008
- 18
I'm using MAS Business Object Interface to create Sales Orders in MAS through a .NET app and just today I start getting these errors:
<Error: 46 in Method SetUser>
[COMException (0x80020009): <Error: 46 in Method SetUser>]
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
This is my call to the SetUser method:
oSS.InvokeMethod("nSetUser", "MASUserName", "MASPassword");
It used to work fine before, I'm not sure why this is happening.
Any help would be really appreciated.
Thanks,
Ale
<Error: 46 in Method SetUser>
[COMException (0x80020009): <Error: 46 in Method SetUser>]
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
This is my call to the SetUser method:
oSS.InvokeMethod("nSetUser", "MASUserName", "MASPassword");
It used to work fine before, I'm not sure why this is happening.
Any help would be really appreciated.
Thanks,
Ale