我的应用程序的 EventLog 中有一个异常,如下所示:
Application: Synchronizator_AD.exe Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NotImplementedException Stack: at
Synchronizator_AD.Application.Database(Synchronizator_AD.Databases,
System.String, System.String, System.String) at
Synchronizator_AD.Application.Start(System.String) at
Synchronizator_AD.Synchronizator_AD.TimerTick(System.Object) at
System.Threading._TimerCallback.TimerCallback_Context(System.Object) at
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
System.Threading.ContextCallback, System.Object, Boolean) at
System.Threading._TimerCallback.PerformTimerCallback(System.Object)
有人可以告诉我我做错了什么吗?我可以分享我的代码如果你能帮助我(VS2010)
我正在编写一个应用程序,它将使用 SQL 表记录中的名称在 Active Directory 中创建用户帐户。此应用程序是 Windows 服务。这个项目的代码文件很少。