I am trying to figure outm, why upgrading from 4.5.0 to 4.7.0 always hang at the 'welcome' step.
I click 'Lets get started' and nothing happens ;-(
In the ascx file i can see the code behind file is called 'welcome.ascx.cs' and the webpage has a code behind called 'default.aspx.cs'
But where do i find the source files for the functionality inside the 'Install' folder? I have downloaded the 4.7.0 source code, but can't seem to find it.
I ran into a similar issue and (I think) I fixed it by clearing the client dependency (delete all files in /App_Data/ClientDependency/TEMP and increase the version number by one in /config/ClientDependency.config)
Sourcecode to Install script
Hi there
I am trying to figure outm, why upgrading from 4.5.0 to 4.7.0 always hang at the 'welcome' step.
I click 'Lets get started' and nothing happens ;-(
In the ascx file i can see the code behind file is called 'welcome.ascx.cs' and the webpage has a code behind called 'default.aspx.cs'
But where do i find the source files for the functionality inside the 'Install' folder?
I have downloaded the 4.7.0 source code, but can't seem to find it.
Please help.
Hi,
I ran into a similar issue and (I think) I fixed it by clearing the client dependency (delete all files in /App_Data/ClientDependency/TEMP and increase the version number by one in /config/ClientDependency.config)
Thanks for the tip Tom,
Unfortunatly I don't have a 'ClientDependency' folder in app_data.
And increasing the version number didn't help either ;-(
is working on a reply...