J
JS
I have two C# libraries and a managed C++ library which depends on the
C# libraries.
I have several applications which reference all of these libraries.
Whenever I change from one application to another, the managed C++
library does not build. It generates hundreds of errors. However, if
I do a rebuild of the solution or the C++ project, it builds fine and
all builds thereafter are OK.
Is this a known issue? It's a minor inconvenience but I'd like to fix
it.
C# libraries.
I have several applications which reference all of these libraries.
Whenever I change from one application to another, the managed C++
library does not build. It generates hundreds of errors. However, if
I do a rebuild of the solution or the C++ project, it builds fine and
all builds thereafter are OK.
Is this a known issue? It's a minor inconvenience but I'd like to fix
it.