Re: AssemblyVersionAttribute Doesn't Exist In Assembly
From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 12/12/04
- Next message: Nathan: "Scrolling panel"
- Previous message: Herfried K. Wagner [MVP]: "Re: how to WithEvents on a local array of Radiobuttons?"
- In reply to: Phil Galey: "AssemblyVersionAttribute Doesn't Exist In Assembly"
- Next in thread: Phil Galey: "Re: AssemblyVersionAttribute Doesn't Exist In Assembly"
- Reply: Phil Galey: "Re: AssemblyVersionAttribute Doesn't Exist In Assembly"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 12 Dec 2004 22:39:14 +0100
"Phil Galey" <pagaley@starcalif.com.nospam> schrieb:
>I created the About box as a separate Windows application, changed the
>Output to Class Library, and compile it as a DLL. I then reference it from
>my program. In the About Box form's Public Sub New routine, I placed the
>following code, where I'm getting all the assembly attributes from the
>calling assembly. The problem is all attributes are coming in fine, except
>the Version attribute. For some reason the AssemblyVersionAttribute object
>doesn't exist in the assembly. How can I make sure the
>AssemblyVersionAttribute will be present like the others?
Did you already check the project's "AssemblyInfo.vb" file for the assembly
version attribute?
-- Herfried K. Wagner [MVP] <URL:http://dotnet.mvps.org/>
- Next message: Nathan: "Scrolling panel"
- Previous message: Herfried K. Wagner [MVP]: "Re: how to WithEvents on a local array of Radiobuttons?"
- In reply to: Phil Galey: "AssemblyVersionAttribute Doesn't Exist In Assembly"
- Next in thread: Phil Galey: "Re: AssemblyVersionAttribute Doesn't Exist In Assembly"
- Reply: Phil Galey: "Re: AssemblyVersionAttribute Doesn't Exist In Assembly"
- Messages sorted by: [ date ] [ thread ]