Closed jkulker closed 4 years ago
Sorry can you explain further, I'm unclear on the problem?
I use the AppLiveData from Umbraco 8.7 and when i use the MegaNavv8 Property the modelsbuilder can't build my generated folder because it doesn't regonize "Our" Namespace
Hmm ok I will upgrade my test site to 8.7.0 and see if I can replicate
@jkulker are you generating your models into a seperate project? If so, you need to either reference the Meganav dll's or install Meganav in that project too.
That's a good point, if you are using them in a separate project you need to install the below package in to that project:
Install-Package AaronSadler.MegaNavV8.Core
I have finally managed to test this in LiveAppData mode with Umbraco 8.7.0
I have been unable to replicate this issue.
still got a problem here
If you have updated to 8.1.0 you will need to regenerate your model. You will also need to recreate the property editor as the namespace has changed.
In order for me to investigate I need more information... Umbraco Version Models Builder configuration MegaNavV8 version
And an example of your backoffice configuration...
How do i fix the modelsbuilder that it knows where it is located?