"are you missing a using directive or an assembly reference?" but the namespace and reference are correct
Posted
by
Filip
on Stack Overflow
See other posts from Stack Overflow
or by Filip
Published on 2010-10-11T06:09:23Z
Indexed on
2010/12/23
15:54 UTC
Read the original article
Hit count: 497
Hi,
I've got the following error when builing my project.
The type or namespace name 'OvuMenu' could not be found (are you missing a using directive or an assembly reference?)
But I have put a using in my code and a reference to the dll. It is a WPF application that exists of 3 projects.
I checked the references, even intellisense works when I put the using directive in the page.
thanks,
Filip
© Stack Overflow or respective owner