Hello.
I dont know if anyone else has encountered this, but I have now tried to install the demo site (Swift 2.2.0 and corresponding DB, with 10.23.8) multiple times without success
Setting the files location to the solution directory / files in appsettings.json (database settings correct), still results in going to install page instead of the license install page.
- Which I believe should not happen if I have globalsettings and globalsettings.database in place
So I have to specify map files or create files repo. Whichever I choose makes no difference. I eventually end up with following error
Template file not found (in RenderRazorTemplate()): C:\DynamicWeb\Solution\dev-dw10\Files\Templates\C:\DynamicWeb\Solution\dev-dw10Designs\Swift-v2\Swift-v2_Page.cshtml
Its like the files path is being concatted from two difference places. The "Files" virtual directory method no longer works either.
Does anyone have any tips?