Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
C#
HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 



i am using VS2013 update 4.selected a blank app ,when i run showing this error
Posted
Comments
George Jonsson 30-Nov-15 2:07am    
So what kind of help do you expect to get?
Thanks7872 30-Nov-15 2:32am    
Translation..!!!!

1 solution

As we cannot have an access to your screen/machine, we cannot solve it exactly.
But here's a tip - check for the action method name and correspondence view name, they both should be similar and your view must be under the folder having the same controller name.
Go to your action method and press (CTRL + M + G) or simply right click and click on "Go to View " to navigate to the view and see if you can actually navigate to it. If you can't then you must have change the view name/controller name or moved/deleted the view.

-KR
 
Share this answer
 
Comments
[no name] 30-Nov-15 3:20am    
i changed ActionResult as ViewResult bt thats not a problem i think.
[no name] 30-Nov-15 3:24am    
http://localhost:54483/product/list but this works getting error s here-http://localhost:54483
Krunal Rohit 30-Nov-15 3:41am    
You need to set the default page (controller/action) in route.config if you're accessing only http://localhost:54483.

-KR

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