Hello Programmers,

I have C++ unmanaged projects with managed extension turned on. They
are compiling fine in developer computer.

In the build computer, a single solution contains C#, .Net C++, C++
unmanaged and C++ unmanaged with managed extension turned on. But we
are getting build errors for the "C++ unmanaged projects with managed
extensions On". These errors are the same as what would be when the
managed extension is turned off by accident in these projects.

I have get local copy to TRUE, in the add references in all these
projects. The managed project these unmanaged projects are trying to
access is written in C++.Net.

Any idea on how this could be?? .. Is this a bug .. any workaround ??

Help will be really appreciated.

~Saurabh