I\'m getting the following exception in my Windows Service Application:
System.IO.FileNotFoundException: Could not load file or assembly \'Microsoft
I worked on this issue for a few days. Installed all packages, modified web.config and still had the same problem. I finally removed
from the web.config and it worked. No exactly sure why it didn't work with the tags in the web.config file. My guess there is a conflict with the GAC and the BIN folder.
Here is my web.config file: