Skip to content

Instantly share code, notes, and snippets.

@kjellski
Created November 18, 2013 11:42
Show Gist options
  • Save kjellski/7526476 to your computer and use it in GitHub Desktop.
Save kjellski/7526476 to your computer and use it in GitHub Desktop.
useless stacktrace
The type initializer for 'VMwareWrapper.RLVMwareController' threw an exception.
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter)
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at IVMwareWrapperService.discoverLabVirtualAppDetailsByPath(String labCopyFolderPathToVirtualApp)
at VMwareWrapperServiceClient.discoverLabVirtualAppDetailsByPath(String labCopyFolderPathToVirtualApp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment