CodingWonders/DISMTools

Program Exception

Closed this issue · 1 comments

What is the bug about?
Please describe the bug you're experiencing. Examples:
System.UnauthorizedAccessException: Access to the path 'D:\Program Files\DISM Tools\update.exe' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalDelete(String path, Boolean checkHost)
at DISMTools.PrgAbout.UpdCheckBtn_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Error Message: Access to the path 'D:\Program Files\DISM Tools\update.exe' is denied.

Error Code (HRESULT): 80070005

Machine information:

  • Computer manufacturer: Packard Bell
  • Computer model: oneTwo L5351
  • BIOS name/description: Default System BIOS Default System BIOS
  • System Management BIOS (SMBIOS) version: P01-B2

Operating system information:

  • OS name: Microsoft Windows 11 Enterprise
  • OS version: 10.0.22631.0
  • OS Platform: Win32NT
  • Is a 64-bit system? Yes

Processor information:

This information is gathered to help isolate the issue to a specific hardware or software configuration. No information that can be used to identify the user or the exact system is gathered.

If you don't want to send this information to the developers, paste the text that was copied to the clipboard in a text editor, remove this information, and copy the new text again.

  • When doing something, the program crashes
    Checking for updates

How does it happen?
Please provide the steps necessary to reproduce this bug:
Selecting check for updates

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

NOTE: in the case of a program exception, you need to paste the error information in the first section. Remove example information beforehand.

What happens if you delete update.exe manually?