开发者

C++ cli assembly attributes missing

开发者 https://www.devze.com 2023-01-29 05:44 出处:网络
Hi I created as sample C++ CLI project in VS. By defaul开发者_StackOverflow社区t it has many assembly attributes like company, product etc.

Hi I created as sample C++ CLI project in VS. By defaul开发者_StackOverflow社区t it has many assembly attributes like company, product etc. On Windows7 or Vista, when I right click on the assembly and go to the Details tab, the assembly is missing some of the attributes that I added.

Any Idea why it is so?


Which attributes are missing? The Windows Explorer properties dialog only supports a subset of the .NET assembly version attributes.


Windows 7 file system is different from Windows XP (I don't know about Vista). In particular, under Windows XP, you could append Summary information to any file (Title/Subject/Author/Category/Keywords/Comments), but not under Windows 7. If you copy such a file to Windows 7, this information is just thrown away. Many users have complained about this.

0

精彩评论

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