I want to run DNN from Visual Studio to help me debug some issues that I am seeing. When I run the Website, I step through the installer and I get an error:
ERROR:Could not find stored procedure 'dbo.AuthCookies_Update'.
development branch (I experience the same result on release/9.3.2 branch as well)I've tried the same with IIS Express and experience the same issue.
Installation should be successful
{"progress":54,"details":"ERROR:Could not find stored procedure \u0027dbo.AuthCookies_Update\u0027.","check0":"Done","check1":"Done","check2":"Done","check3":"Running","check4":"NotStarted","check5":"NotStarted"}
Add any other context that may be helpful.
I got this working.
I was running it in Debug mode, but had to build it for release first. I ran build.ps1, it built the modules and copied them to \dnn.Platform\Website\Install\Module\.
Running the installer after that worked 馃帀
Most helpful comment
I got this working.
I was running it in Debug mode, but had to build it for release first. I ran
build.ps1, it built the modules and copied them to\dnn.Platform\Website\Install\Module\.Running the installer after that worked 馃帀