hi

I am having

The type or namespace name 'Framework' could not be found (are you missing a using directive or an assembly reference?)

Problem is in parameter Framework
public static void DisplaySwitchingToRefWarning(Framework framework, string sampleTitle)
{
if (framework.IsShowingMsgBoxOnError)
{

try
{

}
catch { }
}
}
}


Please Reply
Thank you