In Visual Studio, when adding one reference to the project, the properties window has an option Embed Inteop Types
, should we set it to True
or False
? What's the difference?
Since we have a lot of projects, among some of them, reference was set to False
, others were set to True
, it is totally mess up. And the bulid server also have the same warnings:
What does “reference was created to embedded interop assembly” mean?
So we plan to change all the Embed Inteop Types
to False
, what risk would we get?
false
or never change them (e.g. if they default tofalse
already)? – noelicus