Parser Error on user control after deploying

Death Angel

New Member
I created a user control for sharepoint 2007 site on my test server it was working properly. and today I deployed it on production It is giving parser error:Server Error in '/' Application.Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'EditSkillNew.EditSkill'.Source Error: Line 1: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="EditSkill.ascx.cs" Inherits="EditSkillNew.EditSkill" %>Line 2: Line 3: .style1Source File: /_controltemplates/MySkill/EditSkill.ascx Line: 1 Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832 Please help me
 
Back
Top