W
walter
Hi there, I guess someone here may be able to help -- I created
SqlResourceProviderFactory to retrieve the resource from database instead of
resx. I consistently encounter a problem while I'm compiling the web
project -- it says "The resource object with key 'Key1' was not found" . The
key it complains is a global resource, and I use <%$ Resources:ABC,Key1 %>
in my aspx page. On the other side, seems the local resource does not have
this problem.
So I'm wondering it happens , or whether my approach is right. If anyone
here did the same thing before, it will be great if you can share some
source code.
Appreciate any comment.
SqlResourceProviderFactory to retrieve the resource from database instead of
resx. I consistently encounter a problem while I'm compiling the web
project -- it says "The resource object with key 'Key1' was not found" . The
key it complains is a global resource, and I use <%$ Resources:ABC,Key1 %>
in my aspx page. On the other side, seems the local resource does not have
this problem.
So I'm wondering it happens , or whether my approach is right. If anyone
here did the same thing before, it will be great if you can share some
source code.
Appreciate any comment.