Yesterday everything was OK. 

Today, nothing works (after an electric power problem). Lost of
configuration ? Other problem ? 

I re-install WindLdtp again. I have the same problem. In fact, the server
dose not listen on port 4148.

So I decided to build the Cobrawinldtpserver from the source in order to
debug it. The process hangs at 

 public class WindowList : List<AutomationElement>
    {
...
        public WindowList(Common common)
        { ...
Console.WriteLine("PHL WindowList constructor"); 
 
         
Automation.AddAutomationEventHandler(WindowPattern.WindowOpenedEvent,
                AutomationElement.RootElement, TreeScope.Subtree,
                new AutomationEventHandler(ref this.OnWindowCreate));
Console.WriteLine("PHL this is never print on the console"); 

Have you an idea? I imagien that automation is a link between
cobrawinldtpserver and the .net framework? So does I have a .NET framework
problem?

Thanks,
PHL


-- 
View this message in context: 
http://old.nabble.com/Ldtp-was-OK--but-now-is-KO-tp34767695p34767695.html
Sent from the Free Desktop - LDTP mailing list archive at Nabble.com.

_______________________________________________
LDTP-dev mailing list
LDTP-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/ldtp-dev

Reply via email to