When I close the editor it send me an error
Visual basic has detected an error.....
How can I solve the problem?
VB6SP6
Hector
"Hector" <Hec...@discussions.microsoft.com> wrote in message
news:3C3F866A-7916-4C33...@microsoft.com...
Well, more details would really be helpful because what you've stated isn't
much to go on. It sounds like VB is actually crashing when it's closed and
it's Windows that's reporting the "error". If that IS what's happening, this
is usually due to not doing proper housecleaning when your project ends.
THIS is usually caused by using the End statement in your app, or clicking
the Stop toolbar button in the IDE, or choosing Stop from VB's Run menu.
Are you doing any subclassing or hooking or anything like that? Failure to
unsubclass, remove the hook, etc. will almost always cause the IDE to crash.
Provide more information and somebody might be able to tell you exactly
what's happening and why. But with the information you've provided, all
anybody can do is guess.
--
Mike
"MikeD" wrote:
Thanks Mike,
The problem is only with the editor, no matter what code I open or simply
just open the editor when I close it come the error. No errors running the
code or doing it. The only problem I noted is when I change the project
references it change until I close the editor, next time I open it, the
project references are thye same it was the first time.
>>
> Thanks Mike,
> The problem is only with the editor, no matter what code I open or simply
> just open the editor when I close it come the error. No errors running the
> code or doing it. The only problem I noted is when I change the project
> references it change until I close the editor, next time I open it, the
> project references are thye same it was the first time.
Project references are saved in each project. They're not saved "globally" (for example, like the IDE's options are).
--
Mike