OnWorkspaceStartup and OnWorkspaceExit event are registered instead of unregistered in the MyWorkspace_Shutdown.
OnWorkspaceStartup and OnWorkspaceExit event are registered instead of unregistered in the MyWorkspace_Shutdown.
The VSTA template for the WorkspaceAddin has been modified. Now, the events are unregistered correctly in the WorkspaceAddin.cs.