Menu

#2 Bug when selecting some users

v1.0_(example)
open
nobody
5
2005-02-25
2005-02-25
Tony Samlal
No

When selecting some users properties (or double
clicking on the user) the following Exception occurs:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.InteropServices.COMException
(0x8000500D): Exception from HRESULT: 0x8000500D.
at ActiveDs.IADsUser.get_LastLogin()
at PowerAD.userPropertyForm.fillStatusLabel()
at PowerAD.userPropertyForm..ctor(DirectoryEntry
rootEntry, navForm parentForm)
at PowerAD.navForm.objectView_DoubleClick(Object
sender, EventArgs e)
at System.Windows.Forms.Control.OnDoubleClick
(EventArgs e)
at System.Windows.Forms.ListView.WndProc
(Message& m)
at
System.Windows.Forms.ControlNativeWindow.OnMess
age(Message& m)
at
System.Windows.Forms.ControlNativeWindow.WndProc
(Message& m)
at System.Windows.Forms.NativeWindow.Callback
(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/microsoft.net/framework/v1.1.4322/msc
orlib.dll
----------------------------------------
PowerAD
Assembly Version: 1.2.0.0
Win32 Version: 1.2.0.0
CodeBase: file:///C:/Program%20Files/Power%
20AD/PowerAD.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.windows.forms/1
.0.5000.0__b77a5c561934e089/system.windows.forms.d
ll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system/1.0.5000.0__b77
a5c561934e089/system.dll
----------------------------------------
System.DirectoryServices
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.directoryservice
s/1.0.5000.0__b03f5f7f11d50a3a/system.directoryservice
s.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.data/1.0.5000.0
__b77a5c561934e089/system.data.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.xml/1.0.5000.0_
_b77a5c561934e089/system.xml.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.drawing/1.0.500
0.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
PowerAD.resources
Assembly Version: 1.2.0.0
Win32 Version: 1.2.0.0
CodeBase: file:///C:/Program%20Files/Power%
20AD/fr/PowerAD.resources.DLL
----------------------------------------
Accessibility
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/accessibility/1.0.5000.0
__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------
Interop.ActiveDs
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Power%
20AD/Interop.ActiveDs.DLL
----------------------------------------
CustomMarshalers
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/custommarshalers/1.0.5
000.0__b03f5f7f11d50a3a/custommarshalers.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for
this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms
section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled
exception
will be sent to the JIT debugger registered on the
machine
rather than being handled by this dialog.

Discussion


Log in to post a comment.