我创建了 C# windows 服务来监视活动目录密码更改。每当密码更改时,该服务将调用 Web 服务并返回结果。如果服务返回不返回成功,则 filewatcher 目录为此创建一个文本文件;否则不是。当服务启动时,如果有任何待处理的请求,它将处理。
//Whenever file created... Synchronize the pending requests. When active direcory changes occur it will create files. If request is suucessfull delte the created file otherwise not
当我改变`路径。Filewatchercreated 事件未触发。就像用任何其他名称 Data 或类似名称更改密码一样。如果有人可以请帮我解决这个问题。