Hi,
I create package editor for specific extension let say *.abcdef that targeting VS2005 - VS 2013. I create deployment project for them and register them to registry manually. I try to install them and all works fine except that for VS2010 when I open the *.abcdef using Open with... context menu, I see the Automatic Editor Selector (XML) is default for *.abcdef and I need to set to let say AbcDefEditor as default manually. Meanwhile in both VS2005 and VS2008 it already set to AbcDefEditor.
I already check all registration step for all VS versions and they are same step but why different ?
Is this because those version does not have Automatic Editor Selector (XML) so it set to AbcDefEditor automatically or is there any additional registration needed ?
FYI : for VS2010 and above, after I set the .abcdef to using AbcDefEditor as default, whenever I create new project with that item, it already set to AbcDefEditor by default.
It's hard to be advanced programmer