This is the error received when I try to log in from windows 8
Unable to cast object of type 'Elsinore.ScreenConnect.PermissionEntry[]' to type 'System.String[]'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidCastException: Unable to cast object of type 'Elsinore.ScreenConnect.PermissionEntry[]' to type 'System.String[]'.
Source Error:
Line 7: base.OnLoad(e);
Line 8:
Line 9: var permissionEntries = Permissions.GetEntriesForUser();
Line 10: Permissions.AssertPermission(new PermissionRequest(), permissionEntries, false);
Line 11:
Source File: e:\Program Files (x86)\ScreenConnect\Host.aspx Line: 9
Stack Trace:
[InvalidCastException: Unable to cast object of type 'Elsinore.ScreenConnect.PermissionEntry[]' to type 'System.String[]'.]
Elsinore.ScreenConnect.LdapMembershipProvider.GetRolesForUser(String userName) in c:\ScreenConnect_Trunk\Product\Web\Membership.cs:205
Elsinore.ScreenConnect.LdapRoleProvider.GetRolesForUser(String userName) in c:\ScreenConnect_Trunk\Product\Web\Roles.cs:95
Elsinore.ScreenConnect.Permissions.GetEntriesForUser() in c:\ScreenConnect_Trunk\Product\Web\Permissions.cs:223
ASP.host_aspx.OnLoad(EventArgs e) in e:\Program Files (x86)\ScreenConnect\Host.aspx:9
System.Web.UI.Control.LoadRecursive() +66
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428