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.
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.
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.
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.
Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1of 4
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.UnauthorizedAccessException: Access to the path 'C:\Users\sujita\AppData\Local\Temp\VenioPCD_6120\12\FULLTEXT\1_0.txt' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(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 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.FileInfo.Open(FileMode mode, FileAccess access, FileShare share) at VenioRemoteFileAccess.RemoteDownloader.IsFileLocked(FileInfo file) at VenioRemoteFileAccess.RemoteDownloader.GetTemporaryFile() at VenioViewer.UCVenioViewer.LoadFile() at VenioViewer.UCVenioViewer.tabControl1_SelectedPageChanged(Object sender, TabPageChangedEventArgs e) at DevExpress.XtraTab.XtraTabControl.OnSelectedPageChanged(Object sender, ViewInfoTabPageChangedEventArgs e) at DevExpress.XtraTab.ViewInfo.BaseTabControlViewInfo.OnSelectedPageChanged(IXtraTabPa ge prevPage) at DevExpress.XtraTab.ViewInfo.BaseTabControlViewInfo.set_SelectedTabPage(IXtraTabPage value) at DevExpress.XtraTab.ViewInfo.BaseTabHandler.OnMouseDown(MouseEventArgs e) at DevExpress.Utils.Controls.BaseHandler.ProcessEvent(EventType etype, Object args) at DevExpress.XtraTab.XtraTabControl.OnMouseDown(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m) at DevExpress.XtraTab.XtraTabControl.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)
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.