Jump to content

J_Worth

Members
  • Posts

    205
  • Joined

  • Last visited

Everything posted by J_Worth

  1. Hello, We have just recently upgraded to HAP v7.10 and whilst everything is working well, whenever we try to use the new myfiles we get the following error: Server Error in '/HAP' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. 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.NullReferenceException: Object reference not set to an instance of an object. Source Error: The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL: 1. Add a "Debug=true" directive at the top of the file that generated the error. Example: <%@ Page Language="C#" Debug="true" %> or: 2) Add the following section to the configuration file of your application: Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode. Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] HAP.Web.Configuration.hapConfig.get_Local() +153 HAP.Web.Controls.LocalResource.get__doc() +154 HAP.Web.Controls.LocalResource.Render(HtmlTextWriter writer) +56 [ArgumentOutOfRangeException: The string homeaccessplus cannot be found] HAP.Web.Controls.LocalResource.Render(HtmlTextWriter writer) +508 ASP.myfiles_default_aspx.__Render__control3(HtmlTextWriter __w, Control parameterContainer) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\hap\55cd546f\70e6ba5a\App_Web_xwyf5hsq.0.cs:0 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246 System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +315 System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +48 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246 System.Web.UI.Page.Render(HtmlTextWriter writer) +40 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5290 Any solutions to this will be gratefully received. Thanks.
  2. Hello, we have recently just setup a new Sharepoint 2010 deployment which seems to working ok (still developing it a bit at the moment!). We have been looking at Sharepoint Learning Kit for some time now and was just wondering how others have got it setup. I have looked at some things online at it says the best way is to have a site per class and then add the appropriate students/staff to that site. Surely there is a lot of administration overhead here. Is there anyway this can be done automatically without having to buy andy additional software. I have read that you can use Excel to provision users to these sites. My main question is how can we setup SLK to work efficiently and without much manual administratrion overhead. Thanks.
×
×
  • Create New...