In VS 2010 I did open a VCCLCompilerTool, modified a value (put_...), then got a IVCRulePropertyStorage from the same configuraion, did set a value and then I'm setting a second value of the VCCLCompilerTool. (Compiler->put, Rule->put, Compiler-put) and after this, I release both.
Now... I run this in VS 2015 and... my second "Compiler->put" results in a COR_E_OBJECTDISPOSED ... is this correct? Should this happen? ... I'm still owning a pointer to the compiler... how can it be disposed?
Rudolf