I've a VS add-in that creates a toolbar and displays it (based on previous visibility settings) when VS launches. The add-in works fine in VS 2005 and 2008 but in 2010, the toolbar is only visible while VS is loading.
Once VS has completed loading, the toolbar disappears.
I can replicate the sample problem with the Alpha Blend code sample: http://code.msdn.microsoft.com/AlphaBlendToolbar
To reproduce: Register the add-in and configure it to start when VS starts. Close VS and re-open it. The toolbar is visible for a few moments and it then disappears!!