Experiencing error after upgrading Umbraco version from 7.2.8 to 7.5.8 (Method Not Found)
Server Error in '/' Application.
Method not found: 'Void Umbraco.Core.Services.ContentService..ctor()'.
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 Umbraco.Core.Services.ContentService..ctor()'.
Source Error:
[No relevant source lines]
However the Umbraco site is functioning fine, the main website is throwing this error.
Basically, I'm trying to identify when this is being called in your front end code. If it was called in pre-compiled code (e.g. Dll's) I would expect none of the website to execute (i.e. you wouldn't be able to get to Umbraco).
I think it might be a bit of a tricky one to diagnose without being able to see the site code. Do you have any code files in an App_Code folder?
Experiencing error after upgrading Umbraco version from 7.2.8 to 7.5.8 (Method Not Found)
Server Error in '/' Application.
Method not found: 'Void Umbraco.Core.Services.ContentService..ctor()'.
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 Umbraco.Core.Services.ContentService..ctor()'.
Source Error:
[No relevant source lines]
However the Umbraco site is functioning fine, the main website is throwing this error.
Regards,
Arif Banduwale
Hi Arif,
Are you trying to access the content service somewhere in one of your front end templates?
Thanks,
Nik
Hi Nik,
Thanks for your reply, I can see that content service is being used in some of the below files but not in any of the front-end templates.
RegisterStartupEvents.cs
ControllersInstaller.cs
Controllers / Surface Controllers
Thanks,
Arif B
Hi Arif,
Basically, I'm trying to identify when this is being called in your front end code. If it was called in pre-compiled code (e.g. Dll's) I would expect none of the website to execute (i.e. you wouldn't be able to get to Umbraco).
I think it might be a bit of a tricky one to diagnose without being able to see the site code. Do you have any code files in an App_Code folder?
Nik
Hi Nik,
That's where I'm stuck to find from where is this getting called. There is nothing in the App_code folder.
Regards,
Arif B
is working on a reply...