Collision between the ImageMagick version (6.5.4.10) of an installed application and the Magick.net 7.22.2.0 version of my project. #798
Replies: 2 comments
-
Maybe you can get some information from debug logging (see documentation on how to enable that). It might be possible that the code of |
Beta Was this translation helpful? Give feedback.
-
Hi, I have fixed it by clearing the environment variables when I run the command within the process. use proc.StartInfo.EnvironmentVariables.Clear();
Regards. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Zbarimg.exe I have seen that it includes ImageMagick version 6.5.4-10, but my application uses ImageMagick.net version 7.22.2.0 by default and it seems that these are colliding.
For example, I use the zbarimg to read a barcode from the console and then I convert to PDF format from my app, the first time it works but if I run this process a second time my Magick.net will have no effect.
Any idea what could be happening?
Beta Was this translation helpful? Give feedback.
All reactions