Hi gurus,
According to the MSDN Blog Dissecting VS 2010 Package Registration and Your VS Package may not load after porting it to VS 2012, I'm successful register a Package which is developed in VS2010 on VS2012's Exp Hive for debug propose.
After execute Devenv /Setup and enable the package from extension mgr, the package start to work. But for my editor part, IVsFontAndColorStorage.GetItem Method, returns an invalid argument (E_INVALIDARG) for some settings which works on VS2010. I next check the register to comfirm if the FontAndColor is fine for me. I found that package is not register on 11.0Exp_Config but on 11.0Exp_Config_XXXX, where XXXX is 4 digits.
Is there anything changes from VS2010 to VS2012?
Regards,
YI