Search found 34 matches

by deatchlock
Thu May 09, 2019 12:06 pm
Forum: General Questions
Topic: Could not load file or assembly 'Ranorex.Core, Version=9.0.1.0
Replies: 4
Views: 4790

Re: Could not load file or assembly 'Ranorex.Core, Version=9.0.1.0

Hi Bernhard, I have fixed the issue by installing following v8.0a winsdk package. The error is gone in Ranorex studio and Visual studio as well. It maybe not the same for everyone but it is important to read that error message carefully because there it is written which WinSDK is missing. Regards, l...
by deatchlock
Thu May 09, 2019 8:34 am
Forum: General Questions
Topic: Could not load file or assembly 'Ranorex.Core, Version=9.0.1.0
Replies: 4
Views: 4790

Re: Could not load file or assembly 'Ranorex.Core, Version=9.0.1.0

Hi Bernhard,

I will try the suggested steps from error message and I have even found a post on forum regarding this problem with AxImp.exe, if these things don´t go well , I will write again. ;)

Regards
by deatchlock
Thu May 09, 2019 8:22 am
Forum: General Questions
Topic: Could not load file or assembly 'Ranorex.Core, Version=9.0.1.0
Replies: 4
Views: 4790

Re: Could not load file or assembly 'Ranorex.Core, Version=9.0.1.0

Hi Bernhard,

I have just tried building it within the Ranorex and I have got an error message " Task failed because "AxImp.exe" was not found", what ever this means :S Any ideas what am I missing?

Regards
by deatchlock
Tue May 07, 2019 10:26 am
Forum: General Questions
Topic: Could not load file or assembly 'Ranorex.Core, Version=9.0.1.0
Replies: 4
Views: 4790

Could not load file or assembly 'Ranorex.Core, Version=9.0.1.0

Hi, One of the projects within the Visual Studio solution is throwing following error : {"Could not load file or assembly 'Ranorex.Core, Version=9.0.1.0, Culture=neutral, PublicKeyToken=b798506b574ebc9a' or one of its dependencies. The system cannot find the file specified.":"Ranorex.Core, Version=9...
by deatchlock
Mon Apr 29, 2019 10:22 am
Forum: Automation Tools
Topic: Ranorex Test Suite not working
Replies: 4
Views: 2018

Re: Ranorex Test Suite not working

Hi McTurtle, The test in visual studio works without any issues. But coming back to the solution of a problem, I have contacted Ranorex support and after our session problem was solved. Apparently new option that is added in the Ranorex studio 9.0 under the Plugins called " Disable user input during...
by deatchlock
Mon Apr 29, 2019 8:08 am
Forum: Automation Tools
Topic: Ranorex Test Suite not working
Replies: 4
Views: 2018

Re: Ranorex Test Suite not working

Hi McTurtle, It just sits there and what is is weird it says test is finished without any kind of error, but as mentioned before it should click on the next button, so this current situation is a failed one. Test is only finished then, when the whole GUI is traversed. Thank you for the suggestion I ...
by deatchlock
Thu Apr 25, 2019 3:27 pm
Forum: Automation Tools
Topic: Ranorex Test Suite not working
Replies: 4
Views: 2018

Ranorex Test Suite not working

Hi, today I have encountered a problem which gives me only a headache. So the scenario: script has been developed in Visual studio 2017 and what it does is going through the GUI (using mouse) and collects all values from GUI. Everything works fine on my PC even if I only run a Test Suite outside Vis...
by deatchlock
Mon Sep 24, 2018 3:11 pm
Forum: Automation API
Topic: Scrolling and storing values
Replies: 4
Views: 2093

Re: Scrolling and storing values

Hi Odklizec,

thank you a lot you are my savior. These xpaths, I just loose focus on them and make simple thing more complicated.
Thanks :wink:
by deatchlock
Mon Sep 24, 2018 12:08 pm
Forum: Automation API
Topic: Scrolling and storing values
Replies: 4
Views: 2093

Re: Scrolling and storing values

Hi Ned,

thank you for the reply and the proposal. Unfortunately I am not able to get it working. I have completely moved to Visual Studio therefore I don´t use Ranorex as a working framework. Yes, I will contact you withthe support ticket addressing this issue.

Best regards
by deatchlock
Fri Sep 21, 2018 9:21 am
Forum: Automation API
Topic: Scrolling and storing values
Replies: 4
Views: 2093

Scrolling and storing values

Hi, last few days I have been struggling with a problem of scrolling to not visible containers and reading text values from them. The process itself shouldn´t be that complicated but I am having headache of finding out how to do it properly. So far my code works only in the area where the containter...
by deatchlock
Fri Sep 14, 2018 9:20 am
Forum: General Questions
Topic: Reading values from Combo box c#
Replies: 8
Views: 5558

Re: Reading values from Combo box c#

Hi, you are right I am pointing to the wrong item, that is taken care off. The reason is that I am working with a complicated application and I am working in Visual Studio. The algorithm looks through the opened applications and searches for one with the given name in my case "Keba.Max.App". After t...
by deatchlock
Thu Sep 13, 2018 3:29 pm
Forum: General Questions
Topic: Reading values from Combo box c#
Replies: 8
Views: 5558

Re: Reading values from Combo box c#

Hi guys, apologies for a late reply I was occupied with different part of the project. No unfortunately it dosen´t work. Here is my path: string xpathCont = @"/form[(@title='KePlus MAX' or @title='DemoDialog' or @title='ManualLogbookEntry') and @win32OwnerWindowLevel=" + TopWin32OwnerWindowLevel + "...
by deatchlock
Tue Sep 04, 2018 9:36 am
Forum: General Questions
Topic: Reading values from Combo box c#
Replies: 8
Views: 5558

Re: Reading values from Combo box c#

Hi John, I thought at the beggining that it works but it doesnt. My situation is a bit more complicated then that ( at least from my perspective). Please check the snapshot for more info. In my case seems that ContextMenu is tottally separated from the application therefore I don´t know how to acces...
by deatchlock
Thu Aug 30, 2018 10:23 am
Forum: Automation Tools
Topic: Running RanorexSpy from Visual Studio
Replies: 3
Views: 1375

Re: Running RanorexSpy from Visual Studio

Hi,

just in the case someone needs another approach, i have found another approach, there is possibility to define external tools in Visual Studio and then just add it to the menu bar so you can simply just click on it. :)

Cheers
by deatchlock
Thu Aug 30, 2018 10:08 am
Forum: Automation Tools
Topic: Running RanorexSpy from Visual Studio
Replies: 3
Views: 1375

Re: Running RanorexSpy from Visual Studio

Hi Robin,

you are right, thnx for the reply :D

Cheers