Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM+ component not reliable
Message
 
To
17/05/2004 17:53:56
John Fitzgerald
Kenneths Hair Salons & Day Spas,Inc.
Columbus, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00904729
Message ID:
00905008
Views:
15
As Frank just mentioned, the problem may lay in the way the VFP mtdll is being called. Here's what I have in C#:
< % @Page Language="C#" ASPCompat="true" %>
< % @Import Namespace="avfpdemo2_dotnetproxy" %>
< %
server x ;
x = new server() ;
try
   {
	Response.Write(x.main());
   }
catch(Exception ex)
   {
       	Response.Write("Caught .NET exception, source: " + ex.Source + " message: " + ex.Message);  
   }

%>
Please let us know if any of this works!

>We've written an asp.net application with fox pro dll's and foxpro dbf's. The dbfs run on a data server along with foxpro.dll in COM+. On the web server we have the application proxy for the foxpro dll and the asp.net application. Everything runs wonderfully with a couple of users, very fast. When we put around 11 users on it, it ran wonderful for about 5 minutes then we started getting errors on the COM objects.
>
>here is an example of an error,
>
>Server Error in '/k_webab' application.
>
>Public member 'functionName' on type 'Iclass' not found.
>
>(the errors are random, not just one or two functions)
>
>These functions are there. They work fine in a single user environment.
>
>I fiddled around with Pooling and Recycling in COM+ which seemed to help, but we still get the same errors.
>
>
>Anyone ever have this problem?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform