SOS, can't load lotusscript classes

Please help!!

When I make a minor change to a “nested” lotusscript class, nothing will work.

this happens on r5 and r6.

simplified scenario:

I have a lotusscript agent that has 3 classes.

an OrgClassLS, a ScheduleClassLS and an EventClassLS.

OrgClassLS - has schedule class.

ScheduleClassLS - has bunch of events

EventClassLS - has name and date.

If I change the event class’ name from private to public, I can’t instantiate it. I get the error: ‘Type mismatch on external name: EVENTCLASSLS’

Things I’ve tried (none work):

saving all files involved to force a reload.

at the console, flushing the DB cache.

at the console, stopping the http then reloading it to kill the java VM

The only thing that works is leaving, coming back in the AM and (Wow) all is fine and My changed class loads. Too bad I can’t do that every day.

Does anyone have a solution?