Issue 13: 64-bit snap-in crash
Status:  Fixed
Owner:
Closed:  Sep 2009
Project Member Reported by jaltman@gmail.com, Sep 1, 2009
   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean
publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle&
ctor, Boolean& bNeedSecurityCheck)
   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean
fillCache)
   at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean
skipVisibilityChecks, Boolean fillCache)
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at Microsoft.ManagementConsole.FormView.InternalInitialize()
   at
Microsoft.ManagementConsole.View.HandleInitializationRequest(IRequestStatus
requestStatus)
   at Microsoft.ManagementConsole.View.ProcessRequest(Request request)
   at Microsoft.ManagementConsole.ViewMessageClient.ProcessRequest(Request
request)
   at
Microsoft.ManagementConsole.Internal.IMessageClient.ProcessRequest(Request
request)
   at
Microsoft.ManagementConsole.Executive.RequestStatus.BeginRequest(IMessageClient
messageClient, RequestInfo requestInfo)
   at
Microsoft.ManagementConsole.Executive.SnapInRequestOperation.ProcessRequest()
   at
Microsoft.ManagementConsole.Executive.Operation.OnThreadTransfer(SimpleOperationCallback
callback)

Sep 1, 2009
Project Member #1 brantgu...@gmail.com
This issue, a TargetInvocationException was corrected by changing how the resources 
were included. They weren't compiled to the right name.

https://code.google.com/p/openafsclientmmc/source/detail?r=29
Status: Fixed