Hi All,
This is probably a simple problem to fix but I am a NOOB at VB and visual studio 2005 !
I'm amending an existing project to suit my needs. It imports a number of csvs into an sql database. any way.... I am using a reference in my project called Interop.CSVImpo rt. This is a COM active X DLL but when I try to add it to my project, it declares it of .NET type, and then I get an unhandled COM exception when I build my project
Any ideas.......... .....
Cheers
mark
This is probably a simple problem to fix but I am a NOOB at VB and visual studio 2005 !
I'm amending an existing project to suit my needs. It imports a number of csvs into an sql database. any way.... I am using a reference in my project called Interop.CSVImpo rt. This is a COM active X DLL but when I try to add it to my project, it declares it of .NET type, and then I get an unhandled COM exception when I build my project
Any ideas.......... .....
Cheers
mark
Comment