Click here to Skip to main content
15,890,946 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have an mvc application that used to work, but after recompiling, the error "The resource cannot be found" occurs. So I know the resource is indeed there. How can this be solved?

I have an mvc application that used to work, but after recompiling, the error "The resource cannot be found occurs. So I know the resource is indeed there. How can this be solved?

What I have tried:

I don't know what to try. There doesn't to be any option. I have googled the problem and haven't found a solution.
Posted
Comments
Marcus Kramer 2-Jun-16 17:40pm    
The error message should have some indication of what resource is missing. That would be the first place to look. Just as a hint, never assume anything is where you "know" it is unless you have physically checked the output directories that the application is running from.
aarif moh shaikh 3-Jun-16 0:35am    
check your route file . i think default method invoke by controller are not their.

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