Message : System.MissingMethodException: Method not found: ‘System.Threading.Mutex System.Threading.Mutex.OpenExisting
We are migrating the .Net framework project to .Net core. In this project there was a reference to a external dll. so we have created a .Net Core application and referred the external library (ViewerLib4 dll). When I tried to call a method from the referred dll it throws the below error.