Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0136: A local variable named 'e' cannot be declared in this scope because it would give a different meaning to 'e', which is already used in a 'parent or current' scope to denote something else
Source Error:
Line 51: this.UserIsAdmin = (user.IsSuperUser || user.IsInRole(UserRoles.Administrators.GetDescription())) ? 1 : 0;
Line 52: }
Line 53: catch (Exception e)
Line 54: {
Line 55:
Source File: c:\Work\WebSiteRazor\DesktopModules\VelocityMarkets.Dashboard\SeparateWidgetBase.ascx.cs Line: 53
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0136: A local variable named 'e' cannot be declared in this scope because it would give a different meaning to 'e', which is already used in a 'parent or current' scope to denote something else
Source Error:
Line 51: this.UserIsAdmin = (user.IsSuperUser || user.IsInRole(UserRoles.Administrators.GetDescription())) ? 1 : 0;
Line 52: }
Line 53: catch (Exception e)
Line 54: {
Line 55:
Source File: c:\Work\WebSiteRazor\DesktopModules\VelocityMarkets.Dashboard\SeparateWidgetBase.ascx.cs Line: 53