News: Oct 23: FreeSCAN 2.10, IRLP*Me for iOS Available May 23, 2012, 12:46:43 PM
Welcome, Guest. Please login or register.
Did you miss your activation email?
*

Startup Error
Pages: [1]
  Print  

  Startup Error
Author Message
kd7cra
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


« on: March 13, 2011, 04:01:45 PM »

Hello,

I have been using Freescan for the last couple years. I started getting an error when starting Freescan. It began in version 2.04 and persists in version 2.05. The error box reads:

Microsoft .NET Framework
Unhandled exception has occurred in your application.  If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

Index was outside the bounds of the array.

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

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at FreeSCAN.frmRecord.SetupRec()
   at FreeSCAN.lblSiteNote.frmSystemEditor_Load(Object eventSender, EventArgs eventArgs)
   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)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3615 (GDR.050727-3600)
    CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FreeSCAN
    Assembly Version: 0.8.3.0
    Win32 Version: 0.8.3.0
    CodeBase: file:///C:/Program%20Files/FreeSCAN/FreeSCAN.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
Microsoft.VisualBasic.Compatibility
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.3053
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic.Compatibility/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.Compatibility.dll
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Management
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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 computer
rather than be handled by this dialog box.


If I click continue the program works fine. But I am assuming you may be interested in this error message. I appreciate all the work you do on this great program.

Bryan


Logged
Assaf
Administrator
Posts a lot
*

Karma: +15/-0
Offline Offline

Posts: 1603



WWW
« Reply #1 on: March 13, 2011, 07:21:52 PM »

Just wondering what os are you running?? I've been trying to reproduce this one here.
Logged
kd7cra
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


« Reply #2 on: March 21, 2011, 06:13:54 AM »

Sorry forgot to put that in the original post.  Running Win XP SP3.
Logged
ManChicken
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


« Reply #3 on: April 27, 2011, 08:46:14 AM »

Hey all - Just found FreeScan and have been trying it for the first time on my BCD996T.

I am getting pretty much exactly the same .NET error on launch (with the exception of some slightly different version numbers on some of the libraries listed at the bottom of the error.)

I'm on Windows 7 x64, FreeScan 2.05.
Logged
Assaf
Administrator
Posts a lot
*

Karma: +15/-0
Offline Offline

Posts: 1603



WWW
« Reply #4 on: April 28, 2011, 04:41:48 AM »

I'm going to make some changes to the next version which will hopefully address this issue. I haven't been able to reproduce it but I think I know why it's doing it.
Logged

Pages: [1]
  Print  
 

Jump to: