I have a VB6 app that uses a strongly named assembly written in C#2.0. On my development machine (VB6) i did regasm with /tlb option then added reference in VB6 project in order to "see" the functions defined there, everything ok.
How do I deploy a project created with VB Express 2008? I thought there was some type of deployment project template I had to use, but there are no templates with the program and when I click on "Online Templates", nothing happens.