We are storing our localized resources in a separate assembly from our web application. After using xcopy deployment to our web server, the localized satellite resources.dll files are not being generated (in temporary asp.net files) by the aspnet_compiler.
Occasionally, if we start/stop the app pool, they get created, but there doesn't seem to be any consistency as to when this happens.
Are there any suggestions on where/what to look for to solve this issue?