Application.ProductVersion

  • Thread starter Thread starter Joachim Hofmann
  • Start date Start date
J

Joachim Hofmann

Hallo,

- Woher wird diese Eigenschaft ermittelt?

- Wenn ich eine Solution mit mehreren Projekten habe, müßte es dann der Eintrag
in der Datei AssemblyInfo.vb sein, der da z.B. lautet
<Assembly: AssemblyVersion("2.9.39.8")> ?

Danke

Joachim
 
Joachim Hofmann said:
Hallo,

- Woher wird diese Eigenschaft ermittelt?

- Wenn ich eine Solution mit mehreren Projekten habe, müßte es dann der
Eintrag in der Datei AssemblyInfo.vb sein, der da z.B. lautet
<Assembly: AssemblyVersion("2.9.39.8")> ?

Danke

Joachim

According to MSDN:

ProductVersion first looks to see if the assembly containing the main
executable has the AssemblyInformationalVersion attribute on it. If this
attribute exists, it is used for both ProductVersion and CommonAppDataPath.
If this attribute does not exist, both properties use the version of the
executable file instead.

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top