| This post was kindly contributed by Computing from Out in Left Field - go there to comment and to read the full post. |
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.
| This post was kindly contributed by Computing from Out in Left Field - go there to comment and to read the full post. |