I have a trying to install Umbraco 7 to MySQL. During the installation (the version was get by Nuget), the script by table creation showed problems in some table, due default value. Than, I get the Source Code in GitHub and opened in Visual Studio 2015.
Unfortunately, I didnĀ“t finish the installation because a error, like issue https://our.umbraco.org/forum/getting-started/installing-umbraco/74680-errors-when-build-umbraco-v7-by-visual-studio-2013
I debugged the code and identified the problem in this command:
httpContext.Response.Redirect(installUrl, true);
where installUrl = "/install/?redir=true&url=http%3a%2f%2flocalhost%3a7500%2f".
Error in Installation Umbraco 7 by Source Code
HI!!
I have a trying to install Umbraco 7 to MySQL. During the installation (the version was get by Nuget), the script by table creation showed problems in some table, due default value. Than, I get the Source Code in GitHub and opened in Visual Studio 2015. Unfortunately, I didnĀ“t finish the installation because a error, like issue https://our.umbraco.org/forum/getting-started/installing-umbraco/74680-errors-when-build-umbraco-v7-by-visual-studio-2013 I debugged the code and identified the problem in this command:
httpContext.Response.Redirect(installUrl, true);
where installUrl = "/install/?redir=true&url=http%3a%2f%2flocalhost%3a7500%2f".
Please, somebody could help me!!!
Thanks!!
is working on a reply...