Active Directory SetPassword Issue

  • Thread starter Thread starter Vikash Kumar Mitruka
  • Start date Start date
V

Vikash Kumar Mitruka

Hi,

While Invoking the SetPassword to reset the passowrkd of user in AD, i
m getting the following error

Exception Occurred at the target of Invocation

Inner Exception -- {"The network path was not found." }

A quick response will be highly obliged

Thanks
Vikash
 
While Invoking the SetPassword to reset the passowrkd of user in AD, i
m getting the following error

Exception Occurred at the target of Invocation

Inner Exception -- {"The network path was not found." }

It would appear as if your user object doesn't exist - most likely
since your LDAP path would be incorrect or incomplete.

Can you post a bit more of your code? What object do you bind to? Are
you 200% sure that object exists??

Marc
================================================================
Marc Scheuner May The Source Be With You!
Berne, Switzerland m.scheuner -at- inova.ch
 
Back
Top