i have pasted the full error details below hope some one can shed some light on it
error code 1075-9663-0700
at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Control.CreateGraphicsInternal()
at System.Windows.Forms.Control.CreateGraphics()
at NETXP.Controls.Bars.CommandBar.GetSize()
at NETXP.Controls.Bars.CommandBar.UpdateSize()
at NETXP.Controls.Bars.CommandBar.margins_Changed(Object sender, EventArgs e)
at NETXP.Controls.Bars.Margins.set_Bottom(Int32 value)
at SIMS.UserInterfaces.ToolBar.InitializeComponent()
at SIMS.UserInterfaces.ToolBar..ctor()
at SIMS.UserInterfaces.MainException.InitializeComponent()
at SIMS.UserInterfaces.MainException..ctor(Exception exception)
at SIMS.UserInterfaces.DefaultEntryPoint.catchAll(Object sender, ThreadExceptionEventArgs e)
at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
at System.Windows.Forms.Control.WndProcException(Exception e)
at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at SIMS.UserInterfaces.DefaultEntryPoint.Main(String[] commandLineArguments)