Getting that error message when trying to do an F5 on a WCF Service Library project that is stored on a network location.
I've added the following to both my app.config and the devenv.exe.config:
<configuration>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
Still doesn't help. None of the files are from an external site. The .dll it actually references is the same .dll file the Project creates when it builds ... so I'm at a loss for why it can't reference that same .dll at this time.