Skip to content

Conversation

@cjw1115
Copy link

@cjw1115 cjw1115 commented Oct 24, 2018

if we build and run the sample code of CustomCapability, the dcomcnfg will have an error.
We found the reason is in RPCServer.cpp.

Here are solution:

  1. need to update the UUID of the RPCInterface, the old one is used by a system server. (the new one in the branch is created by vs tool "guidgen.exe")
  2. don't need to call "RpcEpRegister", the CustomCapability works well without it. (If we don't register the endpoint by it, and use old UUID of RPCInterface, anything works well, including dcomcnfg. )

@msftclas
Copy link

msftclas commented Oct 24, 2018

CLA assistant check
All CLA requirements met.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants