Anonymous
03-04-2005, 09:09 PM
Anyone know how to reference and make calls to the COM libraries for both north america and europe?
You can't directly reference both in a vb.net project due to name conflicts, so I used tlbimp to create a .net dll wrapper for the north american version, and referenced that. In code it all looks good, but you try and run it, it fails saying object library or dependency not found.
Ideas?
Thanks,
Nick.
You can't directly reference both in a vb.net project due to name conflicts, so I used tlbimp to create a .net dll wrapper for the north american version, and referenced that. In code it all looks good, but you try and run it, it fails saying object library or dependency not found.
Ideas?
Thanks,
Nick.