When I try to run the install.aspx it is crashing at line 174:
private void UpgradeBugNET()
{
//get current App version
int AssemblyVersion = Convert.ToInt32(GetCurrentVersion().Replace(".", ""));
>>>>> int DatabaseVersion = Convert.ToInt32(GetInstalledVersion().Replace(".", ""));
...
I checked, and GetINstalledVersion is returning "@VERSION@.0" , which obviously can't be converted to an integer.
What should this value be (I'm upgrading from 0.7.832.0