.NET Framework Error
Hi, I just downloaded DIC version 2.1.0.9 from your website. This is my first time using DIC. After installed DIC, I attempted to start it up by using the DC catalog shortcut. I get the DC Catalog windows start where it "gathers required information". Then my UAC pops up, I hit yes and then the following happens:

Since it had the .NET framework in it, I downloaded the newest version from Microsoft's website, this did not seem to do anything, as did reinstalling DIC.
If I hit continue I can continue on in the program and use the menus/preference, etc, but the message pops up with what seems like every new click. Also the Working Mans Productions window seen in the screen shot stays frozen behind the rest of the program.
I am running Windows 7 64bit.
If you know what the problem is and how to fix it, your help would be greatly appreciated, (I need to get my plugins folder under control).
Thank you once again.
PS: Here is a copy paste of the Exception Text
************** Exception Text **************
System.ArgumentException: Argument 'Length' must be greater or equal to zero.
at Microsoft.VisualBasic.Strings.Mid(String str, Int32 Start, Int32 Length)
at DL_Catalogue.sysDef.getDir(String fName)
at DL_Catalogue.sysDef.Initialize()
at DL_Catalogue.frmCatalogue.frmCatalogue_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)