Why do I have a Umbraco.Site and an Umbraco.Extensions project in my solution
My question from SO
"I have a project I was brought onto a few years ago and the original developer is no longer available. We have an Umbraco 6 based website. The solution has two projects, a Web Site and a class library call Umbraco.Extensions.
I believe I read some conventional wisdom pertaining to Umbraco at some point where it is recommended to split it up like this but I am looking for more information about this particular style of setup and how it is supposed to work. For example right now I am dealing with a missing assembly issue, and i fixed it by copying a dll from the bin of Extensions to the bin of the Web Site. How is this handled regularly?"
Also i am trying to migrate my dlls to nuget packages so I can delete my bin folder and have it rebuild, but I have no build on Site so how does that work?
Right now I have a post-build script to copy Umbraco.Extension dll and xml to Site /bin but just those two files, is it possilbe the rest are being copied too?
Why do I have a Umbraco.Site and an Umbraco.Extensions project in my solution
My question from SO
"I have a project I was brought onto a few years ago and the original developer is no longer available. We have an Umbraco 6 based website. The solution has two projects, a Web Site and a class library call Umbraco.Extensions.
I believe I read some conventional wisdom pertaining to Umbraco at some point where it is recommended to split it up like this but I am looking for more information about this particular style of setup and how it is supposed to work. For example right now I am dealing with a missing assembly issue, and i fixed it by copying a dll from the bin of Extensions to the bin of the Web Site. How is this handled regularly?"
http://stackoverflow.com/questions/35563325/umbraco-class-library-and-web-site/35572276#35572276
Also i am trying to migrate my dlls to nuget packages so I can delete my bin folder and have it rebuild, but I have no build on Site so how does that work?
Thanks Again, Devin
http://stackoverflow.com/questions/5976406/using-nuget-with-dll-refresh-files-in-asp-net-web-site-projects-with-web-dep
Right now I have a post-build script to copy Umbraco.Extension dll and xml to Site /bin but just those two files, is it possilbe the rest are being copied too?
Devin
is working on a reply...