You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result of updating the Commerce Scale Unit from 10.0.35 to 10.0.38, and updating Store Commerce from 10.0.34 to 10.0.38, two errors have started to occur.
I just want to know how I can connect my Opos.
Error 1:
The error indicates that the AquireDeviceHandle function cannot be found.
This function is defined in the following DLL: Microsoft.Dynamics.Commerce.HardwareStation.Peripherals.Opos.dll
However, according to the error message, the application seems to be searching for this function in Microsoft.Dynamics.Commerce.HardwareStation.Peripherals.OposDeviceManager.dll
But I have no references on my HardwareStation.csproj about the OposDeviceManager.dll.
My code is as follows:
Building the HardwareStation using Microsoft.Dynamics.Commerce.HardwareStation.Peripherals.Opos.dll is successful.
However, the "method not found" error occurs during communication with Opos at Store Commerce application startup.
Based on the content of the error, I surmise that there is a problem with the DLL.
This error did not happen before the update, and the application was functioning normally.
Error 2
As a result of updating the Commerce Scale Unit from 10.0.35 to 10.0.38, errors have started to occur during installation via the RunTask in VScode.
Removing Microsoft.Dynamics.Commerce.HardwareStation.Peripherals.Opos.dll from the referenced DLLs in the csproj resulted in a successful installation of the Commerce Scale Unit.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
As a result of updating the Commerce Scale Unit from 10.0.35 to 10.0.38, and updating Store Commerce from 10.0.34 to 10.0.38, two errors have started to occur.
I just want to know how I can connect my Opos.
Error 1:
The error indicates that the AquireDeviceHandle function cannot be found.
This function is defined in the following DLL:
Microsoft.Dynamics.Commerce.HardwareStation.Peripherals.Opos.dll
However, according to the error message, the application seems to be searching for this function in
Microsoft.Dynamics.Commerce.HardwareStation.Peripherals.OposDeviceManager.dll
But I have no references on my HardwareStation.csproj about the
OposDeviceManager.dll
.My code is as follows:
Building the HardwareStation using
Microsoft.Dynamics.Commerce.HardwareStation.Peripherals.Opos.dll
is successful.However, the "method not found" error occurs during communication with Opos at Store Commerce application startup.
Based on the content of the error, I surmise that there is a problem with the DLL.
This error did not happen before the update, and the application was functioning normally.
Error 2
As a result of updating the Commerce Scale Unit from 10.0.35 to 10.0.38, errors have started to occur during installation via the RunTask in VScode.
Removing
Microsoft.Dynamics.Commerce.HardwareStation.Peripherals.Opos.dll
from the referenced DLLs in the csproj resulted in a successful installation of the Commerce Scale Unit.Does anyone have an idea about these errors?
Beta Was this translation helpful? Give feedback.
All reactions