Re: [DOTNET-ROTOR] System.Net

2003-03-19 Thread Jan Kotas
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

[DOTNET-ROTOR] System.Net

2003-03-19 Thread Ezequiel Alabaça
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?).” I’m using this namespace in sscli\clr\src\bcl\system\runtime\remoting\realproxy.