Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sitecore.Social requires Ninject, Version 3.2.0.0 #40

Closed
nemanuel opened this issue Apr 15, 2015 · 4 comments
Closed

Sitecore.Social requires Ninject, Version 3.2.0.0 #40

nemanuel opened this issue Apr 15, 2015 · 4 comments

Comments

@nemanuel
Copy link

In Sitecore 8.0 rev. 150223 the following warning is thrown in the Sitecore log file.

  • Sitecore.Social: Ninject, Version=3.2.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7 is not loaded. The task execution is skipped.

As Unicorn is dependent of Ninject, Version 3.0.1.10 these two are not working very well together. Can you upgrade Ninject to version 3.2.0.0 in the unicorn solution?

@pierrebakker
Copy link

Unfortunately I have the same issue. Unicorn is not compatible with Sitecore 8. When do you expect to upgade ninject fot the solution?

@kamsar
Copy link
Collaborator

kamsar commented Apr 15, 2015

The next release will have this; in the meantime, a binding redirect works just fine (I have Sitecore 8 sites in production with Unicorn):

<dependentAssembly>
    <assemblyIdentity name="Ninject.Web.Common" publicKeyToken="c7192dc5380945e7" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" />
  </dependentAssembly>
  <dependentAssembly>
    <assemblyIdentity name="Ninject" publicKeyToken="c7192dc5380945e7" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" />
  </dependentAssembly>

@nemanuel
Copy link
Author

Thanks kamsar! That will work for now.

@pierrebakker
Copy link

Thx! works for now!

@kamsar kamsar closed this as completed in 4a194b3 Apr 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants