Ask a Question related to ASP.NET General, Design and Development.
-
Stefan Barlow #1
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
-
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... -
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... -
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... -
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... -
[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... -
Javier Guillen #2
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
-
Stefan Barlow #3
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...have> 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 IVerisign's> > the main assembly in the GAC. Within the assembly I referencedo> > 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>> > this.
> >
> > Why does it not find the COM DLL even though it is registered?
> >
> > Thank you,
> > Stefan Barlow
> >
> >
>
Stefan Barlow Guest



Reply With Quote

