hi there,
recently I downloaded the latest sources from fubumvc. I startet the "HelloWorld" sample for a little warm up. Unfortunately everytime a NullReferenceException is thrown by the ServiceLocator in the FubuPage class. First I thought the App-Start might not might not run properly but that's not it...
Anybody any ideas?
Thanks
-jan
Line 35: public FubuPage()
Line 36: {
Line 37: _services.OnMissing = type => { return ServiceLocator.GetInstance(type); };
Line 38: }
Line 39:
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.