|
Home > Archive > Microsoft Content Management Server > August 2006 > CMS Channels disappearing
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CMS Channels disappearing
|
|
| unixknight@yahoo.com 2006-08-30, 7:25 pm |
| So I have a SiteMap control that navigates through the Channel tree in
CMS to generate an XML string.
As a step in debugging, I deleted a Channel and refreshed my site map.
Ok, those links disappeared.
Then I moved the deleted channel back into the tree. Refresh site map.
The links didn't come back.
I had heard that there's some kind of bug in CMS that makes it
impossible to reliably drag deleted channels back, so I tried creating
a new one to see if it would appear in site map.
No. Not even with a page built and published.
Anyone seen this behavior before?
| |
| Becky VanBruggen 2006-08-30, 7:25 pm |
| Could it be that you are running into a caching problem? Does the Channel
still not appear when you step through the code, or are you relying on your
browser? Make sure you hit F5 to make sure you're doing a fresh page load in
IE. Also, try restarting IIS (or changing the web.config to force an
application reset). Not that this would be a helpful solution in the end, but
if the channel shows up again, then you know you're dealing with a caching
problem with your control, not a problem in CMS, most likely.
Hope this helps.
- Becky
"unixknight@yahoo.com" wrote:
> So I have a SiteMap control that navigates through the Channel tree in
> CMS to generate an XML string.
>
> As a step in debugging, I deleted a Channel and refreshed my site map.
> Ok, those links disappeared.
>
> Then I moved the deleted channel back into the tree. Refresh site map.
> The links didn't come back.
>
> I had heard that there's some kind of bug in CMS that makes it
> impossible to reliably drag deleted channels back, so I tried creating
> a new one to see if it would appear in site map.
>
> No. Not even with a page built and published.
>
> Anyone seen this behavior before?
>
>
| |
| Stefan [MSFT] 2006-08-31, 7:26 am |
| Hi,
there is no such bug. Sounds more as if your control uses cached content or
a CmsContext that was created before the channel was created.
Please ensure to use a CmsContext object that is created after you created
the channel.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
<unixknight@yahoo.com> wrote in message
news:1156964826.625963.214460@b28g2000cwb.googlegroups.com...
> So I have a SiteMap control that navigates through the Channel tree in
> CMS to generate an XML string.
>
> As a step in debugging, I deleted a Channel and refreshed my site map.
> Ok, those links disappeared.
>
> Then I moved the deleted channel back into the tree. Refresh site map.
> The links didn't come back.
>
> I had heard that there's some kind of bug in CMS that makes it
> impossible to reliably drag deleted channels back, so I tried creating
> a new one to see if it would appear in site map.
>
> No. Not even with a page built and published.
>
> Anyone seen this behavior before?
>
|
|
|
|
|