Please can you add following in the web.config of views folder. Also namespace where models are being created. In my case, we have created it in below namespace.
It seems that this issue was happening because there were two running projects connected to the same database. I think It's something related to the "Caching Process".
"Umbraco.Web.PublishedModels.Image" and cannot be used in this generic collection
Hi guys,
I face this error sometimes when I just open any page!
I just rebuild the project and it gets solved...
how to solve it ?
Hi Saif
Can you show all code of your view?
What datatype is "innerImage"?
Thanks,
Alex
Hi Saif,
Please can you add following in the web.config of views folder. Also namespace where models are being created. In my case, we have created it in below namespace.
I think this should help you to fix issue.
Regards,
Shaishav
Hi Shaishav,
Can you please let us know, what we need to add and where exactly
Hi Shaishav,
can you provide more details ?
It seems that this issue was happening because there were two running projects connected to the same database. I think It's something related to the "Caching Process".
is working on a reply...