Search found 3 matches

by MatthiasT
Tue Apr 22, 2014 10:25 am
Forum: Automation Tools
Topic: Menus have different process names on different machines
Replies: 4
Views: 2303

Menus have different process names on different machines

Hi there, we have a small problem regarding process names of menus and context menus. I think I solved it, but I would still like to know why it occured in the first place. When we are accessing menus and context menus in our application, a generic Java process is started. So all the elements from t...
by MatthiasT
Wed Apr 16, 2014 3:09 pm
Forum: Automation Tools
Topic: How do you include C# doc comments in DLL files?
Replies: 2
Views: 4085

Re: How do you include C# doc comments in DLL files?

Hi Robert, I just checked again - funnily enough it's working now. ;) Don't know what went wrong before. I'm using Ranorex 5.0.1.17706 btw. @everybody who might experience this in the future: Put the xml file with the doc comments next to the dll before referencing the dll file. Best, Matthias
by MatthiasT
Mon Apr 14, 2014 3:34 pm
Forum: Automation Tools
Topic: How do you include C# doc comments in DLL files?
Replies: 2
Views: 4085

How do you include C# doc comments in DLL files?

Hi there, we have created our own dll file with common operations and a repository. It is meant to be used by other test suites. In the source code of the c# files, I added c# documentation comments to all the public classes and methods like this: /// <summary> /// Returns an instance of the designe...