Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPCServer in project CustomCapability makes "dcomcnfg" unavailable #1003

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

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.

None yet

2 participants