When I create a command table in a .NET project (e.g. Commands.xml), the project builds OK but MicroStation doesn't see my command table.
If I edit the Viz Studio project (*.proj) file manually and add a LogicalName element to the command resource specification then MicroStation is able to see my command table...
<ItemGroup><EmbeddedResource Include="Commands.xml"><SubType>Designer</SubType><!-- LogicalName name may be missing --><LogicalName>CommandTable.xml</LogicalName></EmbeddedResource></ItemGroup>
Have I reached the right solution? I can't find anything about this in the help documents.