Out of the box it doesn't work as there's a mismatch with the required DLLs (there was a change between 7.2 and 7.3) so all you need to do is recompile with the same DLL versions which are in 7.3. Visual studio should tell you which DLL versions the package is looking for.
Could you explain this with a bit more details as I'm not really familiar with VS.
I've tried installing package with "Install local package" and get this error:
Could not upload file
System.Exception: Error unpacking extension... ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.AppDomain.CreateInstanceAndUnwrap(String assemblyName, String typeName) at Umbraco.Core.Packaging.PackageBinaryInspector.ScanAssembliesForTypeReference[T](String dllPath, String[]& errorReport) at umbraco.cms.businesslogic.packager.Installer.LoadConfig(String tempDir) at umbraco.cms.businesslogic.packager.Installer.Import(String InputFile) --- End of inner exception stack trace --- at umbraco.cms.businesslogic.packager.Installer.Import(String InputFile) at umbraco.presentation.developer.packages.Installer.uploadFile(Object sender, EventArgs e)
How do I recompile the package? I assumed I install it and the build the project in Visual Studio to get all it's dependencies.
So I just got the solution from GitHub, updated the UmbracoCms.Core via NuGet to the appropriate version (7.3.5 in my case) and made a custom build which is working without any problems in my Umbraco 7.3.5 website. Thanks for the tip! ;-)
7.3 upgrade
Hi Alain,
Do you have any upcoming plans for a 7.3 compatible release of this package?
It exactly what we're looking for for a project which we're releasing a few weeks. Thanks for taking the time to put together and share the package.
Regards, Oli
Hi @Oli,
I want to use this package on 7.3.4, have you tested and it doesn't work on 7.3.X version?
Thanks
Hi Paulius,
Out of the box it doesn't work as there's a mismatch with the required DLLs (there was a change between 7.2 and 7.3) so all you need to do is recompile with the same DLL versions which are in 7.3. Visual studio should tell you which DLL versions the package is looking for.
Thanks, O
Hi @Oli,
Thanks for your answer.
Could you explain this with a bit more details as I'm not really familiar with VS.
I've tried installing package with "Install local package" and get this error:
How do I recompile the package? I assumed I install it and the build the project in Visual Studio to get all it's dependencies.
Thanks,
Paulius
Hi Paulius,
You need to open the source code solution from here: https://github.com/Alain-es/BackofficeTweaking and make sure you add in the DLLs which match your current solution, and recompile.
Unfortunately I've not seen that error before, it's probably best to try and contact the project owner to see if he can help.
Thanks, O
Hi @Oli,
I've realised that after sending the message. Tried building the source code solution just updating umbracocore.cms to 7.3.4 - bad decision. YSOD.
I'll try to match all dependencies in packages.config file now..
Thanks,
Paulius
I just found out this package was giving me some severe headache after updating an Umbraco website to 7.3.5
https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/74620-error-after-upgrading-website-from-718-to-735-systemwebhttphttpconfiguration-failed
I'm going to try the solution now with compiling the source from git against the latest dll's
So I just got the solution from GitHub, updated the UmbracoCms.Core via NuGet to the appropriate version (7.3.5 in my case) and made a custom build which is working without any problems in my Umbraco 7.3.5 website. Thanks for the tip! ;-)
Thanks for the feedback and the fix.
I have uploaded a new version 0.7.0 which is compatible with Umbraco 7.3.
is working on a reply...