Question

I'm building a Silverlight application with Prism, and we'd like to use NInject. I've downloaded ninject-contrib to use their NInject bootstrapper, but it doesn't appear to build a Silverlight assembly. I compiled it myself to Silverlight, but it crashes Visual Studio.

Has anyone already ported ninject-contrib to Silverlight successfully?

Was it helpful?

Solution

You shouldn't have to use ninject-contrib. There is a download available for Silverlight. You can find it here. Let me know if this isn't what you are looking for, but if you would just like to use Ninject for dependency injection in a Silverlight app, this should be all you need.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top