I have an exception in the EventLog for my application like this:
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)
Can somebody tell me what I am doing wrong? I can share with my code If you can help me( VS2010 )
I am writing an application that would create user account in Active Directory with the name from SQL table record. This application is a windows service. This project has few files of code.