All Tags »
ext : active directory
Sorry, but there are no more tags available to filter with.
-
I cant install Rainbow 2006
If I use ASP.Net version 1.1.4322, I meet this error:
Sorry - a critical error has occurred - unable to continue
If I use ASP.Net version 2.0.50727, this error:
Server Error in '/Rainbow' Application.--------------------------------------------------------------------------------
Compilation Error ...
-
Ok, I found the code where Rainbow determines if it's using the ADHelper or LDAPHelper. In ADGroupMember.ascx.cs it has the following code that is pulled when it is looking to populate the PageLayout
private DataTable FillMemberList(bool refresh){ if (ddlDomain.SelectedItem.Value.IndexOf(''://'') > 0) { return ...