Good day.
I downloaded the latest version of Kona today, installed db-files, changed connstring to
<add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Initial Catalog=aspnetdb;User ID=Oleg;Password=pass"
providerName="System.Data.SqlClient" />
<add name="KonaConnectionString" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=Kona;IUser ID=Oleg;Password=pass"
providerName="System.Data.SqlClient" />
<add name="ObjectStore" connectionString="data source=.\SQLEXPRESS;User ID=Oleg;Password=pass;Initial Catalog=Kona"
providerName="System.Data.SqlClient" />
Compiled and got an error:
if you can`t see images:
error in
Kona.Web {
public partial class _Default: Page
{
public void Page_Load(..)
{
here => httphander.ProcessRequest(HttpContext.Current);
Compiler says: InvalidOperationException, if the controller doesn`t have a controller factory, ensure that is has a parametrless public contsructor/
}
}
}
Help, please