Posted on 14/04/2009 16:51:16
Hi Chris
The Above solution was not installed correctly on our servers...
There have been no changes with this feature in last release, and we have checked that i works - and it does.
You should check your Default.aspx file for how it looks. Before this feature was introduced it looked like this:
<asp:literal id="output" runat="server"></asp:literal>
<asp:literal id="Status" runat="server"></asp:literal>
Now it has to look like this:
<asp:placeholder id="output" runat="server"></asp:placeholder>
<asp:literal id="Status" runat="server"></asp:literal>
If you do not have the latter - thats the problem. Otherwise post the URL here or in the helpdesk.