I dont know if anyone ever came across this in winembed, but I am
looking for what might cause this error...
When I try to run winembed, it gives me this assertion...
ASSERTION: Could not get profile directory lock.:'Error',file
nsProfile.cpp, line 1209
rv = localLock.Lock(localProfileDir);
if (NS_FAILED(rv))
{
1209-> NS_ERROR("Could not get profile directory lock.");
return rv;
}
nsCOMPtr<nsIObserverService> observerService =
do_GetService("@mozilla.org/observer-service;1", &rv);
NS_ENSURE_TRUE(observerService, NS_ERROR_FAILURE);
If I try to ignore it, the program exits. I know I can go into the code
and get around it but I was wondering if anyone knew what was causing it
and a better way to fix it then eliminate it. Thanks!!!
Jason