473,386 Members | 1,779 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How to set Author, Category Info from AssemblyInfo.ce file

When you right click on file and select properties option,
some files have "Summary" tab.
Using ApplicationInfo.cs file we can set
"Company","Language","Version" etc..
which appeares under Version tab.
But how can I set "Author","Category","Title","Subject",e.t.c from
AssemblyInfo.cs file which appeares under Summary tab?
Nov 15 '05 #1
2 6006
Santosh,

Those things aren't set by attributes in .NET. I believe in order to
set these things by default, you will have to build your project on the
command line, attaching a regular win32 resource with this information in it
(in the same manner that a C++ exe or assembly would do it).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Santosh" <ln*******@yahoo.com> wrote in message
news:49*************************@posting.google.co m...
When you right click on file and select properties option,
some files have "Summary" tab.
Using ApplicationInfo.cs file we can set
"Company","Language","Version" etc..
which appeares under Version tab.
But how can I set "Author","Category","Title","Subject",e.t.c from
AssemblyInfo.cs file which appeares under Summary tab?

Nov 15 '05 #2
On Thu, 08 Jan 2004 14:51:38 -0500, Nicholas Paldino [.NET/C# MVP] wrote:
Santosh,

Those things aren't set by attributes in .NET. I believe in order to
set these things by default, you will have to build your project on the
command line, attaching a regular win32 resource with this information in it
(in the same manner that a C++ exe or assembly would do it).

Hope this helps.


Wrong. These properties are stored as separated streams in a compound
file. This is an OLE (i.e COM based) protocol called SummaryInformation.
You will need to support OLE compound files AND the SummaryInformation
interface in order to implement this feature.

Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Robert Scheer | last post by:
Hi. I tried to compile a windows forms app without the assemblyinfo.vb file, and it compiled ok. So, if I delete the assemblyinfo.vb file from my project what kinds of problems would I have? ...
4
by: james | last post by:
I upgraded my 2002 project to 2003 and I am getting several of there errors on my forms xxxForm.resx Resource transformation for file 'xxxForm.resx' failed. Possible Version mismatch. Type...
6
by: Boris | last post by:
I have taken over a project which when compiled creates a DLL which has no version info tab. When you do a right-click with your mouse on the DLL file there is no version info. I checked some other...
0
by: Chris | last post by:
When I compile using vbc.exe, I can't afford vs.net just yet, how do I specify the information that is usually in the assembly info file, such as version number and location of the strong name...
1
by: Oenone | last post by:
In all the projects I have upgraded from VS2003 to VS2005, the AssemblyInfo.vb file appears as a normal source file in the Solution Explorer (just as it did in VS2003). In new projects created...
3
by: tom | last post by:
I'm trying to read in image data using the filesystemobject. I am able to read the comments field for all file types it seems, except the ones I want, .gif .jpg and .bmp. Is it possible to do...
2
by: David | last post by:
How do I add file version info to a C# .NET command line utility? I'd like to update the file version, description, company name, etc. that you see when you right-click the EXE and get its...
2
by: Paul | last post by:
Hi, I have experience in Java and C++ but I am rather new to C# and just started learning it. I am using Visual C# 2005 Express Edition and I found that there is a file called "AssemblyInfo.cs",...
7
by: =?Utf-8?B?RG9u?= | last post by:
I'm using VS2005 to build a C++ assembly. I set a Key File in the linker advanced options for the project so that the assembly would be strong named. I filled out the data in AssemblyInfo.cpp and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.