are these cs files of your helpers located in the same project in the App_Code folder or in a different project which has a reference from within your main project?
If its the second one, then check if the reference to the other project is still there. If so, try to remove en re-add the reference and see if that works.
ImageHelpers is not working after Upgrading
Hi everyone, good day!
I got a problem after upgrading my
UmbracoCms 7.5.6
toUmbracoCms 7.10.3
Here is my helpers code : Helpers/ImageHelpers.cs/ImageHelpers/
Any ideas about this?
Appreciate any help!
Jin
Hi Jin,
are these cs files of your helpers located in the same project in the
App_Code
folder or in a different project which has a reference from within your main project?If its the second one, then check if the reference to the other project is still there. If so, try to remove en re-add the reference and see if that works.
Hope this helps.
/Michaël
Hi Michael,
Thanks for your response.
Yes, it's the same project in the
App_Code
folder.Jin
Hi Jin,
Did you include the namespace of your extension class in your page where you need this extension?
Also can you right click your .cs file and view the properties to check if the build action is set to compile?
Hope this helps!
/Michael
is working on a reply...