November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Ole,
This is error occurs when the related assembly for example in this case "EPiCode.PictureGallery.dll" is missing in the package. Ensure whether you have added the dll while creating the package.
Since the dll is missing, it is suggesting you to use "String" type atleast.
Thanks,
Joseph.
I am having trouble installing the PictureGallery from EPiCode - https://www.coderesort.com/p/epicode/wiki/PictureGallery on CMS 5. I have added the source to my Visual Studio project and compiled successfully. It is when I import the package with the picture gallery page type the following error occurs:
The following warnings have been generated:
Can't create page definition type 'EPiCode.PictureGallery.EPiCode.PictureGallery.Properites.SelectGallery, EPiCode.PictureGallery' using the base type 'String' for this property.
I do not know where to start with this, since I expect the code to be working as-is from the epicode repository. Has anyone successfully used the PictureGallery or can suggest how I approach this?