Wednesday, June 06, 2018

SAS throwing RPC error

If you are doing code in C#  and get this error when creating a LanguageService:


The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)

The likely culprit is that SAS is not, in fact, running as an exe. Check your workspace instantiations and make sure they are correct.

SAS throwing RPC error

If you are doing code in C#  and get this error when creating a LanguageService: The RPC server is unavailable. (Exception from HRESULT:...