Mono Support nightly build 5_1_40_5010 error: Cannot be null Parameter name: root (Closed)

Viewed 18593 time(s), 3 post(s), 5/15/2014 10:07:47 PM - by gstadter
5/15/2014 10:07:47 PM
669 Reputation 67 Total posts

I realize this question is in regards to an unofficial release, but if someone has encountered this before and would care to offer their thoughts or suggestions, it would be appreciated.   Trying to run setup/install...initial page load results in:

Cannot be null
Parameter name: root

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: Cannot be null
Parameter name: root

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.

[ArgumentNullException: Cannot be null
Parameter name: root]
   Ninject.ResolutionExtensions.GetResolutionIterator(IResolutionRoot root, Type service, Func`2 constraint, IEnumerable`1 parameters, Boolean isOptional, Boolean isUnique) +130
   Ninject.ResolutionExtensions.GetAll(IResolutionRoot root, IParameter[] parameters) +60
   Ninject.Web.Common.NinjectHttpModule.Init(HttpApplication context) +71
   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +474
   System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +176
   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +332
   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +182

[HttpException (0x80004005): Cannot be null
Parameter name: root]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +552
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +95
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +189

1
5/19/2014 4:06:27 PM
1384 Reputation 152 Total posts

Hi,

From what I can see from the stack trace the error doesn't come from MonoX code.
Can you list your runtime environment? 

Can you try previous build nightlies ("Other Versions you can download")?
Maybe a bug was introduced in the last automated build.

Regards

2
5/21/2014 5:30:44 PM
669 Reputation 67 Total posts

re-downloaded the build and re-copied to site... now unable to re-create the issue.

3
This is a demo site for MonoX. Please visit Mono Software for more info.