|
-
May 16th, 2011, 04:42 AM
#1
Thread Starter
New Member
GC.keepalive issue
is it possible to call garbage collector in VB6 ?
-
May 16th, 2011, 07:22 AM
#2
Re: GC.keepalive issue
No, it isn't it. But what are you trying to accomplish?
-
May 16th, 2011, 07:26 AM
#3
Thread Starter
New Member
Re: GC.keepalive issue
we have an object which have severals values.
The first time this object is accessed the values are correctly returned. But the second time, we have an error #462 : The remote server machine does not exists or is unavailable.
In some .net forums this error can be corrected with GC.keepAlive so the reason of my question....
-
May 16th, 2011, 08:01 AM
#4
Re: GC.keepalive issue
Few questions:
- what is the scope of your variable (public/ local)?
- how do you create and populate it?
- how do you destroy it?
Posting your code may help as well.
-
May 16th, 2011, 08:05 AM
#5
Thread Starter
New Member
Re: GC.keepalive issue
- what is the scope of your variable (public/ local)? It is a public variable
- how do you create and populate it? I don't know we are customizing a framework provided by a software
- how do you destroy it? We do not destroy it. Line 1 in the code the variable is accessible and the next line (NO OTHER CODE BETWEEN THESES LINES) the variable is no more accessible
-
May 16th, 2011, 08:08 AM
#6
-
May 16th, 2011, 08:18 AM
#7
Thread Starter
New Member
-
May 16th, 2011, 08:24 AM
#8
Re: GC.keepalive issue
That's alright with me but you won't get much help without it.
Regards.
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
|