Errors in references and else.

Last post 05-04-2009 3:11 PM by xyligan. 2 replies.

Sort Posts:

  • Errors in references and else.

    05-03-2009, 5:27 AM
    • Member
      4 point Member
    • xyligan
    • Member since 06-16-2008, 10:05 AM
    • Kiev
    • Posts 10

    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
     

  • Re: Errors in references and else.

    05-04-2009, 1:48 PM
    • Participant
      846 point Participant
    • robconery
    • Member since 02-23-2005, 10:16 PM
    • Posts 192
    • AspNetTeam

    It looks to me like your app is starting from somewhere other than the root. I can't see the errors so it's hard to know what your issue is - when you run, make sure your URL is http://localhost:PORT/

  • Re: Errors in references and else.

    05-04-2009, 3:11 PM
    • Member
      4 point Member
    • xyligan
    • Member since 06-16-2008, 10:05 AM
    • Kiev
    • Posts 10

     I understand you, but it loads from http://localhost:port.

    Even more, i loaded project to the server (playground-asp.net) and there i have :

    Request is not available in this context

     

     Maybe another ideas?

     

Page 1 of 1 (3 items)