Jump to content

Recommended Posts

Posted

Hi Nick,

 

I've just installed V8 as per your instructions of just leaving the APPDATA folder and deleting and replacing all the other files.

 

I can see the login screen but when I enter a username and password I get the following message:

 

Server Error in '/HAPBETA' Application.

Parameter is not valid.

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.ArgumentException: Parameter is not valid.

Source Error: 


Line 32:                                             $(document).ready(function () {
Line 33:                                                 hap.livetiles.Init([
Line 34:                                                 <%#gettiles((HAP.Web.Configuration.LinkGroup)Container.DataItem)%>
Line 35:                                                 ]);
Line 36:                                             });

Source File: c:\inetpub\wwwroot\HAPBETA\Default.aspx    Line: 34 

Stack Trace: 


[ArgumentException: Parameter is not valid.]
  System.Drawing.Bitmap..ctor(String filename) +751215
  HAP.Web.LiveTiles.IconCache.GetColour(String icon) +1268

[Exception: ~/images/icons/bookingsystem.png]
  HAP.Web.LiveTiles.IconCache.GetColour(String icon) +2607
  HAP.Web.Default.gettiles(Object o) +1066
  ASP.default_aspx.__DataBind__control9(Object sender, EventArgs e) in c:\inetpub\wwwroot\HAPBETA\Default.aspx:34
  System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +304
  System.Web.UI.Control.DataBindChildren() +11426535
  System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +321
  System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +185
  System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +627
  System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +167
  HAP.Web.Default.Page_Load(Object sender, EventArgs e) +723
  System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
  System.Web.UI.Control.LoadRecursive() +71
  System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

 

This is from the JSON Debug

 

             Source File:  c:\inetpub\wwwroot\HAPBETA\Default.aspx    Line:  34
           



           Stack Trace: 



           </pre><table width="100%" bgcolor="#ffffcc">
              
                 
                     

[ArgumentException: Parameter is not valid.]
  System.Drawing.Bitmap..ctor(String filename) +751215
  HAP.Web.LiveTiles.IconCache.GetColour(String icon) +1268

[Exception: ~/images/icons/bookingsystem.png]
  HAP.Web.LiveTiles.IconCache.GetColour(String icon) +2607
  HAP.Web.Default.gettiles(Object o) +1066
  ASP.default_aspx.__DataBind__control9(Object sender, EventArgs e) in c:\inetpub\wwwroot\HAPBETA\Default.aspx:34
  System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +304
  System.Web.UI.Control.DataBindChildren() +11426535
  System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +321
  System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +185
  System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +627
  System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +167
  HAP.Web.Default.Page_Load(Object sender, EventArgs e) +723
  System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
  System.Web.UI.Control.LoadRecursive() +71
  System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064


                 
              
           </table><br><br>           <br><br><br>           <hr width="100%" size="1" color="silver"><br><br>           <b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272<br><br>           <br><br>   <br><br><

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...