I’ve never succeeded getting VisualDDK menus found since I began to use it.
here are some logs.
Error Microsoft Visual Studio Calling OnConnection for Addin: DDKDebugConsole.Connect
80070057 – E_INVALIDARG Value does not fall within the expected range.
with the 1.52 src,I stepped through OnConnection() function,finding exceptions raised on line “Command command = commands.AddNamedCommand2”
it says that SatelliteDllPath = “_addInInstance.SatelliteDllPath” caused a “System.ArgumentException” error.How to deal with it?Hope someone can help me.