IVsSccGlyphs2 didn't call GetCustomGlyphMonikerList() when the project(.net version) is loading

현서 고 0 Reputation points
2024-07-09T02:02:35.18+00:00

Hi.

I am developing a VSIX project.

When loading the project, the IVsSccGlyphs2 interface calls the GetCustomGlyphMonikerList member to apply all the badges in the Solution Explorer.

However, when debugging a VSIX project, if the solution running is the .net framework version, the GetCustomGlyphMonikerList member is called when loading the project, but the GetCustomGlyphMonikerList member is not called for the .net version. (It seems to be a bug that does not work only when loading the project, since it works when making changes to the solution explorer after loading the project.)

I don't know if that's a bug in Microsoft.. Can you tell me why? If it can be solved, how can I do it?

Thank you :)

I checked and changed Nuget package's version (Microsoft.VisualStudio.Shell.Interop.....Etc....) And I checked "Version Compatibility" between .Net version and .Net Framework version because VSIX Project is .Net Framework version...

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,596 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
191 questions
{count} votes