Help with Resource cannot be found error
-
I have two applications, both asp.net mvc3 projects. Both of them were working fine. But after a while I get the 'resource cannot be found error' if I run them. Please does any one know what could be the cause of this problem? Thanks in anticipation of helpful responses.
-
I have two applications, both asp.net mvc3 projects. Both of them were working fine. But after a while I get the 'resource cannot be found error' if I run them. Please does any one know what could be the cause of this problem? Thanks in anticipation of helpful responses.
Have you moved files or directories about? Resources in C# sit in a namespace based on the file and directory location.
'Howard
-
Have you moved files or directories about? Resources in C# sit in a namespace based on the file and directory location.
'Howard
Hi Howard, I can remember I created a new folder a while ago and moved some file to it but cant remember if it was after I had created the projects. Thanks very much....that really makes sense. One more question please,in the case of moving files about...please how do i fix the problem?