itdaveh Posted June 10, 2011 Posted June 10, 2011 Hi everyone, this is my post, I hope someone can help? Having trouble getting HAP+ to run here is the error I am getting trying to setup the webconfig file. Unknown error (0x80005000) 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.Runtime.InteropServices.COMException: Unknown error (0x80005000) Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [COMException (0x80005000): Unknown error (0x80005000)] System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) +420085 System.DirectoryServices.DirectoryEntry.Bind() +36 System.DirectoryServices.DirectoryEntry.get_AdsObject() +31 System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne) +78 System.DirectoryServices.DirectorySearcher.FindAll() +9 HAP.AD.ActiveDirectoryHelper.getUser(DirectoryEntry root, String userName) +153 HAP.AD.ActiveDirectoryHelper.GetRolesForUser(DirectoryEntry root, String username) +35 HAP.AD.ActiveDirectoryRoleProvider.GetRolesForUser(String username) +10 System.Web.Security.RolePrincipal.IsInRole(String role) +182 System.Web.Configuration.AuthorizationRule.IsTheUserInAnyRole(StringCollection roles, IPrincipal principal) +132 System.Web.Configuration.AuthorizationRule.IsUserAllowed(IPrincipal user, String verb) +256 System.Web.Configuration.AuthorizationRuleCollection.IsUserAllowed(IPrincipal user, String verb) +201 System.Web.Security.UrlAuthorizationModule.OnEnter(Object source, EventArgs eventArgs) +8890701 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
nickbro Posted June 10, 2011 Posted June 10, 2011 Anything to do with COM is AD related, check your AD settings.
JAB1a Posted July 11, 2011 Posted July 11, 2011 Did you ever resolve this issue ITdaveh? if you did, what was the cure?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now