A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn 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