Hi, I recieved an VB.NET solution to study and then maintain, but I can't compile it, it's giving a lot of errors about Office integration like 'MsoTriState' is ambiguous in the namespace 'Microsoft.Office.Core'
So I checked the object browser and indeed there's the same object in two diffente namespaces: [Microsoft.Office.Core] and [office].
In the references theres only one Office at 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\Visual Studio Tools for Office\PIA\Office14\Office.dll', and if I remove it, then the compiler says that the reference is missing.
Anyone have seen this before? None of the solutions I found online could help me.
Thanks.