0
Posted on 5:53 AM by Softminer and filed under ,

if you put this in .aspx code it will return back 0.0.0.0

  1.  <%= System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString()%>

you have to fill in either in controller or in Helper class:

here is how to fill it in helper class:

http://www.craftyfella.com/2010/01/adding-assemblyversion-to-aspnet-mvc.html
0
Responses to ... Get assembly version in ASP.net MVC