this happen when i try to load
System.TypeInitializationException: The type initializer for 'BlubLib.FormExtensions' threw an exception. ---> System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {56FDF344-FD6D-11D0-958A-006097C9A090} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E).
at BlubLib.FormExtensions..cctor()
--- End of inner exception stack trace ---
at BlubLib.FormExtensions.SetProgressState(Form form, ThumbnailProgressState state)
at FNResourceToolX7.GUI.frmMain.BeginProgress(Int32 max)
at FNResourceToolX7.GUI.frmMain.LoadTree(IList`1 entries, Boolean search)
at FNResourceToolX7.GUI.frmMain.miLoadFrom_Click(Obje ct sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItem.MenuItemData.Execute ()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Command.DispatchID(Int32 id)
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)