I tried building the example from zip file, and looks like AssemblyInfo.cs file is missing. Once i got past that, successfully compiled the dll, and dropped the dll, when restarting the Web farm controller service i got following error
Service cannot be started. Microsoft.Web.Farm.WebFarmException: Found duplicate provider for operation 'WindowsUpdateProvider' defined in type 'WFFWindowsUpdate.WindowsUpdateProvider' (assembly 'C:\Program Files\IIS\Microsoft Web Farm Framework\extensions\WFFWindowsUpdate.dll')
at Microsoft.Web.Farm.ServerContext.GetOperationProviders()
at Microsoft.Web.Farm.ServerContext.get_OperationProviders()
at Microsoft.Web.Farm.ServerContext.GetProvider(String providerName)
at Microsoft.Web.Farm.WebFarmContext.Add()
at Microsoft.Web.Farm.WebFarmService.ReadConfiguration()
at Microsoft.Web.Farm.WebFarmService.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
Then i changed the ProviderName property to MyWindowsUpdateProvider, the service started fine, but i dont see the provider in the list of providers when trying ApplicationProvisioning
Mar 29 2011 by
seeker_123