/
Replacing Dll files for dispatcher and print server

Replacing Dll files for dispatcher and print server

 

Download the dll files.

 

Make sure to extract the Dll files to the desktop.


Open windows power shell and past the code below in to hit.

 


#Define the source and destination paths for your DLLs

$sourcePath = "Desktop"
$destinationPath = "C:\Program Files (x86)\CardExchange Solutions\CardExchange Gateway"

#Use Copy-Item to replace the DLLs in the destination folder

Copy-Item -Path "$sourcePath\*.dll" -Destination $destinationPath -Force


 

Hit enter and if no error message shows up the files have been transferred.

 


 

As a alternative we have a .bat file that you can run and will send the dll to the desired folder.
To run the file all that is needed is to download it and Run as Administrator.

 

 

Related content

Technote 17/02 - printerexchange.licensedclass
Technote 17/02 - printerexchange.licensedclass
More like this
Error: PrinterExchange.LicensedClass
Error: PrinterExchange.LicensedClass
More like this
Tech Note - Could not load file of assembly - Error 0x80131515
Tech Note - Could not load file of assembly - Error 0x80131515
More like this
Resetting User Interface Configuration files
Resetting User Interface Configuration files
More like this
The CardExchange.ini File Explained
The CardExchange.ini File Explained
More like this
Print Server Error Messages
Print Server Error Messages
More like this