Could not load file or assembly... The system cannot find the file specified.
description
Tried creating a pretty basic configuration: a single collection of strings. The files generated fine, and I copied over the config info to my web.config. However at run time, when accessing values, I get this exception:
"An error occurred creating the configuration section handler for javaScriptSettings: Could not load file or assembly 'WebDemo.Lib' or one of its dependencies. The system cannot find the file specified."
What's going on here? I've double and triple checked that I copied over the config section handlers properly.