Upgraded to MVC3, Hello Razor.

This commit is contained in:
kay.one 2011-03-29 23:18:35 -07:00
commit ff75d0c555
431 changed files with 10354 additions and 19744 deletions

View file

@ -88,7 +88,7 @@ namespace NzbDrone
{
proc = dbg.GetProcesses(trans, "").Item(_processName) as EnvDTE80.Process2;
}
catch (Exception ex)
catch (Exception)
{
return AttachResult.NotRunning;