I've recompiled the wrapper to 7.3. When I click on "Create Strataframe Toolbox Tab" in VS 2005 it works Ok, but if I try to do the same in visual Studio 2008 (I've followed your instructions to run Strataframe on VS2008) I get this error:ArgumentNullException
Value cannot be null.
Parameter name: sp
Source : Microsoft.VisualStudio.Shell
Stack Trace:
at Microsoft.VisualStudio.Shell.ServiceProvider..ctor(IServiceProvider sp)
at MicroFour.StrataFrame.Extensibility.ExtensibilityBasics.GetVsServiceProvider()
at MicroFour.StrataFrame.Extensibility.ExtensibilityBasics.get_CurrentVsServiceProvider()
at MicroFour.StrataFrame.AddIns.MenuBasics.EnsureToolBoxItems(DTE2 DteObject)