MAS BOI - Error: 46 in Method SetUser
MAS BOI - Error: 46 in Method SetUser
(OP)
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
RE: MAS BOI - Error: 46 in Method SetUser
RE: MAS BOI - Error: 46 in Method SetUser
BigLouie... I already did that as you can see here:
http:/
but my previous experience said that I always have to try to look for the right answer in more than one place. And to be honest I always get better answers from this site.
RE: MAS BOI - Error: 46 in Method SetUser