Dnn.platform: Running DNN from Visual Studio

Created on 22 Aug 2019  路  1Comment  路  Source: dnnsoftware/Dnn.Platform

Summary

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'.

Steps to reproduce (if necessary)

  1. Clone the git repo and use the development branch (I experience the same result on release/9.3.2 branch as well)
  2. Set the CSPROJ to run from local IIS (Permissions and app pool are setup with Network Service)
  3. Build - this completes ok
  4. F5 to run in debug
  5. Fill out the installation parameters
  6. Click Continue
  7. Installer kick off and fails half way through, the database is partially created

I've tried the same with IIS Express and experience the same issue.

Current result (if necessary)

dnn-setup-1

dnn-setup-2

Expected result (if necessary)

Installation should be successful

Error log (if necessary)

{"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"}

Additional context

Add any other context that may be helpful.

Affected version

  • [x] 10.0.0 nightly build
  • [ ] 9.4.1 nightly build
  • [ ] 9.4.0 release candidate
  • [x] 9.3.2 latest supported release

Affected browser

  • [x] Chrome
  • [x] Firefox
  • [ ] Safari
  • [ ] Internet Explorer
  • [x] Edge

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 馃帀

>All comments

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 馃帀

Was this page helpful?
0 / 5 - 0 ratings