Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have updated sitecore version from7.1 to 7.2. We have updated MVC4 to MVC5. We are facing following error.

Method not found: 'Void Autofac.RegistrationExtensions.RegisterModule(Autofac.ContainerBuilder, Autofac.Core.IModule)'.
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.MissingMethodException: Method not found: 'Void Autofac.RegistrationExtensions.RegisterModule(Autofac.ContainerBuilder, Autofac.Core.IModule)'.

Source Error:


Line 56: {
Line 57: Sitecore.Diagnostics.Log.Info("Global.asax Application_Start called.', this);
Line 58: base.Application_Start();
Line 59: AreaRegistration.RegisterAllAreas();
Line 60:

What I have tried:

tried by changing version of autofac
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900