Forum: C# May 16th, 2008 |
| Replies: 0 Views: 386 hi,
Can someone help me in getting the userinformation from the windows Active Directory.
My PC is installed with windowsXP.How to set the LDAP Path ?
thanks.
santosh. |
Forum: C# May 15th, 2008 |
| Replies: 2 Views: 10,703 Hi,
Can anyone let me know how to list all the users from a windows active directory using C#.
thanks.
santosh. |
Forum: C# Apr 18th, 2008 |
| Replies: 3 Views: 655 Hi,
How to connect to sql server...on a remote system using the IP address of the machine.
I actually want to start the MSSQLSERVER on a remote machine using the sql service manager.
how can... |
Forum: C# Apr 17th, 2008 |
| Replies: 6 Views: 1,876 Hi...this is the complete code.I had set the timer for 1min.When I start the service it is working fine for about 3 or 4 min..and it stopps working.what is the reason.
using System;
using... |
Forum: C# Apr 16th, 2008 |
| Replies: 6 Views: 1,876 public partial class LDMSN : ServiceBase
{
private Timer _timer;
private bool _IsStarted;
private int TimerValue=60000;
public LDMSN()
{
... |
Forum: C# Apr 15th, 2008 |
| Replies: 6 Views: 1,876 Hi,
I am sorry if I am posting ...at wrong place.I donno where to post this.
I have developed a windows service which uses a timer...to run the SQL Server for exactly 30min.If sqlserer service... |