Visual Studio 2005 Reference Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mharrison
    New Member
    • Nov 2006
    • 26

    #1

    Visual Studio 2005 Reference Problem

    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
  • mharrison
    New Member
    • Nov 2006
    • 26

    #2
    No worries peeps

    I've sorted it now. the dll i was using was an interface, and the actual COM object wasn't registered on my machine, but it is now

    thanks

    mark

    Comment

    Working...