Hi! I'm new to forum so let me introduce myself first. My name is Dwight and I'm a front-end developer from the Netherlands. C# is not my daily dose of work.
My problem
I've created a custom section in Umbraco 6.0.1 called Newsletter and I've create a page where you can select pages that you want to embed in the newsletter.
When I first build the solution (in debug) everything works fine and the following is added to trees.config:
Now I have a custom tree called "Newsletter" containing one child called "Select events for mailing".
When I rebuild the solution the child "Select events for mailing" disappears...... To fix this, I have to delete the tree from trees.config and rebuild again. Now the childnode has appeared again.
I find this weird, but I can still manage with this workaround. However when I create a release build and upload this to the webserver, the childnode "Select events for mailing" also wont appear....
Please help, I can't figure out why this is and how to fix this.
Custom Tree doesn't show in release
Hi! I'm new to forum so let me introduce myself first.
My name is Dwight and I'm a front-end developer from the Netherlands. C# is not my daily dose of work.
My problem
I've created a custom section in Umbraco 6.0.1 called Newsletter and I've create a page where you can select pages that you want to embed in the newsletter.
When I first build the solution (in debug) everything works fine and the following is added to trees.config:
I find I have to touch the web.config in order to make changes appear. Not sure if that'll help?
Thanks Shaun,
I touched the web.config and now everything works fine! :-)
Dwight
is working on a reply...