开发者

Native.* assemblyIdentity with Registration-free com

开发者 https://www.devze.com 2022-12-30 15:07 出处:网络
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:

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 yiel开发者_C百科d a lot of non-related info )
  2. Is there a way I can embed these manifest files into the assembly DLL?

Thanks!


You can embed the manifest using the SDK tools. There are some examples and instructions here: http://msdn.microsoft.com/en-us/library/ms973913.aspx

Not sure if you can change the default auto-generated name, but if you're going to embed it anyway I'd be asking myself do I really care what it's called?

0

精彩评论

暂无评论...
验证码 换一张
取 消