2009-03-07 18:37:26 UTC
My ApplicationFinished method only change the value of "appFinalizada" to true, so the app continues stoping the Alchemi app (i'm not sure if this is necessary because when you receive this event the app is stopped Automatically).
The reason why i decided to wait with this "while" is because if i don't do this it would be more than one Alchemi application at the same time. I mean, i would create the first one with all its threads, and then, without waiting to finish the treatment of its threads, i would create the next one, and the next one... so i would create all the threads more or less at the same time, so i think the application wouldn't work.
Do you have other solution???
I'm using Alchemi v 1.0.6. Do you think it would be better to use the last svn??? I tried but i have a problem, when i generate "AlchemiFull" solution all seems to be generated correctly, but when i try to install what i've generated i receive an error message and the installation finishes...:
"The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2356"
If you think is better to use the las svn and you already have the installer i would appreciate if you send it to me because i tried to build it many times and it was impossible :(
Thanks again for helping me so much :)