Currently I am using Systems Centre Virtual Machine Manager 2012 (Console) ona windows 7 x64 enterprise machine on HP hardware (z210 Workstation with Xeon 2.66 QC CPU) and after I type in the credentials (as we do cross domain authentication) the console crashes before it finishes loading. No errors in the event log at all!! Just this stack trace when debugging through Visual Studio..... Help appreciated:
System.Configuration.ConfigurationErrorsException was unhandled
Message=The 'system.serviceModel/commonBehaviors' configuration section cannot be created. The machine.config file is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.
Source=System.ServiceModel
BareMessage=The 'system.serviceModel/commonBehaviors' configuration section cannot be created. The machine.config file is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.
Line=0
StackTrace:
at System.ServiceModel.Configuration.ConfigurationHelpers.UnsafeGetAssociatedSection(ContextInformation evalContext, String sectionPath)
at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context)
at System.ServiceModel.Description.ConfigLoader.LoadCommonClientBehaviors(ServiceEndpoint serviceEndpoint)
at System.ServiceModel.ChannelFactory.InitializeEndpoint(Binding binding, EndpointAddress address)
at System.ServiceModel.DuplexChannelFactory`1..ctor(Object callbackObject, Binding binding, EndpointAddress remoteAddress)
at Microsoft.SystemCenter.VirtualMachineManager.Remoting.ServerConnection.CreateConnection()
at Microsoft.VirtualManager.UI.Data.ConnectionManager.DoConnect(ConnectionInfo connInfo)
at Microsoft.VirtualManager.UI.Data.ConnectionManager.InvokeRemoteMethod[TResult](Func`1 rmiWrapper)
at Microsoft.VirtualManager.UI.Data.ConnectionManager.<>c__DisplayClass3.<Connect>b__0(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
InnerException: