I built a .NET WPF application which uses geckodriver. I installed geckodriver as a nuget package. On building the application on Release I got the bin>Release folder. I copy pasted that folder onto another PC and ran my application. Everytime I run the application on the first attempt geckodriver doesn't open up. Running the application for the 2nd time geckodriver opens up and works fine.
This is how my Release folder looks like.
- How can I debug the Release version?
- Why geckodriver not opening up at the first instance but only on second?
Would appreciate if someone could help out with this as I couldn't find a solution for this.