Lev FatMan
October 16th, 2003, 06:24 PM
Hi,
I am trying to run a VBScript in ASP that uses a VB COM wrapper around a C++ COM.
Meaning I am trying actually to call to a C++ COM but doing it through a VB COM wrapper in order to overcome the Variant issue.
I am getting this error for one of the methods I am calling. The same script works fine if ran only as a VBScript (outside of the ASP enviorment), and works fine under VB.
I have two questions:
1. I read quite a bit about this error and it always seems like the most common problem is an endless Recursion, which I do not have in my code. To prove that is the fact that it works under VBscript. What else can be the problem?
2. How different is the Stack size allocated for ASP, from the one allocated for VB or VBscript and is it possible to change it?
Thanks in advacne,
Lev
I am trying to run a VBScript in ASP that uses a VB COM wrapper around a C++ COM.
Meaning I am trying actually to call to a C++ COM but doing it through a VB COM wrapper in order to overcome the Variant issue.
I am getting this error for one of the methods I am calling. The same script works fine if ran only as a VBScript (outside of the ASP enviorment), and works fine under VB.
I have two questions:
1. I read quite a bit about this error and it always seems like the most common problem is an endless Recursion, which I do not have in my code. To prove that is the fact that it works under VBscript. What else can be the problem?
2. How different is the Stack size allocated for ASP, from the one allocated for VB or VBscript and is it possible to change it?
Thanks in advacne,
Lev