Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Asp and dll
Message
From
03/10/1999 16:49:39
 
 
To
03/10/1999 11:17:11
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00272070
Message ID:
00272123
Views:
28
>I am testing an asp page with a call to fox dll server. First I call a method which does nothing just a test call. After that call I cannot recompile dll even if I close Browser. Another problem I have is when I call a method which suppose to INSERT INTO .... I have an error message about in-proccess user interface.
>Thanks Mark

As Iain stated, IIS is holding onto the class. YOu have to let it timeout, or stop the server service to release the server.

As for the use interface error, this is most likely because of VFP's behavior of giving the user an "open" dialog when a command is given that references a table that is not open. Make sure that by the time you issue your INSERT INTO, the tables(s) you are operating on are open.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform