...
The FMStocks sample illustrates how gmStudio handles many of these matters for you. FMStocks also provides another example of VB to .NET migration because there is a set of VB6 COM objects behind the pages, which provide the business and data objects for the application.
COM Dependencies
FMStocks depends on the following external COM components that must be installed on your workstation to perform the migration successfully:
...
Note: The version of FMStocks distributed as a sample here uses COM instead of COM+.
Deployment
The FMStocks migrations are derived from the FMStocks source and are deployed in the FMStocks_csh or FMStocks_vbn workspace. Two types of migrations are made: one for the VB6 projects and one for the web site. The resulting .NET codes are expressed in both VB.NET (vbn) and C# (csh).
...