Cannot run DevMagazine project

Posted by Community Admin on 05-Aug-2018 12:37

Cannot run DevMagazine project

All Replies

Posted by Community Admin on 01-Dec-2015 00:00

Using Visual Studio 2015 Professional, locally installed Sql Server 2014 Developer edition.

Fetched latest feather-samples project form Github.

I open the solution and run it, nuget packages get installed, projects compile, i get the cogwheels turning around for a minute, then i get :

Initialization failed

1 error(s)

You are trying to access item that no longer exists. The most probable reason is that it has been deleted by another user.

These is a long log below, mentioning adding new tables, where the most recent line is:

-- Telerik.Sitefinity.Frontend.FilesMonitoring.Data.FileData CREATE TABLE [sf_files_monitor_data] ( [package_name] varchar(255) NULL, -- packageName [id] uniqueidentifier NOT NULL, -- id [file_path] varchar(255) NULL, -- filePath [file_name] varchar(255) NULL, -- fileName CONSTRAINT [pk_sf_files_monitor_data] PRIMARY KEY ([id]) )

 

There were 163 sitefinity tables added to DevMagazine database on the local sql server.

 

Update: I had to restore DevMagazine.bak included in the project, as mentionedin docs.sitefinity.com/feather-create-a-devmagazine-site ;)

This thread is closed