Tuesday, 16 April 2013

Interop type cannot be embedded. Use the applicable interface instead

Problem:

  If you face the below error message in Visual Studio



Solution:

  1. Go to References in the Solution Explorer
  2. Right click the .dll file which give the error (in the above image zkemkeeper is the referred dll)
  3. Choose properties.
  4. Change Embed Interop Types to False.



No comments:

Post a Comment