I have one project where Umbraco is installed and I want to add another project that will be only web.api but Umbraco web api in the same solution. This means I need to reference umbraco dlls from the first project in the same solution? Which dlls do I reference? Or is there some other way to install umbraco on both projects?
MultiProject Umbraco installation
Hi,
I have one project where Umbraco is installed and I want to add another project that will be only web.api but Umbraco web api in the same solution. This means I need to reference umbraco dlls from the first project in the same solution? Which dlls do I reference? Or is there some other way to install umbraco on both projects?
Please advice
Hi Sonja,
you have 2 packages that you can install:
Hope this helps!
/Michaël
Yes I have installed UmbracoCms on the main project. But do I need to install it on the web api project too? Both projects are in the same solution.
Hi Sonja,
like I mentioned in my previous post, you only need to install the
UmbracoCms.Core
package in your second Web API project.Then you will have access to all Umbraco Core assemblies.
Hope this helps!
/Michaël
Hi Michael,
Should I install Umbraco Core even if I'm not using .Net Core? My second project is in normal visual studio
is working on a reply...