and after build i get structure like : default fallback assembly and different folders of different culture , each culture folder inside bin folder has diffent culture specific stellite assembly.
now i want to add a new culture assembly so i used al.exe with switch /template to default fallback assembly and /culture for this new culture. but my website is not getting string from this new assembly , it is showing default culture string. If i am including
this resource file in solution and build the website then it works fine..
Could you please let me know how can i make pluggable satellite assembly without pre-compile/build?
achleshsoni
0 Points
2 Posts
pluggable satellite assembly without precompile/build?
Sep 07, 2009 11:15 AM|LINK
Hi,
i am able to create resources file (using resgen)
and after build i get structure like : default fallback assembly and different folders of different culture , each culture folder inside bin folder has diffent culture specific stellite assembly.
now i want to add a new culture assembly so i used al.exe with switch /template to default fallback assembly and /culture for this new culture. but my website is not getting string from this new assembly , it is showing default culture string. If i am including this resource file in solution and build the website then it works fine..
Could you please let me know how can i make pluggable satellite assembly without pre-compile/build?
Thanks,
satellite assembly