I get the same error no matter what i try to put in my grid. It tells me that "leblendereditor.cshtml" is missing.
To back it up, it dosnt seem to be there in the folder as it requests.
I have installede the newest package og LeBlender and the install went smooth, but i gues something went wrong. I have uninstalled and installed it again, but with the same result. The files just dosnt seem to be in the package.
I think the error is in your partial view, not LeBlender, as there is no leblendereditor.cshtml file (only .html as you have) nor can I see one being used in my project
Did you change your partials to use the new reference? @inherits UmbracoViewPage<Lecoati.LeBlender.Extension.Models.LeBlenderModel>
Missing leblendereditor.cshtml
Hi,
First off, thanks for a great package.
I get the same error no matter what i try to put in my grid. It tells me that "leblendereditor.cshtml" is missing.
To back it up, it dosnt seem to be there in the folder as it requests.
I have installede the newest package og LeBlender and the install went smooth, but i gues something went wrong. I have uninstalled and installed it again, but with the same result. The files just dosnt seem to be in the package.
Hope you can help :)
Here is what error looks like:
And the files:
I think the error is in your partial view, not LeBlender, as there is no leblendereditor.cshtml file (only .html as you have) nor can I see one being used in my project
Did you change your partials to use the new reference? @inherits UmbracoViewPage<Lecoati.LeBlender.Extension.Models.LeBlenderModel>
You are right schlubadub, it was my own partial that expected the cshtml-file. I actually thought that i deleted this question, but i guess not :)
Thanks for your time tho
No worries, I was going to suggest checking the grid.editor.config too but it's good you solved it already :)
is working on a reply...