When developing a MEF application on a mapped network drive I get an FileLoadException when calling:
catalog.Catalogs.Add(
newDirectoryCatalog(@".\InterfaceImplementations\"));
Exception Message "Could not load file or assembly 'StandAlone, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of
its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)" string
I can get the project to work when it is loaded on my local computer. How can I get it to work from the mapped network drive?