Hello-
I've been renaming AutomaticUpdater.dll for awhile now for use with plugins for an app without problems
Yesterday, I upgraded to 2.6.13 and now, for some reason after renaming AutomaticUpdater.dll my app says it can't find the .dll when it's run.
Here's what I'm doing:
1) Rename AutomaticUpdater.dll and remake the reference in my app2) Rebuild3) When I try to run, I get an exception that AutomaticUpdater can't be found. Oddly, if I rename it in the Program Folder back to AutomaticUpdater.dll from, say, AutomaticUpdater7.9.dll, my app runs fine.
This doesn't seem to be a 2.6.13 issue either. I have 2.6.11.2 running with a different name in another instance, yet when I try to use 2.6.11.2 with the new builds of my app I get the same error.
I am totally stumped. Is there some setting I may have ticked in VS 2010 to create this problem?