TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dasnk
NA
1
0
type or namespace name 'Framework' could not be found
Dec 17 2005 5:55 PM
Hi,
I'm getting this error when i go to build my project:
The type or namespace name 'Framework' could not be found (are you missing a using directive or an assembly reference?)
I did not write the class, It's written by microsoft, part of the DX SDK. The class is called 'dxmutmisc.cs' the error is on line 2189.
The error refers to this, As you can see 'Framework' is a type:
public static void DisplaySwitchingToRefWarning(Framework framework, string sampleTitle) {
--------------
I have no idea what reference i need to add, guess work is not getting me anywhere....
Any help would be appreciated.
Reply
Answers (
0
)
C# include another exe
Exception Handling