Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Team,
I have one Umbraco dll project and there I have business logic. in Dll project i need to access Umbraco dll so I used nuget package of Umbraco.
Now the issue is that, in dll project Umbraco and wwwroot folder automatically created that I don't need.
I used "Exclude from Project" as well but folder comes again.
Please help me in this.
Hi Mahender.
I would suggest you to use Umbraco.Cms.Web.Common nuget package in your projects, that just need the web assembly.
And Umbraco.Cms.Web.BackOffice if you need to do something in the back office.
Thanks for this help Bo Jacobsen.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Remove umbraco and wwwroot folder in Umbraco project
Hi Team,
I have one Umbraco dll project and there I have business logic. in Dll project i need to access Umbraco dll so I used nuget package of Umbraco.
Now the issue is that, in dll project Umbraco and wwwroot folder automatically created that I don't need.
I used "Exclude from Project" as well but folder comes again.
Please help me in this.
Hi Mahender.
I would suggest you to use Umbraco.Cms.Web.Common nuget package in your projects, that just need the web assembly.
And Umbraco.Cms.Web.BackOffice if you need to do something in the back office.
Thanks for this help Bo Jacobsen.
is working on a reply...