I'm trying to install web farm framework 2.2. I do the installation and go to IIS to configure. I try to create a new server farm and when I get to adding servers, any server I add just sits there and does nothing, it never errors out, even days later. I ran it over the weekend and it was still sitting there on Tuesday. Application log shows WebFarmService error below:
Service cannot be started. System.OverflowException: Arithmetic operation resulted in an overflow.
at Microsoft.Win32.RegistryKey.InternalGetValue(String name, Object defaultValue, Boolean doNotExpand, Boolean checkSecurity)
at Microsoft.Win32.RegistryKey.GetValue(String name)
at System.Diagnostics.PerformanceMonitor.GetData(String item)
at System.Diagnostics.PerformanceCounterLib.GetPerformanceData(String item)
at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
at System.Diagnostics.PerformanceCounterLib.CategoryExists(String machine, String category)
at System.Diagnostics.PerformanceCounterCategory.Exists(String categoryName, String machineName)
at Microsoft.Web.Farm.WebFarmService.CleanupPerformanceCounters()
at Microsoft.Web.Farm.WebFarmService.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
System Error log shows:
The Web Farm Controller Service service terminated with the following error:
%%-2146233066
I'm running a new installation of Windows Enterprise 2008 R2 with nothing else on it.