Hi
The desktop search is great - but I can only get it to work the first time. I have XP Prof (SP2) and use Firefox, and have .net 1.1.
The first search works fine.
If I try it again, I get the following error

- is there a cure?:
Microsoft .NET Framework: An unhandled exception has occurred in a component in your application... Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at DesktopSidebar.IDetailsWnd.Create(Int32 hwndParent, Int32 flags, tagPOINT& origin, tagSIZE& size)
at DSGDS.Panel.doSearch()
at DSGDS.Panel.textBox1_KeyDown(Object sender, KeyEventArgs e)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
at System.Windows.Forms.TextBox.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)