Git Product home page Git Product logo

Comments (7)

jchadwick avatar jchadwick commented on July 4, 2024

Sorry, we are still working on completing this. It will be done within the next few weeks.

from codeexamples.

argrithmag avatar argrithmag commented on July 4, 2024

It looks like none of the bin files are included, and I'm not sure what version of NuGet is used, but when I load the solution, the auto download of the version doesn't appear to be working. I've gone through and resolved all the dlls however, i'm getting issues with the Ninject at NinjectWebCommon.cs.

During debug, right before the error is thrown, its looking for a source file that's apparently missing.

Sequence contains no elements

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.InvalidOperationException: Sequence contains no elements

Source Error:

Line 23: DynamicModuleUtility.RegisterModule(typeof(OnePerRequestHttpModule));
Line 24: DynamicModuleUtility.RegisterModule(typeof(NinjectHttpModule));
Line 25: bootstrapper.Initialize(CreateKernel);
Line 26: }
Line 27:

from codeexamples.

jchadwick avatar jchadwick commented on July 4, 2024

@argrithmag Sorry, NuGet Package Restore was not enabled. I'm not sure what assemblies you used so I can't help troubleshoot your problem. Please try to get the latest source code and rebuild with the correct packages now that Package Restore is enabled.

from codeexamples.

argrithmag avatar argrithmag commented on July 4, 2024

Thanks. I downloaded the new source. I had to actually open up nuget and restore from there. For some reason package restore during build doesn't like to work initially.

image

Thanks!

from codeexamples.

argrithmag avatar argrithmag commented on July 4, 2024

The only other thing that I'm running into, with getting this example launched is that even with changing the code to drop and create always, the database is not getting the tables created off of the model:
image

So because of that I get an object not set to a reference object when hitting the listing for the auctions.

It looks promising though.

from codeexamples.

chprpipr avatar chprpipr commented on July 4, 2024

+1 on getting the Ninject examples built in.

from codeexamples.

mrchief avatar mrchief commented on July 4, 2024

@argrithmag: Try the latest code. It should resolve the null reference error.

from codeexamples.

Related Issues (12)

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.