Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

I have made a project in asp.net c#.

and i want to run this project from solution explorer... by Right clicking on Home.aspx VIEW in BROWSER.

But this shows a error like this.

Could not Launch:
C:\Users\Ubaid\AppData\Local\Google\Chrome\Application\Chrome.exe
File or path not found.

Please can you help me.

Thanks in advance.
Posted
Comments
Mehdy Moini 29-Sep-13 8:15am    
Change your browser, you may not have chrome install on your machine.
Bernhard Hiller 30-Sep-13 4:18am    
On my computer, chrome is installed in
C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
Your path looks really strange - why would someone expect it to be in local application data?

1 solution

I think you have uninstalled the chrome browser & now the Visual studio fails to launch the page using chrome so it raised that exception message. Do these
* Install Chrome browser & Try again.
* If still fails to launch, then Reset Visual studio & try again.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900