You are trying to reference System.Net from mscorlib. mscorlib is special. Every other
meaningful assembly depends on it.
I know about at least two obstacles you would have to solve if you want to reference
other assemblies from mscorlib:
- You would have to solve the circular dependencies in t
Hi.
I have already referenced System.Net but when I compile the compiler
gives me an error: The type or namespace name 'Net' does not exist in
the class or namespace 'System' (are you missing an assembly
reference?).
Im using this namespace in
sscli\clr\src\bcl\system\runtime\remoting\realproxy.