Can I call a com object from a referenced .net library in asp.net 3.5
- by Alon Amir
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.