Hello, did the Repair, but didn't help.
So here is what I do:
- Create VSIX project, added command
- Run the project. I can see new item in Tools menu
- Moved files to shared project + shared folder according to instructions in https://learn.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022
- Run the project. Command is not seen in Tools menu anymore:
- It shows that extensions is installed:
- not error logs at this moment in Event Viewer
- I run "Reset The Visual Studio 2022 Experimental Instance"
- Run the project again. No menu item is seen. And in extension manager it doesn't show that item is installed
- Now in event viewer I can see errors:
text in all four errors differs only by: - (devenv.exe, PID 8944, Thread 1) TestTypes{7a24f8ff-85da-d664-ef44-83ff4743dae6}
- (devenv.exe, PID 8944, Thread 1) TestTypes{13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}
- (devenv.exe, PID 33068, Thread 1) TestTypes{7a24f8ff-85da-d664-ef44-83ff4743dae6}
- (devenv.exe, PID 33068, Thread 1) TestTypes{13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}
- Also debugger symbols are not loaded:
I'm not able to attach sample project.