Hi,
I am trying to add reference my Project's dll to Test Studio using Settings > Script > Add Reference but it doesn't loaded browsed dll in references list. I believe this was working in earlier version of Test Studio and now it is not working. Is there any other ways to add reference ?
Thanks,
Chandresh Parmar
4 Answers, 1 is accepted
This is the way to add a reference to the project. I could not reproduce the problem you observed.
It is a best practice to add a dll inside your project folder and refer it from there. It will ensure that this dll will be present even if you execute remotely your project.
If this does not help - check the application log for exceptions and provide more information on your test scenario.
Regards,
Nikolay Petrov
Telerik by Progress
Hi Nikolay,
Thanks for your reply.I have added dll inside my Project folder and I am trying to refer it from there only. I also checked the application log and it gives attached error.
I also tried the solution mentioned in http://docs.telerik.com/teststudio/troubleshooting-guide/test-execution-problems-tg/network-dll-access-net4-0 but I received same error after that.
The dll I am using is updated to using .Net Framework 4.5.2 and same is installed on my machine.
Let me know if more information is required.
Thanks,
Chandresh Parmar
Thank you for the log file.
Try to unblock this dll from its properties as it is shown on this screenshot.
Let me know if this solves the issue.
Regards,
Nikolay Petrov
Telerik by Progress
Hi Nikolay,
I unblocked the dll and I am able to add reference it now.
Thanks for you help.
Chandresh Parmar