Umbraco Cloud 13 and Forms + Umbraco Deploy
# help-with-umbraco
m
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
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
Ah great! Thanks for the heads-up, definitely did not see that
17 Views