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?
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:
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.
you can download it from here , see at the end of the page.
it is just that file, you don't need to download all the SDK if you need just that file.
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.