I have a VSPackage that started life off as a Visual Studio 2005 project, was migrated successfully to Visual Studio 2008 and now it is being migrated to Visual Studio 2010.
The problem is that all of the menus are defined in a .ctc
file which I understand has now been superseded by the XML-based .vsct
file, and they no longer work.
Is there a way to get Visual Studio 2010 to recognise the .ctc
file as before or am I going to have to convert all of the menus into the .vsct
format? Everything else works as normal.