|
-
Aug 29th, 2000, 05:48 PM
#1
Thread Starter
New Member
Hi,
I am developing a three tier application with VB 6.0 (Windows NT workstation), MTS 2.0 option Pack (Windows NT Sever SP4) and SQL Server 7.0.
I have developed some ActiveX components (DLL classes)
with VB 6.0 that run in the MTS server; then and on I receive the following message when I submit the CREATEOBJECT command from the client side:
"This action cannot be completed because
the other application is busy. Choose
'switch to' to activate the busy application"
What's the reason of this message?
Is it the traffic on the network?
Maybe I have a lock on some record, in the SQL Server?
Please can someone shed some light about this message.
I thanks any help in advance.
Cesar Altamirano
Consultor
[email protected]
Cesar Altamirano,
IT Consultant.
-
Nov 12th, 2002, 06:05 AM
#2
Lively Member
Did you ever resolve this problem - I have the same difficulty with an application using the same architecture.
many thanks
-
Nov 12th, 2002, 09:45 AM
#3
Lively Member
Are you receiving the message on the first time a client issues the CreateObject command or does the first one succeed and subsequent ones fail? If the later is true, you might need to check the compilation options to make sure multiple instances of the dll object can be created. Just a shot in the dark.
tecnithV -- artisan, artificer, workman, mechanic, architect, or builder
VB6, ASP, HTML, XML, Oracle, Access, MySql, PHP, C++, Etc...
To format your VB code in this forum use tags like this [vbcode] your code here[/vbcode]
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
|