0% found this document useful (0 votes)
21 views4 pages

Unauthorized Access Exception in Venio

The document describes an UnauthorizedAccessException that occurred when trying to access a file at 'C:\Users\sujita\AppData\Local\Temp\VenioPCD_6120\12\FULLTEXT\1_0.txt'. The exception occurred when opening the file for reading. The document also provides information on enabling just-in-time debugging to handle exceptions.

Uploaded by

anujman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views4 pages

Unauthorized Access Exception in Venio

The document describes an UnauthorizedAccessException that occurred when trying to access a file at 'C:\Users\sujita\AppData\Local\Temp\VenioPCD_6120\12\FULLTEXT\1_0.txt'. The exception occurred when opening the file for reading. The document also provides information on enabling just-in-time debugging to handle exceptions.

Uploaded by

anujman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************


[Link]: Access to the path
'C:\Users\sujita\AppData\Local\Temp\VenioPCD_6120\12\FULLTEXT\1_0.txt' is denied.
at [Link].__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at [Link](String path, FileMode mode, FileAccess access,
Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions
options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean
useLongPath, Boolean checkHost)
at [Link]..ctor(String path, FileMode mode, FileAccess access,
FileShare share)
at [Link](FileMode mode, FileAccess access, FileShare share)
at [Link](FileInfo file)
at [Link]()
at [Link]()
at [Link].tabControl1_SelectedPageChanged(Object sender,
TabPageChangedEventArgs e)
at [Link](Object sender,
ViewInfoTabPageChangedEventArgs e)
at
[Link](IXtraTabPa
ge prevPage)
at
[Link].set_SelectedTabPage(IXtraTabPage
value)
at [Link](MouseEventArgs e)
at [Link](EventType etype, Object
args)
at [Link](MouseEventArgs e)
at [Link](Message& m, MouseButtons button,
Int32 clicks)
at [Link](Message& m)
at [Link](Message& m)
at [Link](Message& m)
at [Link](Message& m)
at [Link](Message& m)
at [Link](IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)

************** Loaded Assemblies **************


mscorlib
Assembly Version: [Link]
Win32 Version: 4.6.1648.0 built by: NETFXREL3STAGE
CodeBase: [Link]
----------------------------------------
VenioViewer
Assembly Version: [Link]
Win32 Version: [Link].20170526
CodeBase: [Link]
----------------------------------------
[Link].v14.1
Assembly Version: [Link]
Win32 Version: [Link]
CodeBase:
[Link]
.7.0__b88d1754d700e49a/[Link]
----------------------------------------
[Link]
Assembly Version: [Link]
Win32 Version: 4.6.1586.0 built by: NETFXREL2
CodeBase:
[Link]
0__b77a5c561934e089/[Link]
----------------------------------------
System
Assembly Version: [Link]
Win32 Version: 4.6.1647.0 built by: NETFXREL3STAGE
CodeBase:
[Link]
4e089/[Link]
----------------------------------------
[Link]
Assembly Version: [Link]
Win32 Version: 4.6.1586.0 built by: NETFXREL2
CodeBase:
[Link]
f5f7f11d50a3a/[Link]
----------------------------------------
[Link]
Assembly Version: [Link]
Win32 Version: [Link]
CodeBase: [Link]
%20(x86)/Venio/VenioAddons/[Link]
----------------------------------------
[Link]
Assembly Version: [Link]
Win32 Version: [Link]
CodeBase: [Link]
%20(x86)/Venio/VenioAddons/[Link]
----------------------------------------
[Link]
Assembly Version: [Link]
Win32 Version: [Link]
CodeBase: [Link]
%20(x86)/Venio/VenioAddons/[Link]
----------------------------------------
[Link].v14.1
Assembly Version: [Link]
Win32 Version: [Link]
CodeBase:
[Link]
0_14.1.7.0__b88d1754d700e49a/[Link]
----------------------------------------
[Link].v14.1
Assembly Version: [Link]
Win32 Version: [Link]
CodeBase:
[Link]
7.0__b88d1754d700e49a/[Link]
----------------------------------------
VenioRemoteFileAccess
Assembly Version: [Link]
Win32 Version: [Link]
CodeBase: [Link]
%20(x86)/Venio/VenioAddons/[Link]
----------------------------------------
[Link]
Assembly Version: [Link]
Win32 Version: 4.6.1586.0 built by: NETFXREL2
CodeBase:
[Link]
61934e089/[Link]
----------------------------------------
[Link]
Assembly Version: [Link]
Win32 Version: 4.6.1586.0 built by: NETFXREL2
CodeBase:
[Link]
0__b03f5f7f11d50a3a/[Link]
----------------------------------------
[Link]
Assembly Version: [Link]
Win32 Version: 4.6.1647.0 built by: NETFXREL3STAGE
CodeBase:
[Link]
561934e089/[Link]
----------------------------------------
[Link]
Assembly Version: [Link]
Win32 Version: [Link]
CodeBase: [Link]
%20(x86)/Venio/VenioAddons/[Link]
----------------------------------------
Accessibility
Assembly Version: [Link]
Win32 Version: 4.6.1586.0 built by: NETFXREL2
CodeBase:
[Link]
5f7f11d50a3a/[Link]
----------------------------------------
[Link]
Assembly Version: 7.0.3300.0
Win32 Version: 7.0.3300.0
CodeBase:
[Link]
[Link]
----------------------------------------
[Link]
Assembly Version: [Link]
Win32 Version: 4.6.1636.0 built by: NETFXREL3STAGE
CodeBase:
[Link]
1934e089/[Link]
----------------------------------------

************** JIT Debugging **************


To enable just-in-time (JIT) debugging, the .config file for this
application or computer ([Link]) must have the
jitDebugging value set in the [Link] section.
The application must also be compiled with debugging
enabled.

For example:
<configuration>
<[Link] 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.

You might also like