Problem building VS extension

elements 10.0.0.2321
Visual Studio 2015 Community update 3

Building process does not generate the .vsix file, even though the project contains:

<CreateVsixContainer> True </ CreateVsixContainer>

Thanks, logged as bugs://80921

As a temporary workaround while we investigate this, in your project file, change:

RemObjects.Elements.Echoes.targets

to

RemObjects.Elements.Echoes.Legacy.targets

I have this error:

error E214: Cannot embed interop types from assembly “System” because it is missing either the “ImportedFromTypeLibAttribute” attribute or the “PrimaryInteropAssemblyAttribute” attribute

do you by any chance have “Embed Interop Types” set (on System)?

Yes, it was set, but do you not ask me why.

I have removed it and it works.

Thank you.

1 Like

bugs://E21924 was closed as fixed.