TestComplete looking for nonexistent file and folder when running Connected App
Hi
I'm trying to run the C# Connected App sample, Hello. I'm just confirming that the connected app feature works before I commit development time to developing my own app for the software I'm testing at work. When I try to run the sample, I get an error saying "Can Not Create TestComplete Object". Then this dialog screen comes up, it is looking for a folder and file that doesn't exist on my computer. I'm not sure itf this is related to my earlier query, however it's impeding my ability to create a test suite using C#. Attached is the aforementioned dialog, and I've highlighted the folder it's looking for.
Is there any guidance on how I can resolve this issue?
Thanks.
IMol
Figured it out. Either:
Right click on Hello.exe > Properties > Run as Administrator; or
Right click on Visual Studio's Shortcut > Properties > Run as Administator.
Here's an article detailing how to run projects as Administrator.