Whenever I choose a custom output folder in a WCF Service or Web project in VS .NET 2008, running the project always gives me errors or inconsistencies as far as finding the right referenced assemblies.
For example, if the output folder is < solution root >\bin instead of < solution root >\Project\bin, the project will still attempt to find assemblies in "< solution root >\Project\bin"). Is there no way to specify arbitrary dll output for web projects and have them run correctly?
-Tim