I have a project that uses RelationEditor that I've recently updated to 7.6, and I can't get this working. I have written a RelationService workaround for now, but would be interested to know how you implemented the relationeditor.sample.config.
I have tried adding relationeditor.sample.config to the config\ folder, and I'm referencing that in my .csproj - but no luck as of yet. I think I may be experiencing a separate issue.
System.MissingMethodException: 'Method not found: 'Umbraco.Core.Persistence.UnitOfWork.IDatabaseUnitOfWork Umbraco.Core.Persistence.UnitOfWork.PetaPocoUnitOfWorkProvider.GetUnitOfWork()'.'
I just downloaded the zip archive of the solution from GitHub, used Visual Studio NuGet package manager to update Umbraco.CMS to 7.6.0, changed line 18 in MakeUmbracoPackage.proj as per my previous post and rebuilt the package...
I've just upgraded a website from 7.5.13 to 7.6.4 which uses the Relation Editor. I see there has been some activity and the master branch has been upgraded to build against 7.6.3. Can I just download the master branch now and use that version until a new version is out on NuGet?
That's how far I've got with compatibility fixes. A new argument has to be passed to the server, and I haven't traced further yet. Summer vacation and all. 😉
Relation Editor works in 7.6, but needs a recompilation
As per title, I downloaded the source from GitHub, updated the Umbraco.CMS Package in NuGet to 7.6.0 and rebuilt the Package with
The only tweak was to change line 18 in
MakeUmbracoPackage.proj
to includerelationeditor.sample.config
instead ofRelationEditor.config
:Hi Marco,
I have a project that uses RelationEditor that I've recently updated to 7.6, and I can't get this working. I have written a RelationService workaround for now, but would be interested to know how you implemented the
relationeditor.sample.config
.All the best,
Rhys
What do you mean with "implemented the
relationeditor.sample.config
"?I simply used the one on Github....
If you want I can send you my recompiled package to test. (I don't know if I can post it here)
Hi,
I'm having the exact same problem, but am having trouble recompiling the package. Do you mind sharing yours? That would be great :)
I have tried adding
relationeditor.sample.config
to theconfig\
folder, and I'm referencing that in my.csproj
- but no luck as of yet. I think I may be experiencing a separate issue.Maybe a collision with PetaPoco?
I have no clue...
I just downloaded the zip archive of the solution from GitHub, used Visual Studio NuGet package manager to update Umbraco.CMS to 7.6.0, changed line 18 in
MakeUmbracoPackage.proj
as per my previous post and rebuilt the package...You may need to install MSBuild Extension Pack, though.
Thanks for the feedback. I'll try to fix a new release within the foreseeable future.
I've just upgraded a website from 7.5.13 to 7.6.4 which uses the Relation Editor. I see there has been some activity and the master branch has been upgraded to build against 7.6.3. Can I just download the master branch now and use that version until a new version is out on NuGet?
Jeroen
When I try to press the button to add a relation nothing happens:
Full image
Is this the same error everyone has here?
Jeroen
That's how far I've got with compatibility fixes. A new argument has to be passed to the server, and I haven't traced further yet. Summer vacation and all. 😉
Thanks for the update. Enjoy your summer vacation!
Thanks to two contributors, version 1.2.3 is now out with support for both 7.4 and 7.6. :)
https://www.nuget.org/packages/Umbraco.RelationEditor/1.2.3
is working on a reply...