Can I call a com object from a referenced .net library in asp.net 3.5
Posted
by Alon Amir
on Stack Overflow
See other posts from Stack Overflow
or by Alon Amir
Published on 2010-02-23T10:34:39Z
Indexed on
2010/03/18
17:11 UTC
Read the original article
Hit count: 534
ASP.NET
Hi,
I'm using ASP.NET on C# and I have a referanced library in the same solution in VB which calls a COM object using CreateObject.
When I run the site on my comp it works, when I run it on my IIS 6 it gives me a stackoverflow on the method call.
Now I have a script wich runs the VB code on the IIS6 and it works just fine. It must be something with the ASP...
How can I call Com objects within ASP..., Do I have to do something special?
Pls help.
© Stack Overflow or respective owner