Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I'm getting a real strange Nullreference in EPiImage (new Episerver 7-version). Our client used EpiImage in a dynamic content-module on their old Episerver 6-site without a problem. I've upgraded the EpiImage-references through nuget so it should be the correct version. The null reference on line 41 is this line:
ScriptManager.RegisterClientScriptInclude(this.Page, typeof(Page), "json2", new EPiImageEngine().json2Path);
Which is weird since we haven't moved the EpiImage-folder in our solution. The path to EPiImageGalleryPropertyControl.cs is also incorrect and nowhere in our solution do we point to C:\MakingWaves.EPiImage\.
Error message: