mmc Questions
4
When i tried to connect to sql server configuration manager in sql server 2008. It shows error MMC could not create the snap-in.
It was working perfectly till last night. What can be the reason, ...
Crowns asked 10/9, 2014 at 3:45
21
I'm trying to read the private key of a certificate which has been shared with me by a third-party service provider, so I can use it to encrypt some XML before sending it to them over the wire. I'm...
Headline asked 22/3, 2014 at 18:33
4
Solved
I have a scenario where I am using certificate in my code to trigger an action. After importing certificate to my local machine and running c# code, it throws private key access issue with error 'U...
Rubstone asked 22/9, 2022 at 20:53
2
Solved
I am searching for the possibility to open default property dialogues for particular Windows objects, like:
the property dialogue for a particular service in services.msc
the property dialogue for...
2
Solved
I am trying to setup a https server for local development.I am using a Windows 10 machine . I have generated a self signed Certificate using openssl. I used the following commands.
openssl genrsa ...
Matchmaker asked 21/5, 2020 at 17:12
4
Is there any way to get the information about Launching identity of DCOM application programmatically. See the picture attached to understand what i mean.
I tried to use WMI
ManagementObjectSea...
1
Solved
Most (all?) the sample code on the IdentityServer4 docs site uses AddDeveloperSigningCredential(), but recommends using AddSigningCredential() instead in production. I spent more hours than I care ...
Dewayne asked 27/9, 2019 at 14:43
5
I'm writing a script that periodically checks that certain services are running on remote workstations. I'm having a devil of a time getting an "SC \workst1 query" command working from one test mac...
Refrangible asked 1/11, 2013 at 15:56
3
Solved
I need to execute a method in an assembly loaded during runtime. Now I want to unload those loaded assemblies after the method call. I know that I need a new AppDomain so I can unload the libraries...
Triangulate asked 25/1, 2010 at 13:45
0
I've only the .cer file now i want to convert it to .pfx file. But when i tried to convert via openssl it is asking for private key file? Is it necessary to have a private key file to generate a .p...
Pocket asked 7/4, 2015 at 11:51
1
Solved
I have an MMC snap-in that I am trying to debug. Currently, the following code, placed in the snap-in's constructor, works in terms of attaching the debugger to it:
public MySnapIn()
{
#if DEBUG
...
Goldsmith asked 16/9, 2014 at 15:19
2
Solved
Are there an wizard or templates in delphi 2009 to write a MMC console ?
EDIT:
Colin Wilson components look great thanks.
Alkylation asked 6/8, 2009 at 11:3
1
Can someone provide some sample code for using WPF in a custom MMC snapin? I'm new to WPF, and I've understood the samples for writing MMC snapins, but I do not understand how to choose WPF instead...
2
Solved
I have written a snap-in in c#.
I tried installing it using installutil and it didn't work at first. I notice that on the msdn page they said to run mmcperf to install the management.dll into the...
1
© 2022 - 2024 — McMap. All rights reserved.