please i downloaded this sample : http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Sample_Custom_vertex_editing_commands/0001000002pz000000/
it's a Dynamic Link Library. using Visual studio i generated the dll file from this project :
- the dll file is VertexCommands_VB.dll.
i imported the DLL to my application and it's works fine BUT When i want to execute the application in other computer* it didn't work
so i have to generate the Dll on this computer* to work with it.
- Please can somebody help me ?