Missing version info in multifile assembly

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?aWduaGVucnk=?=

    Missing version info in multifile assembly

    In my solution, I have several C# and C++ projects. Since I need them to
    produce multifile assembly, I use C# and C++ command line compiler. To avoid
    compile error caused by redundant code in AssemblyInfo.cs in each of the
    projects, I then created GlobalAssemblyI nfo.cs at the solution level, which
    contains copyright, version number, etc, and have it shared among the
    projects. I manage to build the solution and get several netmodules and one
    DLL.

    Now my question is why the DLL's properties window in windows explorer does
    not display the version tab, while roeder's .net reflector shows that the
    version related information are embedded correctly in the assembly.

    What am I doing wrong?

    Thanks in advance
    -- Henry
  • Jeffrey Tan[MSFT]

    #2
    RE: Missing version info in multifile assembly

    Hi Henry,

    I have added a reply to you in microsoft.publi c.dotnet.langua ges.vc
    newsgroup. You may give it a review and follow up there. Thanks.

    Best regards,
    Jeffrey Tan
    Microsoft Online Community Support
    =============== =============== ===========
    Delighting our customers is our #1 priority. We welcome your comments and
    suggestions about how we can improve the support we provide to you. Please
    feel free to let my manager know what you think of the level of service
    provided. You can send feedback directly to my manager at:
    msdnmg@microsof t.com.

    This posting is provided "AS IS" with no warranties, and confers no rights.

    Comment

    Working...