Native.* assemblyIdentity with Registration-free com

Posted by moogs on Stack Overflow See other posts from Stack Overflow or by moogs
Published on 2010-05-19T07:23:43Z Indexed on 2010/05/19 7:30 UTC
Read the original article Hit count: 276

Filed under:
|
|

I set Isolated=true to some COM library that I need to use registration free. Visual studio now created Native.* manifest files for each of my assemblies:

  1. Why "Native"? Can I change this? Can someone point me to info I can read? (googling native / assembly / manifest is yield a lot of non-related info )
  2. Is there a way I can embed these manifest files into the assembly DLL?

Thanks!

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about .NET