Page 1 of 1

Data Viewer System.IO.FileNotFound

Posted: September 25th, 2023, 12:07 pm
by joseangelatm
Good morning.

I'm having this error with CSpro DataViewer when try to open a .dat file.

I selected the .dat file first then the .dcf file and then the error show and dont let me open the file.

I .dat file and the .dcf file are in the same path.

Any help.

Thanks in advance.

Re: Data Viewer System.IO.FileNotFound

Posted: September 26th, 2023, 5:49 pm
by justinlakier
It looks like you're missing files other than your .dat and .csdb files. Are you able to open other data files from other dictionaries in the Data Viewer, or does this error occur whenever you open a file in the Data Viewer? Also, what is the full text of the error messages in the scrolling text box?

Thanks,
Justin

Re: Data Viewer System.IO.FileNotFound

Posted: May 3rd, 2024, 2:32 am
by mariamzm
Kindly help as I am unable to access my entered data from the field.

I am facing the same error, when i download and try to open .pff file from CSWeb containing the entered cases from the field, I receive the following (jit debugging error):

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

************** Exception Text **************
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.ArrayList.ArrayListEnumeratorSimple.MoveNext()
at System.Windows.Forms.Application.ExitInternal()
at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
at System.Windows.Forms.Control.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: 4.0.0.0
Win32 Version: 4.8.9232.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
DataViewer
Assembly Version: 7.7.0.0
Win32 Version: 7.7.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/CSPro%207.7/DataViewer.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9195.0 built by: NET481REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9236.0 built by: NET481REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9037.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
zDataCLR
Assembly Version: 7.7.0.0
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/CSPro%207.7/zDataCLR.DLL
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9037.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9236.0 built by: NET481REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9037.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9037.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
zDictCLR
Assembly Version: 7.7.0.0
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/CSPro%207.7/zDictCLR.DLL
----------------------------------------
zUtilCLR
Assembly Version: 7.7.0.0
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/CSPro%207.7/zUtilCLR.DLL
----------------------------------------
zBridgeCLR
Assembly Version: 7.7.0.0
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/CSPro%207.7/zBridgeCLR.DLL
----------------------------------------
zSyncCLR
Assembly Version: 7.7.0.0
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/CSPro%207.7/zSyncCLR.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.