How can I install ADODB Version 7.0.3300.0 Into GAC ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Diego Armando Maradona

    #1

    How can I install ADODB Version 7.0.3300.0 Into GAC ?

    My application is being installed via clickonce in our network, some clients
    can install but some are catching below error,

    This application cannot be installed or run, This application needs ADODB
    version 7.0.3300.0 compilation installed in GAC.

    ( The real error text is not in english, so I convert but might not be the
    same :) )

    Thanks.


  • Roger Frost

    #2
    Re: How can I install ADODB Version 7.0.3300.0 Into GAC ?

    "Diego Armando Maradona" <Someone@Somewh ere.Co.Ukwrote in message
    news:#nF6zAaiIH A.1168@TK2MSFTN GP02.phx.gbl...
    My application is being installed via clickonce in our network, some
    clients can install but some are catching below error,
    >
    This application cannot be installed or run, This application needs ADODB
    version 7.0.3300.0 compilation installed in GAC.
    >
    ( The real error text is not in english, so I convert but might not be the
    same :) )
    >
    Thanks.
    >
    This _should_ work:

    In the solution explorer go to ProjectName References then view properties
    for "adodb" and set Copy Local to True. This will cause it to be installed
    with your application. I guess some of your network computers already have
    ADODB installed, and others don't.

    --
    Roger Frost
    "Logic Is Syntax Independent"


    Comment

    • Diego Armando Maradona

      #3
      Re: How can I install ADODB Version 7.0.3300.0 Into GAC ?

      ok now, worked, thanks a lot..


      "Roger Frost" <frostrl@hotmai l.comwrote in message
      news:BBE0004C-D637-4084-8BC4-AD29F6F528F7@mi crosoft.com...
      "Diego Armando Maradona" <Someone@Somewh ere.Co.Ukwrote in message
      news:#nF6zAaiIH A.1168@TK2MSFTN GP02.phx.gbl...
      >My application is being installed via clickonce in our network, some
      >clients can install but some are catching below error,
      >>
      >This application cannot be installed or run, This application needs ADODB
      >version 7.0.3300.0 compilation installed in GAC.
      >>
      >( The real error text is not in english, so I convert but might not be
      >the same :) )
      >>
      >Thanks.
      >>
      >
      This _should_ work:
      >
      In the solution explorer go to ProjectName References then view
      properties for "adodb" and set Copy Local to True. This will cause it to
      be installed with your application. I guess some of your network
      computers already have ADODB installed, and others don't.
      >
      --
      Roger Frost
      "Logic Is Syntax Independent"
      >
      >
      >

      Comment

      • RobinS

        #4
        Re: How can I install ADODB Version 7.0.3300.0 Into GAC ?

        Hey, you said you weren't using ADODB when I asked you over in the ClickOnce
        forum. If that is true, maybe you can remove the reference altogether.

        RobinS.
        GoldMail.com

        "Diego Armando Maradona" <Someone@Somewh ere.Co.Ukwrote in message
        news:uzCKiCciIH A.4468@TK2MSFTN GP03.phx.gbl...
        ok now, worked, thanks a lot..
        >
        >
        "Roger Frost" <frostrl@hotmai l.comwrote in message
        news:BBE0004C-D637-4084-8BC4-AD29F6F528F7@mi crosoft.com...
        >"Diego Armando Maradona" <Someone@Somewh ere.Co.Ukwrote in message
        >news:#nF6zAaiI HA.1168@TK2MSFT NGP02.phx.gbl.. .
        >>My application is being installed via clickonce in our network, some
        >>clients can install but some are catching below error,
        >>>
        >>This application cannot be installed or run, This application needs
        >>ADODB version 7.0.3300.0 compilation installed in GAC.
        >>>
        >>( The real error text is not in english, so I convert but might not be
        >>the same :) )
        >>>
        >>Thanks.
        >>>
        >>
        >This _should_ work:
        >>
        >In the solution explorer go to ProjectName References then view
        >properties for "adodb" and set Copy Local to True. This will cause it to
        >be installed with your application. I guess some of your network
        >computers already have ADODB installed, and others don't.
        >>
        >--
        >Roger Frost
        >"Logic Is Syntax Independent"
        >>
        >>
        >>
        >
        >

        Comment

        Working...