C
Cyrus
Version ver = new Version(System.Windows.Forms.Application.ProductVersion);
i use the above method to get the version of the application
however it works in a vb.net code
but not c# code
it throws a nullreference exception
what's wrong
i use the above method to get the version of the application
however it works in a vb.net code
but not c# code
it throws a nullreference exception
what's wrong