Copied to clipboard

Flag this post as spam?

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


  • Nigel Wilson 944 posts 2076 karma points
    Oct 06, 2010 @ 01:53
    Nigel Wilson
    0

    Error on Installing Client Area

    Hi there

    I have just attempted to install Client Area on 4.5.2 for .NET3.5

    I get the following error when installing:

     

    Server Error in '/' Application.
    Input string was not in a correct format.
    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.FormatException: Input string was not in a correct format.
    
    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:
    [FormatException: Input string was not in a correct format.]
    System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +10162339
    System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +207
    System.Convert.ToInt32(String value) +46
    ClientArea.PackageActions.CA_InstallActions.Page_Load(Object sender, EventArgs e) +1493
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
    System.Web.UI.Control.OnLoad(EventArgs e) +132
    System.Web.UI.Control.LoadRecursive() +66
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428

    I have previously installed this package with no problems on earlier versions of Umbraco.

    Thanks

    Nigel

     

     

  • Rik Helsen 670 posts 873 karma points
    Oct 06, 2010 @ 17:24
    Rik Helsen
    0

    in the specs of the package it sais that it's only compatible with Umbraco 4.0 schema -> http://our.umbraco.org/projects/starter-kits/clientarea

    there is no mention of available updates for the 4.5.2 schema in the forum so it looks like you'll have to wait...

  • Nigel Wilson 944 posts 2076 karma points
    Oct 06, 2010 @ 23:36
    Nigel Wilson
    0

    Hi Rik

    My bad - I simply installed from a previous download without checking the compatibility of the project.

    Not sure if this can help resolve the issue but when I browse to the home page I get the following error (first 3 lines only copied):

    Could not load file or assembly 'file:///D:\inetpub\Nigel\umbraco\..ClientArea.dll' or one of its dependencies. The system cannot find the file specified.
    
    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.IO.FileNotFoundException: Could not load file or assembly 'file:///D:\inetpub\Nigel\umbraco\..ClientArea.dll' or one of its dependencies. The system cannot find the file specified.

    I confirm ClientArea.dll is in the bin directory but (from my uneducated perspective) the above error is not looking in the bin directory for the file.

    Am I pursuing a futile exercise without source code, or is there a setting that I can update to correct this?

    Thanks

    Nigel

  • Chris Koiak 700 posts 2626 karma points
    Oct 09, 2010 @ 10:54
    Chris Koiak
    1

    Hi Nigel,

    I'm upgrading this to 4.5 now, but in the mean time...

    Try changing xsltextension.config so the clientarea assembly points to the bin folder

    assembly="\bin\ClientArea"

    I'm not sure why this is the case as 4.5 extensions are not supposed to include the /bin/ folder?

    I think if you're not using the legacy xml then you'll also need to set up the members & public permissions yourself.

    Cheers

    Chris

  • Nigel Wilson 944 posts 2076 karma points
    Oct 09, 2010 @ 20:15
    Nigel Wilson
    0

    Hi Chris

    Thanks for your feedback.

    I changed the xsltextensions.config as described above and things are improved.

    I also setup the permissions on the ClientArea node (client Member Group) and then also the Client1 node (Client1 Member Group) and Client2 node (Client2 Member Group).

    Waaa hooo - houston we have lift off !

    One small thing I noticed was that the logout page wasn't created in the package install.

    Obviously that is easy enough to fix, but thought I'd mention it just in case you need to update the package when porting to 4.5

    With regards

    Nigel

Please Sign in or register to post replies

Write your reply to:

Draft