User controls Stopped working after Migration from 3.7 to 5.2
- by user1400290
I recently Migrated my 3.7 sp4 project to 5.2, but I had issues while doing so.
Currently, my user controls are not working after migration in 5.2 project.
Below is the code:
User Control Code:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="SiteMenu.ascx.cs" Inherits="UserControls_Nav_SiteMenu" %>
<%@ Register…