Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Patrick Janko Puschmann 4 posts 24 karma points
    Apr 02, 2011 @ 21:34
    Patrick Janko Puschmann
    0

    Installing Umbraco 4.7, SQL Server 2008R2, ASP.NET v4.0, Server Error Value cannot be null. Parameter name: value

     

    Hello together,

    what does this error mean?

    I have installed the minimal starter kit.

    I hope anyone can help me.

    Thank you

    Patrick

    Server Error in '/' Application.


    Value cannot be null.
    Parameter name: value

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ArgumentNullException: Value cannot be null.
    Parameter name: value

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [ArgumentNullException: Value cannot be null.
    Parameter name: value]
       System.Boolean.Parse(String value) +9627469
       umbraco.GlobalSettings.get_HideTopLevelNodeFromPath() +57
       umbraco.requestHandler.CreateXPathQuery(String url, Boolean checkDomain) +42
       umbraco.requestHandler..ctor(XmlDocument umbracoContent, String url) +523
       umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e) +1067
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Page.OnPreInit(EventArgs e) +8876158
       System.Web.UI.Page.PerformPreInit() +31
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +328
    
  • Daniel Bardi 927 posts 2562 karma points
    Apr 02, 2011 @ 21:43
    Daniel Bardi
    0

    Haven't seen that one.. it appears that umbraco is not setup properly... 

    Is this a local sql database?  Does your user account have full rights to the database?

    Did all the files get copied over? (i.e. umbracoSettings.confg)

  • Patrick Janko Puschmann 4 posts 24 karma points
    Apr 02, 2011 @ 22:07
    Patrick Janko Puschmann
    0

    The database is hosted on a provider, which gives me all rights to create and delete databases.

    It's supporting ASP.NET v4.0.

    I have the files uploaded with Web Matrix.

    Where can I find the umbracoSettings.confg?

     

     

     

  • Daniel Bardi 927 posts 2562 karma points
    Apr 02, 2011 @ 22:25
    Daniel Bardi
    0

    check the /config folder.

    I'd recommend just uploading everything via straitght FTP.

    Also make sure Network Services account as full access to the entire site.

  • Patrick Janko Puschmann 4 posts 24 karma points
    Apr 03, 2011 @ 00:45
    Patrick Janko Puschmann
    0

    THANK YOU

    I have the application uploaded and the whole file structure overwrited and now the application is running!

    I'm happy :-)

  • Patrick Janko Puschmann 4 posts 24 karma points
    Apr 03, 2011 @ 00:47
    Patrick Janko Puschmann
    0

    Overwrited with an FTP Client :-)

  • Daniel Bardi 927 posts 2562 karma points
    Apr 03, 2011 @ 03:36
    Daniel Bardi
    0

    Great news... so happy it's working.

    Please mark my answer as the solution.

    /Daniel B.

Please Sign in or register to post replies

Write your reply to:

Draft