Page 1 of 1

external library

Posted: Tue Oct 09, 2018 8:22 pm
by shardanian
Hi,
I’m trying to utilize an existing library (.dll) in Ranorex. I’m getting "The name 'TestAutomation' does not exist in the current context (CS0103)". Here what I did. I created a new library in Visual Studio (.dll). Then I added this library to Ranorex solution so it’ll be shared by all projects. However, when I try to compile the project, I’m getting compilation error (see above error message). Please note I’m able to make call to the library invoking various methods.
Thanks for all the help.

-Saeed

Re: external library

Posted: Wed Oct 10, 2018 7:29 am
by odklizec
Hi,

How exactly have you added the library? Are you sure you referenced it?