-
tigerharry committed revision 13 to the MMC .NET Library SVN repository, changing 1 files.
2009-10-08 09:03:34 UTC by tigerharry
-
tigerharry committed revision 12 to the MMC .NET Library SVN repository, changing 1 files.
2009-10-08 09:01:59 UTC by tigerharry
-
tigerharry committed revision 11 to the MMC .NET Library SVN repository, changing 1 files.
2009-07-15 08:44:24 UTC by tigerharry
-
Hi,
I am learning MMC.NET framework and created a simple snapin with a single FormNode. Everything works fine on my development workstation, but when I deploy DLLs to another machine and open snapin in MMC, instead of the form I see a web browser with an error message "Navigation to the webpage was canceled".
I tried deploying the sample project MMCTest2.dll, and I get the same...
2009-05-22 19:09:53 UTC by riyadmammadov
-
Hi,
How do I display the version for the MMC *3.0* console when a user goes to the menu option - Help - About box? Please comment.
Thanks.
2008-09-09 20:34:59 UTC by eyunni
-
Hi,
Is there a generic remoting time-out property that I could set for the MMC 3.0 console?
The problem is that because of a few issues with the server, the MMC console/client just keeps waiting for a response from the server. The response never comes back because of these server issues. The server calls exist all over the place on the MMC console UI. Having a wait dialog for some 300...
2008-08-20 19:40:54 UTC by eyunni
-
Hi,
I managed to enble F5-refresh by adding the standard refresh button to the node:
void NodeL_OnSelectScopeEvent(object sender, Ironring.MMC.Nodes.NodeEvents.NodeEventArgs args)
{
BaseNode selNode = sender as BaseNode;
IConsoleVerb icv;
selNode.Snapin.ResultViewConsole.QueryConsoleVerb(out icv);...
2008-06-16 14:00:58 UTC by tigerharry
-
tigerharry committed revision 10 to the MMC .NET Library SVN repository, changing 2 files.
2008-06-09 09:53:49 UTC by tigerharry
-
tigerharry committed revision 9 to the MMC .NET Library SVN repository, changing 1 files.
2008-06-09 09:06:56 UTC by tigerharry
-
tigerharry committed revision 8 to the MMC .NET Library SVN repository, changing 1 files.
2008-06-06 14:22:50 UTC by tigerharry