COM interop from ASP.NET

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default COM interop from ASP.NET

    I have an ecommerce system that hosts many sites on one server and I have
    the main assembly in the GAC. Within the assembly I reference Verisign's
    PayFlowPro interop. I have the interop in the GAC and the COM object is
    registered. When the system runs and it tries to create the PayFlowPro
    object, it cannot find the COM DLL. I have to put the DLL in the /bin
    folder of each site in order for it to work. I do not want to have to do
    this.

    Why does it not find the COM DLL even though it is registered?

    Thank you,
    Stefan Barlow


    Stefan Barlow Guest

  2. Similar Questions and Discussions

    1. VsWebsite.Interop
      Have created a website on an IIS. Using Visual Studio 2005, I made an aspx webpage with a gridview using a SQL database connection. The page will...
    2. UnauthorizedAccessException when using COM interop
      Hi, I am currently working on a webservice that is calling functions from a VB6 COM component. the COM is working when called from a regular .NET...
    3. Accessing Outlook Interop
      Hi, I have a code that works well as a normal desktop application which sends a mail thru outlook. However I am trying it on ASP and is unable...
    4. Bug in Interop?
      Hi, we have a small web service that calls into some VB6 com components. There is only one call to these components and this is done on a new...
    5. [PHP-DEV] simplexml and dom interop
      ------=_NextPart_000_004E_01C39B05.50B6E0D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable If...
  3. #2

    Default Re: COM interop from ASP.NET

    this may help you out


    [url]http://www.msdnaa.net/Resources/Display.aspx?ResID=1493[/url]

    regards,

    Javier Guillen


    "Stefan Barlow" <stefan@americomlp.com> wrote in message
    news:qBuXa.138006$XV.7468070@twister.austin.rr.com ...
    > I have an ecommerce system that hosts many sites on one server and I have
    > the main assembly in the GAC. Within the assembly I reference Verisign's
    > PayFlowPro interop. I have the interop in the GAC and the COM object is
    > registered. When the system runs and it tries to create the PayFlowPro
    > object, it cannot find the COM DLL. I have to put the DLL in the /bin
    > folder of each site in order for it to work. I do not want to have to do
    > this.
    >
    > Why does it not find the COM DLL even though it is registered?
    >
    > Thank you,
    > Stefan Barlow
    >
    >

    Javier Guillen Guest

  4. #3

    Default Re: COM interop from ASP.NET

    Strangely enough it wouldn't work the last time I tried, but now it does and
    I didn't do anything between then and now. I removed the COM DLL from the
    bin folder and restarted the ASPNET process and it still works. I guess it
    is just one of those things. Hopefully it won't change it's mind later and
    stop working again. ;)

    Thanks,
    Stefan Barlow


    "Javier Guillen" <jguillen@gordet.com> wrote in message
    news:OSEJAjsWDHA.2376@TK2MSFTNGP11.phx.gbl...
    > this may help you out
    >
    >
    > [url]http://www.msdnaa.net/Resources/Display.aspx?ResID=1493[/url]
    >
    > regards,
    >
    > Javier Guillen
    >
    >
    > "Stefan Barlow" <stefan@americomlp.com> wrote in message
    > news:qBuXa.138006$XV.7468070@twister.austin.rr.com ...
    > > I have an ecommerce system that hosts many sites on one server and I
    have
    > > the main assembly in the GAC. Within the assembly I reference
    Verisign's
    > > PayFlowPro interop. I have the interop in the GAC and the COM object is
    > > registered. When the system runs and it tries to create the PayFlowPro
    > > object, it cannot find the COM DLL. I have to put the DLL in the /bin
    > > folder of each site in order for it to work. I do not want to have to
    do
    > > this.
    > >
    > > Why does it not find the COM DLL even though it is registered?
    > >
    > > Thank you,
    > > Stefan Barlow
    > >
    > >
    >
    >

    Stefan Barlow Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139