Could not load file or assembly 'Localization' or one of its dependencies. The system cannot find the file specified
Line 62: <system.web>
Line 63: <httpModules>
Line 64: <add name="Localization" type="Localization.LocalizationHttpModule, Localization"/>
Line 65: </httpModules>
Line 66: <!-- DYNAMIC DEBUG COMPILATION
i checked my Bin folder, localiztion.dll still there. then why this error rising up?
well, this situation happents only when i publish my web application. it working fine in normal execution time
regards
Rosh