FileNotFoundException: Could not load file or assembly 'System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. #1654
Unanswered
Workaholic01
asked this question in
General
Replies: 1 comment 4 replies
-
Can you create a tiny project that can be used to reproduce this issue? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
I am getting this exception while instantiating MagickImage
Project Properties
![image](https://private-user-images.githubusercontent.com/29353695/338473850-b8ecef04-773f-48fd-a93a-79bc520ca2de.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDA5NjEsIm5iZiI6MTczOTIwMDY2MSwicGF0aCI6Ii8yOTM1MzY5NS8zMzg0NzM4NTAtYjhlY2VmMDQtNzczZi00OGZkLWE5M2EtNzliYzUyMGNhMmRlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE1MTc0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg0ZjgwYTI1ZGY5MTlmNjUxYzgxMjNjZjFkMTEyNTQxMmZmZjAzNTZkN2JlZWYzYjM2NTU4NTk0MWU5NTc5NjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.sVPVJLNgC-gjPq0hTJpocG7ZKIAuMPAzkkRtZfS_I4o)
Tech stack:
I tried adding this System.Runtime.InteropServices.RuntimeInformation Package but it still giving exception even if I install 4.0.0.0. Anything I am missing?
Beta Was this translation helpful? Give feedback.
All reactions