I have just started learning image processing with C# using EmguCv. I have downloaded the latest version of EmguCV i.e 3.4.1. When I try to create a Hello World program the following exception is generated.
System.TypeInitializationException
It says like type initializer for 'Emgu.CV.CvInvoke' threw an exception. I did follow all the steps of installation but still getting an error.
Can anyone please tell me the solution?