c# - Why can't I reference a class in another namespace in another project within the same solution? -


i have created namespace in project within same solution. when type using other namespace shows up. cannot see public class within namespace. what's wrong ?

since type public, sounds simple missing project reference between two. right click references , add new reference, watch references shouldn't become circular (i.e. <===> b, or ===> b ===> c ===> a). actually, vs ide doesn't let this, can done (accidentally or purposefully) via command-line tools.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -