Hello,
I am learning how to develop Visual Studio Extension in VS2015 Update 3. I created a VSIX project from the template in VS, and then I added a Custom Command to the VSIX project. I did not change anything. However, when I press F5 to debug the project. I found a lot of exceptions in the Diagnostic Tools -> Events pane. I checked the command I added to the Tools menu, it works well. But I still want to know what does those exception mean. Can I safely ignore them? Thanks in advance!
Some exceptions:
=================
Exception: Exception thrown: 'System.Resources.MissingManifestResourceException' in mscorlib.dll ("Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "VSPackage.resources" was correctly embedded or linked into assembly "Microsoft.VisualStudio.Activities" at compile time, or that all the satellite assemblies required are loadable and fully signed."). Exception thrown: 'System.Resources.MissingManifestResourceException' in mscorlib.dll ("Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "VSPackage.resources" was correctly embedded or linked into assembly "Microsoft.VisualStudio.Activities" at compile time, or that all the satellite assemblies required are loadable and fully signed.") 5.29s [2008] Main Thread
Activated Event Time Duration Thread
Exception: Exception thrown: 'System.Resources.MissingManifestResourceException' in mscorlib.dll ("Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Microsoft.VisualStudio.Activities.VSPackage.resources"
was correctly embedded or linked into assembly "Microsoft.VisualStudio.Activities" at compile time, or that all the satellite assemblies required are loadable and fully signed."). Exception thrown: 'System.Resources.MissingManifestResourceException'
in mscorlib.dll ("Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Microsoft.VisualStudio.Activities.VSPackage.resources" was correctly embedded or linked into assembly "Microsoft.VisualStudio.Activities"
at compile time, or that all the satellite assemblies required are loadable and fully signed.") 5.29s [2008] Main Thread
Activated Event Time Duration Thread
Exception: Exception thrown: 'System.Resources.MissingManifestResourceException' in mscorlib.dll ("Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Microsoft.VisualStudio.WPFFlavor.VSPackage.resources"
was correctly embedded or linked into assembly "Microsoft.VisualStudio.WPFFlavor" at compile time, or that all the satellite assemblies required are loadable and fully signed."). Exception thrown: 'System.Resources.MissingManifestResourceException'
in mscorlib.dll ("Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Microsoft.VisualStudio.WPFFlavor.VSPackage.resources" was correctly embedded or linked into assembly "Microsoft.VisualStudio.WPFFlavor"
at compile time, or that all the satellite assemblies required are loadable and fully signed.") 5.35s [2008] Main Thread
Activated Event Time Duration Thread
Exception: Exception thrown: 'System.Resources.MissingManifestResourceException' in mscorlib.dll ("Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "VSPackage.resources" was correctly
embedded or linked into assembly "Microsoft.VisualStudio.CallHierarchy.Package.Implementation" at compile time, or that all the satellite assemblies required are loadable and fully signed."). Exception thrown: 'System.Resources.MissingManifestResourceException'
in mscorlib.dll ("Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "VSPackage.resources" was correctly embedded or linked into assembly "Microsoft.VisualStudio.CallHierarchy.Package.Implementation"
at compile time, or that all the satellite assemblies required are loadable and fully signed.") 5.36s [2008] Main Thread