When create a embeded view in module it will throw "The view 'XXXX' or its master was not found or no view engine supports the searched locations." exception.
I have a controller name: "LibraryController" and a reader action "BookReader" in the "XDoc" module. When type "localhost/home/en-us/xDoc/Library/bookReader" the error thrown.
But replace to "localhost/home/en-us/XDoc/Library/BookReader" it works fine.
It seem that the view engine search the view path in case sensitive.
5 munitues later i try the "localhost/home/en-us/xDoc/Library/bookReader" again it works!
Is the embeded view file in cache not update ?
When create a embeded view in module it will throw "The view 'XXXX' or its master was not found or no view engine supports the searched locations." exception.
I have a controller name: "LibraryController" and a reader action "BookReader" in the "XDoc" module. When type "localhost/home/en-us/xDoc/Library/bookReader" the error thrown.
But replace to "localhost/home/en-us/XDoc/Library/BookReader" it works fine.
It seem that the view engine search the view path in case sensitive.
5 munitues later i try the "localhost/home/en-us/xDoc/Library/bookReader" again it works!
Is the embeded view file in cache not update ?