Giter VIP home page Giter VIP logo

dinnerparty's Introduction

DinnerParty

Introduction

Welcome to DinnerParty!

This is a port of the popular Nerddinner application which was originally written in ASP.Net MVC and a SQL Express database.

This port uses NancyFX and a RavenDB database.

dinnerparty's People

Contributors

grumpydev avatar jchannon avatar prabirshrestha avatar thecodejunkie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dinnerparty's Issues

Exception when visiting the live example

The following exception is thrown when opening [http://dinnerparty.azurewebsites.net/]

Server Error in '/' Application.
Unable to create the store directory. (Exception from HRESULT: 0x80131468)
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.IsolatedStorage.IsolatedStorageException: Unable to create the store directory. (Exception from HRESULT: 0x80131468)

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:

[IsolatedStorageException: Unable to create the store directory. (Exception from HRESULT: 0x80131468)]
System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir(IsolatedStorageScope scope, StringHandleOnStack retRootDir) +0
System.IO.IsolatedStorage.IsolatedStorageFile.InitGlobalsMachine(IsolatedStorageScope scope) +95
System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir(IsolatedStorageScope scope) +184
System.IO.IsolatedStorage.IsolatedStorageFile.GetGlobalFileIOPerm(IsolatedStorageScope scope) +138
System.IO.IsolatedStorage.IsolatedStorageFile.Init(IsolatedStorageScope scope) +48
System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType) +68
Cassette.Nancy.IsolatedStorageContainer.<.cctor>b__0() +13
System.Lazy1.CreateValue() +416 System.Lazy1.LazyInitValue() +152
System.Lazy`1.get_Value() +75
Cassette.Nancy.IsolatedStorageContainer.get_IsolatedStorageFile() +27
Cassette.Nancy.WebHostSettingsConfiguration.b__0() +5
Cassette.IO.IsolatedStorageFile.get_Storage() +10
Cassette.IO.IsolatedStorageFile.get_Exists() +13
Cassette.Caching.BundleCollectionCacheReader.Read() +45
Cassette.Caching.BundleCollectionCache.Read() +57
Cassette.CacheAwareBundleCollectionInitializer.ReadCache() +42
Cassette.CacheAwareBundleCollectionInitializer.Initialize(BundleCollection bundleCollection) +64
Cassette.RuntimeBundleCollectionInitializer.Initialize(BundleCollection bundles) +35
Cassette.ExceptionCatchingBundleCollectionInitializer.Initialize(BundleCollection bundleCollection) +34

[Exception: Bundle collection rebuild failed. See inner exception for details.]
Cassette.BundleCollection.GetReadLock() +178
Cassette.ReferenceBuilder.Reference(String path, String location) +67
Cassette.Nancy.BundlesHelper.Reference(String assetPathOrBundlePathOrUrl, String pageLocation) +29
RazorOutput.RazorView.Execute() +52
Nancy.ViewEngines.Razor.NancyRazorViewBase.ExecuteView(String body, IDictionary`2 sectionContents) +106
CallSite.Target(Closure , CallSite , Object , Object , Object ) +236
Nancy.ViewEngines.Razor.<>c__DisplayClass1f.b__1e(Stream stream) +1965
Cassette.Nancy.<>c__DisplayClass1.b__0(Stream stream) +67
Nancy.Hosting.Aspnet.NancyHandler.SetNancyResponseToHttpResponse(HttpContextBase context, Response response) +98
Nancy.Hosting.Aspnet.NancyHandler.ProcessRequest(HttpContextBase context) +63
Nancy.Hosting.Aspnet.NancyHttpRequestHandler.ProcessRequest(HttpContext context) +61
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69

update to Nancy 0.12.1

when I update to 0.12.1 I get the following error which I have no idea what that means.

Nancy.RequestExecutionException: Oh noes! ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at Nancy.NancyModule.ViewRenderer.GetNegotiator(String viewName, Object model)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
   at Nancy.NancyModule.ViewRenderer.get_Item(String viewName, Object model)
   at CallSite.Target(Closure , CallSite , ViewRenderer , String , Object )
   at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
   at DinnerParty.Modules.HomeModule.<.ctor>b__3(Object parameters) in c:\dumps\github\DinnerParty\src\Modules\HomeModule.cs:line 19
   at Nancy.Routing.Route.Invoke(DynamicDictionary parameters)
   at Nancy.Routing.DefaultRouteInvoker.Invoke(Route route, DynamicDictionary parameters, NancyContext context)
   at Nancy.Routing.DefaultRequestDispatcher.Dispatch(NancyContext context)
   at Nancy.NancyEngine.InvokeRequestLifeCycle(NancyContext context, IPipelines pipelines)
   --- End of inner exception stack trace ---
   at Nancy.NancyEngine.InvokeOnErrorHook(NancyContext context, ErrorPipeline pipeline, Exception ex)

Commenting the following lines in bootstrapper did work. But is not a proper fix.

protected override Nancy.Bootstrapper.NancyInternalConfiguration InternalConfiguration
{
    get
    {
        var config = NancyInternalConfiguration.WithOverrides(x => x.NancyModuleBuilder = typeof(RavenAwareModuleBuilder));
        return config;
    }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.