I've created a small console application using p4api.net which builds a changelist of files having particular attributes. So far so good, but it's unable to connect if I already have an existing connection open (like if I have an open instance of P4V, for example).
Is there a way to attach to an existing P4 connection, rather than having to close that connection and create a new one within my app?