Error Creating Access DB

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wayne  Wengert

    Error Creating Access DB

    I have a VB.NET Windows app which gives the users the option to open an
    existing Access DB or create a new one. I used VSNET 2003 Package/Deployment
    to create an install package. I've had 3 people test it and on one machine
    the user gets an error message:

    "COM object with CLSID (0000602-0000-0010-00AA006D2EA4) is either not
    valid or not registered"

    Has anyone seen this type of problem and/or have ideas on how to debug it?

    TIA

    Wayne


  • Wayne  Wengert

    #2
    Re: Error Creating Access DB

    I copied the CLSID incorrectly - it should be:

    00000602-0000-0010-8000-00AA006D2EAA

    Sorry about that.

    Wayne

    "Wayne Wengert" <wayneDONTWANTS PAM@wengert.com > wrote in message
    news:OfRGv94sEH A.1336@tk2msftn gp13.phx.gbl...[color=blue]
    > I have a VB.NET Windows app which gives the users the option to open an
    > existing Access DB or create a new one. I used VSNET 2003[/color]
    Package/Deployment[color=blue]
    > to create an install package. I've had 3 people test it and on one machine
    > the user gets an error message:
    >
    > "COM object with CLSID (0000602-0000-0010-00AA006D2EA4) is either not
    > valid or not registered"
    >
    > Has anyone seen this type of problem and/or have ideas on how to debug it?
    >
    > TIA
    >
    > Wayne
    >
    >[/color]


    Comment

    • Chris Barber

      #3
      Re: Error Creating Access DB

      Search for that CLSID in the registry and see which DLL it's pointing to - maybe you haven't
      packaged all dependencies? If it's a COM interop object then have you asked it to be 'copied
      locally' for your project thus ensuring it gets packaged?

      Chris.

      "Wayne Wengert" <wayneDONTWANTS PAM@wengert.com > wrote in message
      news:ueAQ$E5sEH A.1720@TK2MSFTN GP14.phx.gbl...
      I copied the CLSID incorrectly - it should be:

      00000602-0000-0010-8000-00AA006D2EAA

      Sorry about that.

      Wayne

      "Wayne Wengert" <wayneDONTWANTS PAM@wengert.com > wrote in message
      news:OfRGv94sEH A.1336@tk2msftn gp13.phx.gbl...[color=blue]
      > I have a VB.NET Windows app which gives the users the option to open an
      > existing Access DB or create a new one. I used VSNET 2003[/color]
      Package/Deployment[color=blue]
      > to create an install package. I've had 3 people test it and on one machine
      > the user gets an error message:
      >
      > "COM object with CLSID (0000602-0000-0010-00AA006D2EA4) is either not
      > valid or not registered"
      >
      > Has anyone seen this type of problem and/or have ideas on how to debug it?
      >
      > TIA
      >
      > Wayne
      >
      >[/color]




      ---
      Outgoing mail is certified Virus Free.
      Checked by AVG anti-virus system (http://www.grisoft.com).
      Version: 6.0.777 / Virus Database: 524 - Release Date: 14/10/2004


      Comment

      • Wayne  Wengert

        #4
        Re: Error Creating Access DB

        I'll ask them to do that. Thanks.

        Wayne

        "Chris Barber" <chris@blue-canoe.co.uk.NOS PAM> wrote in message
        news:eEgAO65sEH A.2536@TK2MSFTN GP11.phx.gbl...[color=blue]
        > Search for that CLSID in the registry and see which DLL it's pointing to -[/color]
        maybe you haven't[color=blue]
        > packaged all dependencies? If it's a COM interop object then have you[/color]
        asked it to be 'copied[color=blue]
        > locally' for your project thus ensuring it gets packaged?
        >
        > Chris.
        >
        > "Wayne Wengert" <wayneDONTWANTS PAM@wengert.com > wrote in message
        > news:ueAQ$E5sEH A.1720@TK2MSFTN GP14.phx.gbl...
        > I copied the CLSID incorrectly - it should be:
        >
        > 00000602-0000-0010-8000-00AA006D2EAA
        >
        > Sorry about that.
        >
        > Wayne
        >
        > "Wayne Wengert" <wayneDONTWANTS PAM@wengert.com > wrote in message
        > news:OfRGv94sEH A.1336@tk2msftn gp13.phx.gbl...[color=green]
        > > I have a VB.NET Windows app which gives the users the option to open an
        > > existing Access DB or create a new one. I used VSNET 2003[/color]
        > Package/Deployment[color=green]
        > > to create an install package. I've had 3 people test it and on one[/color][/color]
        machine[color=blue][color=green]
        > > the user gets an error message:
        > >
        > > "COM object with CLSID (0000602-0000-0010-00AA006D2EA4) is either not
        > > valid or not registered"
        > >
        > > Has anyone seen this type of problem and/or have ideas on how to debug[/color][/color]
        it?[color=blue][color=green]
        > >
        > > TIA
        > >
        > > Wayne
        > >
        > >[/color]
        >
        >
        >
        >
        > ---
        > Outgoing mail is certified Virus Free.
        > Checked by AVG anti-virus system (http://www.grisoft.com).
        > Version: 6.0.777 / Virus Database: 524 - Release Date: 14/10/2004
        >
        >[/color]


        Comment

        Working...