AjaxControlToolkit updated to the latest version. Fixed some warning in Portal compilation.

This commit is contained in:
feodor_fitsner 2012-01-16 09:47:13 -08:00
parent 84f0cc724c
commit a936174491
5 changed files with 4 additions and 9 deletions

View file

@ -68,7 +68,7 @@ namespace WebsitePanel.Portal.ProviderControls
hosts = ES.Services.VPSPC.GetClusters(PanelRequest.ServiceId);
}
}
catch (Exception ex)
catch
{
hosts = null;
}