How to call a function from windows service
-
hi all, I have a class which has a functions to generate XML files based on given parameters, Move these files from one machine to another and execute these files over a database. Iam able to call these functions fine on a button click event. It is required that the functions all be automated .. I tried this by calling these functions from a windows service(C#) in the OnStart() method but i see that they are not executing... I am not able to debug the windows service. How can i automate the execution of my class functions using windows service or some other kind of scheduler? Thanks in anticipation
-
hi all, I have a class which has a functions to generate XML files based on given parameters, Move these files from one machine to another and execute these files over a database. Iam able to call these functions fine on a button click event. It is required that the functions all be automated .. I tried this by calling these functions from a windows service(C#) in the OnStart() method but i see that they are not executing... I am not able to debug the windows service. How can i automate the execution of my class functions using windows service or some other kind of scheduler? Thanks in anticipation