Umbraco xmltree update dll -


i had change xmltree.cs file , need move dll of compiled code project update project. there ton of dlls in presentation bin. wanted know if know specific ones need moved. thanks, corey

assuming have created project umbraco source, need clean set of source (same version) , compile without change. make change , recompile. affected dlls have changed modified dates, , these ones dependent on code change.

you should never base project directly on source, if don't know you're doing. if need modify source, keep separate (and under source control) , build project on compiled version.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -