i am using Visual Studio 2012 and in my c#-project i have some references to DLLs located on another machine in the local network. At the beginning everything worked fine and it still compiles without any problem.
But now the Forms-Designer does not work and it tells me, that it can't find this references.
For a short period the usage of a network drive solved this problem, but now i get the same errors. I hope anyone has an idea how to solve this issue...
Before you answer this question keep in mind, that copying the libraries to my local drive is not an option.