Dear Lazyweb,
I have "Managed Incremental Build" turned on in my managed C++ project. I have a DLL written in C#, and the solution contains both the C++ and C# projects. I have not defined any dependencies between the projects, but the C# DLL is referenced by the C++ project.
The problem is that whenever the C# project is rebuilt, the C++ projects does a full rebuild. I'm getting this error message when this happens:
Cannot inspect c:\MyProj\MyCScode.dll. Assuming significant changes.
I'm running Windows 7 in a VM (could this be a timing problem?).