Using the "Media Gallary" webpart on Kentico 11 and am getting an error in the transformation.

jason jorgenson asked on July 30, 2020 18:58

Hello,

I am trying to create a page that one of our field users can see media libraries and upload a document to that library. I keep getting this error and I'm not sure what to do.

[TempITemplate.Template]: http://server/CMSVirtualFiles/Transformations/=vg=905544df-3533-4727-8673-d89ceddbe824/Community.Transformations/MediaLibrary.ascx(5): error CS0234: The type or namespace name 'Helper' does not exist in the namespace 'CMS' (are you missing an assembly reference?)

Recent Answers


Brenden Kehren answered on July 31, 2020 00:04

What code does your transformation consist of? You probably need to import that Helpers namespace or fully qualify the class with the namespace.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.