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?)
What code does your transformation consist of? You probably need to import that Helpers namespace or fully qualify the class with the namespace.
Helper
Please, sign in to be able to submit a new answer.