7

So I've been trying to solve the "The application-specific permission settings do not grant Local Activation permission" problem and everything I've been reading says I need to get "DCOMperm.exe". There are plenty of links to usage and download links that point to non-MS sources. I'd like to get this direct from Microsoft, but I can't find it there.

Some people say that it's part of an SDK, but I'm not sure which one. Does anyone have any experience getting this exe?

Doltknuckle
  • 1,294

4 Answers4

7

The source code for dcomperm.exe is included with the Microsoft Windows SDK for Windows 7 and .NET Framework 4.

The project source directory is:

C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\com\fundamentals\dcom\dcomperm
jscott
  • 25,114
1

There's source code here on GitHub, with a sln and a vcxproj file:

I'm able to build it with VS 2022 (with various options installed for building native code).

ChrisW
  • 111
0

Is this for an application you're writing or for another application/component? If it's for another application/component then you can use dcomcfng to configure the permissions.

joeqwerty
  • 111,849
-2

You can get the compiled version here:

http://www.sharepointblogs.be/blogs/vandest/archive/2012/11.aspx

Someone has kindly posted a genuine compiled version with batch files too.