1

I'm using the Performance Wizard in Visual Studio 2010 Ultimate. I have selected Instrumentation and the type of profiling JavaScript for my Web Project. When I Launch the wizard I receive the error:

PRF0005: Launch Error Unable to execute (iexplore.exe). Any Ideas anyone. Thanks In advance.

2 Answers 2

2

Got same error on C# desktop project. If WebProject have manifest, possible reason is

<requestedExecutionLevel  level="highestAvailable" uiAccess="false" />`

so solution is

<requestedExecutionLevel  level="asInvoker" uiAccess="false" />`
Sign up to request clarification or add additional context in comments.

Comments

0

Sounds like a firewall problem, Either disable it or make an exception in your firewall. If you have McAfee, Check to see if you have McAfee Host Intrusion Prevention turned on, check activity logs to see it there is a time that matches the time you tried to launch the wizard.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.