|
-
Feb 10th, 2006, 03:33 AM
#1
Thread Starter
Addicted Member
missing a using directive
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|