Search found 29 matches

by DanielS
Mon May 30, 2011 12:57 pm
Forum: Automation Tools
Topic: Unhandeled Exception in 3.0.2 Spy
Replies: 13
Views: 3040

Re: Unhandeled Exception in 3.0.2 Spy

Since i used ranorex 3.0.2, i get this exception sometimes too. It occurres sometimes when starting Ranorex Studio while my AUT is still running. Unfortunately i'm not able to reproduce this error. I'm using win7 64 Bit, my AUT is in .Net 3.5 and anycpu ( so 64 bit on my system).
by DanielS
Thu May 26, 2011 1:59 pm
Forum: Object Identification and Technologies
Topic: Invoke Remotely Failed
Replies: 21
Views: 7039

Re: Invoke Remotely Failed

Thank you for your help, i deinstalled Ranorex, restarted and installed the version 3.02, but the problem still exists. This time i got the Ranorex Bridge Error again. Thank you for your offer, i think you mean an online meeting, could you please contact me at danielstammler [at] googlemail.com , so...
by DanielS
Thu May 26, 2011 1:30 pm
Forum: Object Identification and Technologies
Topic: Invoke Remotely Failed
Replies: 21
Views: 7039

Re: Invoke Remotely Failed

Should i just reinstall the newest version or should i deinstall the old one before?
Now, while surfing with the Spy in the Application, the Ranorex Bridge Error occurred, too.
Best regards,
Daniel
by DanielS
Thu May 26, 2011 12:38 pm
Forum: Object Identification and Technologies
Topic: Invoke Remotely Failed
Replies: 21
Views: 7039

Re: Invoke Remotely Failed

Sorry for my late answer, but i wasn't at work since last friday. The AUT is build with .Net 3.5, however i needed the <projectname>.exe.config file to recognize the objects in the application. I have installed .Net 4.0 extended. To the general troubleshooting: #Reason 1: both the AUT and the testso...
by DanielS
Fri May 20, 2011 12:47 pm
Forum: Object Identification and Technologies
Topic: Invoke Remotely Failed
Replies: 21
Views: 7039

Re: Invoke Remotely Failed

I deactivated AntiVirus, but without success, it still doesn't work. It's not possible to deactivate the firewall. Unfortunately i am not allowed to give someone the application. How could it be, that two Ranorex Solutions with the same code work differently? What does the Error with the "Pipe"(Fehl...
by DanielS
Fri May 20, 2011 12:20 pm
Forum: Object Identification and Technologies
Topic: Invoke Remotely Failed
Replies: 21
Views: 7039

Re: Invoke Remotely Failed

Now i've tested it with more InvokeRemotely functions, with the same code as in the main testAutomation, and in the testSolution it works, in the main solution it doesn't. How could that be?
This is the new Testsolution with one more InvokeRemotely function:
invokeRemotely2.rar
Best regards,
Daniel
by DanielS
Fri May 20, 2011 11:46 am
Forum: Object Identification and Technologies
Topic: Invoke Remotely Failed
Replies: 21
Views: 7039

Re: Invoke Remotely Failed

okay, now it's become very strange. The testSolution works now. But the first two times it did not work, and i changed nothing. This is the exception which was thrown: Unexpected exception occured: Ranorex.ActionFailedException: Action 'invokeremotely' failed on element '{Unknown:dawnGridControlReso...
by DanielS
Fri May 20, 2011 11:00 am
Forum: Object Identification and Technologies
Topic: Invoke Remotely Failed
Replies: 21
Views: 7039

Re: Invoke Remotely Failed

Thank you for your answer, Here is a code example: invokeRemotely.rar Invoke remotely is used many times in my program, so it would be nice if don't have to rewrite the whole thing. The control shows a table with the results of a few entrys, and i have to check those results. The code is from my ant...
by DanielS
Thu May 19, 2011 1:27 pm
Forum: Object Identification and Technologies
Topic: Invoke Remotely Failed
Replies: 21
Views: 7039

Re: Invoke Remotely Failed

here is the complete Exception: *** Exception: Ranorex.ActionFailedException: Action 'invokeremotely' failed on element '{Unknown:configurationsGrid}'. ---> System.Runtime.Remoting.RemotingException: Fehler beim Lesen von einem IPC-Port: Die Pipe wurde beendet. Server stack trace: bei System.Runtime...
by DanielS
Wed May 18, 2011 1:05 pm
Forum: Object Identification and Technologies
Topic: Invoke Remotely Failed
Replies: 21
Views: 7039

Re: Invoke Remotely Failed

update: one important information could be that it's an Dev Express Control.
by DanielS
Wed May 18, 2011 12:53 pm
Forum: Object Identification and Technologies
Topic: Invoke Remotely Failed
Replies: 21
Views: 7039

Re: Invoke Remotely Failed

yes, i have created the config file. Without the config file it didn't work correctly ( the paths were not found). Which information do you need? The Code which leeds to the error is: override public string GetColumnCaptionByFieldName(string fieldName) { return (string)grid.InvokeRemotely(IR_GetColu...
by DanielS
Wed May 18, 2011 11:33 am
Forum: Object Identification and Technologies
Topic: Invoke Remotely Failed
Replies: 21
Views: 7039

Re: Invoke Remotely Failed

update: I've testet the same again and got this errormessage: *** Exception: Ranorex.ActionFailedException: Action 'invokeremotely' failed on element '{Unknown:dawnGridControlTaskfields}'. ---> System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> Syst...
by DanielS
Wed May 18, 2011 11:30 am
Forum: Object Identification and Technologies
Topic: Invoke Remotely Failed
Replies: 21
Views: 7039

Re: Invoke Remotely Failed

Okay, the problems before are now solved, but i still have got this one, but with an new message: *** Exception: Ranorex.ActionFailedException: Action 'invokeremotely' failed on element '{Unknown:dawnGridControlTaskfields}'. ---> System.Runtime.Remoting.RemotingException: Fehler beim Lesen von einem...
by DanielS
Wed May 18, 2011 11:20 am
Forum: Object Identification and Technologies
Topic: Ranorex Spy finds Object, Ranorex Studio doesn't
Replies: 4
Views: 3124

Re: Ranorex Spy finds Object, Ranorex Studio doesn't

Okay, i created the config file and now it seems to work.
Thank you very much,
Daniel
by DanielS
Tue May 17, 2011 8:20 pm
Forum: Object Identification and Technologies
Topic: Ranorex Spy finds Object, Ranorex Studio doesn't
Replies: 4
Views: 3124

Re: Ranorex Spy finds Object, Ranorex Studio doesn't

Hello,
i don't know if the application is in .NET 4.0, i will find out tomorrow, but probably it's in .Net 3.5 . And yes, the problem could be related to my last post.
Tomorrow i will also create the .config file and Test it again.
Best regards,
Daniel