I am getting the following error on my production server: There is no such object on the server However on my staging server this page is working just fine. The only difference between my production and my staging server is that the ASP.NET Framework SDK is
installed. It is my company's policy to not install ANY SDK's on production environments. Any help here would be greatly appreciated as we need to launch tonight 08/06/03 Thanks, Detail Error Msg: Server Error in '/' Application. --------------------------------------------------------------------------------
There is no such object on the server 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:
There is no such object on the server 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 (0x80072030): There is no such object on the server] System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) +514 System.DirectoryServices.DirectoryEntry.Bind() +10 System.DirectoryServices.DirectoryEntry.get_AdsObject()
+10 System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne) +199 System.DirectoryServices.DirectorySearcher.FindAll() +10 SoftMedClient2.ADHelper.UserExists(String UserName, String DomainName) SoftMedClient2.support.index.submit_Click(Object
sender, ImageClickEventArgs e) System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +109 System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +69 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1258 -------------------------------------------------------------------------------- Version Information:
Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
jasonm@inter...
Member
10 Points
2 Posts
"There is no such object on the server" error on 1 server but not another one?
Aug 06, 2003 05:01 PM|LINK