We migrated from Windows XP to 7, and we're currently using clearcase as our version control.
I have a .NET app that worked perfectly fine on XP, and works fine if I run it from my local drive. But when I run it from its clearcase directory, for some reason its gets denied a request for a LdapConnection.
Can it be some weird win7 privilages thing? Or is it clearcase related?
It cant be the app as it works fine in every other condition.
Thanks in advace, Avi.
EDIT: I feel like I haven't supplied enough details, so here they are: I'm using a 64 bit version of WIN7, and working on a dynamic view of clearcase version 7.1
The point of failure is a c# code line that initiates a new instnace of LdapConnection class. I'm getting an LdapException saying "The connection cannot be established"
Its not a server issue as the exact same code works fine when run from WIN XP or WIN7 on a local C: drive.