assemblyinfo version

G

Guest

I have asp.net app that has a version in the datastore, and Ive been updating
the version number in assemblyinfo.cs (the app isnt signed, though that can
be done easily enough). Im at the point where I cant to compare the two.
Ive looked in the docs, and I cant see how to access the version from cs.
Any help would be greatly appeciated.
 
C

Curt_C [MVP]

System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top