Found conflicts between different versions of "Magick.NET-Q8-AnyCPU" that could not be resolved #1677
Unanswered
kchinmay07
asked this question in
Help
Replies: 2 comments 2 replies
-
I suspect that you are mixing 32 and 64 bit versions of this library. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Go to solution explorer in Visual studio >> search app.config>> open app.config >>search MAGICK.NET and check whether the version provided in the app.config is equal to provided in the package. in my case app.config was 13.0.0 and in package it was 7.9.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MY CODE FOR HORIZONTAL SCREENSHOT
i commented line number 6 , and added 7 and 8 to get VERTICAL SCREENSHOT /VCD - (iam following this youtube channel- https://www.youtube.com/watch?v=MUVCE550yw8)
and my WDSE(Version -0.1.5.4) AND Magick.NET-Q8-AnyCPU (13.9.0)
i am getting red line below the 8th line till ToMagicimage() and .ToBitmap() is not coming and vertical screenshot not getting generated
when i run the test , i am getting below error
"Found conflicts between different versions of "Magick.NET-Q8-AnyCPU" that could not be resolved."
Can someone please help me . Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions