I'm trying to upgrade our Umbraco Cloud project to V13, however after starting up I get the following exception:
"MethodAccessException: Attempt by method 'Umbraco.Extensions.UmbracoBuilderExtensions.AddUmbracoDeployForms(Umbraco.Cms.Core.DependencyInjection.IUmbracoBuilder)' to access method 'Umbraco.Cms.Core.DependencyInjection.IUmbracoBuilder.WithCollectionBuilder()' failed."
This is with Umbraco Forms 13.0.0 as the latest version of Umbraco Forms Deploy requires Umbraco Forms 12.0.0 to 13.0.0, so Umbraco Forms 13.0.1 isn't available. Has anyone seen these issues?
j
Jemayn
01/23/2024, 9:11 AM
The package
Umbraco.Deploy.Forms
has been renamed to
Umbraco.Forms.Deploy
, so if you are still using the old one in v12 it will not work
m
Maarten
01/23/2024, 9:14 AM
Ah great! Thanks for the heads-up, definitely did not see that