Visual Studio 2010 is presenting some odd behaviour to do with circular dependencies, and as far I'm concerned... it's LYING; and I wonder if you can help me to sidestep it or point out my ignorance.
Essentially, I have assembly called REM that references nothing other than standard .NET DLL's, and an assembly called COR that references .NET assemblies and some other projects in the solution (none of which reference REM).
I want to have COR reference REM, but visual studio complains about a circular dependency and I just cannot figure out why.
Any help would be greatly appreciated.
Thanks, Clint.