Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
I am upgrading a site from .NET 1.1 and Visual Studio 2003 to .NET 2.0 and Visual Studio 2005.
My problem is that EPiServer:ContentFrameworkSelector does not work after my upgrade.
How can I write the following code to make it work in .NET 2.0 and when I upgrade to EPiServer CMS 5?
Code:
<EPiServer:ContentFrameworkSelector Runat="server" FrameworkKeyName="MyMode" ID="FrameworkSelector" DefaultFramework="DefaultFramework">
<Ulh:DefaultFramework ID="DefaultFramework" Runat="server">
<EPiServer:Content Region="FullBoxRegion" Runat="server">
<Ulh:Resource Runat="Server" />
</EPiServer:Content>
</Ulh:DefaultFramework>
<Ulh:DefaultFramework ID="CalendarView" Runat="server">
<EPiServer:Content Region="FullBoxRegion" Runat="server">
<Ulh:ResourceCalendar Runat="Server" />
</EPiServer:Content>
</Ulh:DefaultFramework>
</EPiServer:ContentFrameworkSelector>
Thanks!
/Frida S