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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzE0NDYsIm5iZiI6MTczOTMzMTE0NiwicGF0aCI6Ii8yOTM1MzY5NS8zMzg0NzM4NTAtYjhlY2VmMDQtNzczZi00OGZkLWE5M2EtNzliYzUyMGNhMmRlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAzMzIyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMzZjZkYTg4ODFlMTUzOTEzZmQ2MzEzMDE5YTA5MGRjZGU5MDg1OGJiODBkNjE5NTU4MGIzOTFiMWRlNGYxYjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.sjnQqkO6tXI7nj0y72lDhPn2xsHDh5D2t-kY_h4UyEU)
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