Of Course it is a windows service...The name of the Service is Of Course Unique...but has one Executable.
people laugh at me because they say im different and I laugh at them because they are all the same.
Of Course it is a windows service...The name of the Service is Of Course Unique...but has one Executable.
people laugh at me because they say im different and I laugh at them because they are all the same.
Hi, I have a windows service installed in my machine and User can create multipe instance of the Same service dynamically. Now the Problem is how to get the Name of all the Instance of the Windows Service from my windows Application using WMI ?
people laugh at me because they say im different and I laugh at them because they are all the same.
but this is possible only in .net Framework 2.0 ...I am currently using .net Framework 1.1...!
people laugh at me because they say im different and I laugh at them because they are all the same.
Thanks, After the service is installed it is not going to be recompiled in any way..So why do i at all make changes to the App.config file...Please clarify..
people laugh at me because they say im different and I laugh at them because they are all the same.
hi , I'm using .net 1.1 and have t send mail using System.Web.Mail.I have to handle errors like when the message sending fails i have to resend the mail,If the address is invalid i should not resend it again and if the mail bounce due to mailbox full,i have to resend it..Is it possible if i use System.Web.Mail. I know this can be handed in .Net 2.0 using System.Net.mail.
people laugh at me because they say im different and I laugh at them because they are all the same.
hi, The changes made in the App.config will not take effect even ater stopping and starting the service , not untill you recompile the solution....
people laugh at me because they say im different and I laugh at them because they are all the same.
Hi, how to monitor the status of the service from a utility developed in c#,I came to know that we can use either System.ServiceProcess.ServiceController class or WMI.Which is more robust,and feasible way.....I have to start,Stop and pause a service ,the App.config file has settings like polling time...I am not able to modify the service during runtime if i make change to the App.config after installing the service.So is it Feasible to modify the Application.exe.config file during runtime to make the changes take effect during runtime...
Hi, How to handle errors in SMTP class using .Net.Like if it the mail bounces back how to get that message.though using catch block i can handle general exceptions while sending Mail.i need to check the type of exception like if the recipient's mail box is full(The mail would typically bounce back - how to get these type of exceptions). And i have to check if the SMTP sever is not down before sending mail.I am using .Net framework 1.1(version 2003) -- modified at 12:39 Thursday 8th March, 2007
people laugh at me because they say im different and I laugh at them because they are all the same.
HI, I have two instance of oracle 9i running in the database server.How do i connect to different instance from c#?
people laugh at me because they say im different and I laugh at them because they are all the same.
i have created a usercontrol in .Net and im adding that control from code behind of the webform,i have created some properties in the user controls .How do i access those property from the code behind of my web form?
people laugh at me because they say im different and I laugh at them because they are all the same.
Not triggers actually.You have "sp_add_alert" like http://msdn2.microsoft.com/en-us/library/aa259587(SQL.80).aspx by this you can create a database alert .I just wana know how to notify the alert to the application.
people laugh at me because they say im different and I laugh at them because they are all the same.
hi, How do we notify the application about alerts in the database. Actually i have created an alert in the database and it gets called whenever an update occurs in the database.how does the application gets to know that an alert has been called?the database is SQL Server 2000 and im using c#.
people laugh at me because they say im different and I laugh at them because they are all the same.
How do i capture the events in the datagrid header text? actually i have to sort the datagrid column when an image is click on the header of the datagrid column?
people laugh at me because they say im different and I laugh at them because they are all the same.
Thanks for the reply this is what i was looking for But is it possible to receive notification message when database is in unix environment and your .Net application is in windows environment?
people laugh at me because they say im different and I laugh at them because they are all the same.
hi, Is there a way to notify the windows application if an insert or update occurs in the database.I don't want to use polling.
people laugh at me because they say im different and I laugh at them because they are all the same.
i got the answer.The situation is like we have to monitor multiple server from the single service for perfomance reasons we are using a single service .
people laugh at me because they say im different and I laugh at them because they are all the same.
how to create multiple instance of a windows service in the same server.I have to run 5 instance of a single windows service in the same server .Environment is .Net and c#
people laugh at me because they say im different and I laugh at them because they are all the same.
To uninstall windows service use installutil/u from your visual studio command prompt like installutil/u and for the next one i hope you should ask in sql forum.
Luck is Opportunity with hardwork
Hi, Is it possible to get the relative path of the current process ?If yes how?
Luck is Opportunity with hardwork
Thanks umseker.. It works.. :)
Luck is Opportunity with hardwork