error related to MasterPage.master
i get a error at the first line of administration.aspx file (must be the same for other file using MasterPage.master) :
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="OneAfrik" %>
OneAfrik = PaidTimeOff
after several tries, it seems that the following line is concerned too :
<%@ Register Assembly="OneAfrik.FrameworkControls" Namespace="OneAfrik.FrameworkControls" TagPrefix="cc1" %>
something to do with the .master file.
the error : The type name 'FrameworkControls' does not exist in the type 'OneAfrik'
C:\Users\georges\Documents\Visual Studio 2008\Projects\OneAfrikSolution\OneAfrikUI\MasterPa ge.master
when i remove the line "<%@ Master...." the compilation goes fine. but of course there are errors at the runtime cause some initialization are missing.
i don't have any idea of why this error pops up. any help?
thx
Georges
Last edited by moulot; September 21st, 2009 at 02:33 PM..
|