Running updater Breaks intigration #13

Closed
opened 2024-01-24 12:12:07 -05:00 by efrick · 1 comment
Collaborator

Running the program updater changes the location of the executable, breaking the Open Dental integration.
The following error is thrown by Open Dental.

The system cannot find the file specified
System.ComponentModel.Win32Exception
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at CodeBase.ODFileUtils.ProcessStart(String path, String commandLineArgs, Boolean doWaitForODCloudClientResponse, String createDirIfNeeded, Boolean tryLaunch) in C:\Development\Versioned\OpenDental\CodeBase\Utilities\ODFileUtils.cs:line 185
   at OpenDental.ProgramL.Execute(Int64 programNum, Patient patient) in C:\Development\Versioned\OpenDental\OpenDental\Logic\ProgramL.cs:line 535
Running the program updater changes the location of the executable, breaking the Open Dental integration. The following error is thrown by Open Dental. ``` The system cannot find the file specified System.ComponentModel.Win32Exception at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at CodeBase.ODFileUtils.ProcessStart(String path, String commandLineArgs, Boolean doWaitForODCloudClientResponse, String createDirIfNeeded, Boolean tryLaunch) in C:\Development\Versioned\OpenDental\CodeBase\Utilities\ODFileUtils.cs:line 185 at OpenDental.ProgramL.Execute(Int64 programNum, Patient patient) in C:\Development\Versioned\OpenDental\OpenDental\Logic\ProgramL.cs:line 535 ```
efrick added the
bug
label 2024-01-24 12:12:07 -05:00
MattBurke added this to the PatientWeb Desktop App project 2024-01-25 18:59:28 -05:00
Owner

Issue was from incorrectly packaged update. Issue is resolved.

Issue was from incorrectly packaged update. Issue is resolved.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MattBurke/PWAPP#13
No description provided.