Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown name
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Unknown name
Miscellaneous
Thread ID:
00761644
Message ID:
00761644
Views:
90
I have a VFP8 MTDLL on COM+ and randomly after createObjectEx of it i get an "OLE error code 0x80020006: Unknown name" error when calling a method that exists. I will try to create a repro but it's difficult since it seems to only append on multi-processor machine.

Here's a bit what i'm doing to reproduce:
Local ox, i, loErr

For i = 1 to 1000

	ox=CreateObjectex("{DE31CA37-316F-44B4-AEE6-BA54A30F1F9D}", "192.168.199.102")
	try
		=ox.getSystemBatch() && Getting the error here randomly
	Catch to loErr
		? "Error at :" + alltrim(str(i)) + loErr.Message 
	EndTry
	
	ox= null

EndFor
Anyone ever experience this?
Next
Reply
Map
View

Click here to load this message in the networking platform