I have tried to compile the visual studio 2022 extension with Tool Window. I have followed along in the video by Mads Cristianson to create the project.
I have the extension developer installed.
But in Visual studio I see this.
This is the compile error I am receiving
Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'ToolkitToolWindowPane' could not be found (are you missing a using directive or an assembly reference?) VSIXWithToolWindow C:\temp\Extensions\VSIXWithToolWindow\ToolWindows\MyToolWindow.cs 22 Active
I have tried to register the Microsoft.VisualStudio.Shell assembly as well with no luck
Browsed to this folder
cd "C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\PublicAssemblies"
gacutil -i .\Microsoft.VisualStudio.Shell.15.0.dll 
