|
-
Mar 27th, 2001, 10:30 AM
#1
Thread Starter
Member
I do a fair bit of ASP development using Interdev. The ASP's generally execute stored procedures in SQL server, via a DLL I develop in VB. This work fine and I never have any problems.
However, sometimes, I have a requirement to extract some information from an office document using API and put the information into an ASP page. To do this I create a dll in VB on the server, which works fine when I call from a standard VB app, but will not work when called from an ASP page.
Does anybody know why this is?
Nialler
-
Mar 27th, 2001, 12:28 PM
#2
Black Cat
Is Office installed on the server?
Josh
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Mar 27th, 2001, 12:31 PM
#3
Thread Starter
Member
-
Mar 28th, 2001, 01:12 PM
#4
Black Cat
What exact error message are you getting? Is it through ASP or from within your DLL?
Josh
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Mar 29th, 2001, 04:01 AM
#5
Thread Starter
Member
The weird thing is that there is no error message.
If I call the DLL function from within a VB app, it works fine, but call it from the ASP page (server script) and it just freezes, and times out. The server script calls the function OK but it seems to freeze when doing the work!
The server and client are the same machine, the development machine!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|