Click here to Skip to main content
15,889,795 members
Home / Discussions / C#
   

C#

 
QuestionHow to build a trial version setup using C#.net Pin
eswar pothula18-Mar-10 5:57
eswar pothula18-Mar-10 5:57 
AnswerRe: How to build a trial version setup using C#.net Pin
Saksida Bojan18-Mar-10 7:15
Saksida Bojan18-Mar-10 7:15 
Generalc# Pin
akshatak18-Mar-10 5:46
akshatak18-Mar-10 5:46 
GeneralRe: c# Pin
Keith Barrow18-Mar-10 6:52
professionalKeith Barrow18-Mar-10 6:52 
QuestionWindows NT service to Web Service conversion Pin
prakk8818-Mar-10 5:43
prakk8818-Mar-10 5:43 
AnswerRe: Windows NT service to Web Service conversion Pin
Dave Kreskowiak18-Mar-10 8:55
mveDave Kreskowiak18-Mar-10 8:55 
GeneralRe: Windows NT service to Web Service conversion Pin
prakk8819-Mar-10 4:56
prakk8819-Mar-10 4:56 
GeneralRe: Windows NT service to Web Service conversion Pin
Dave Kreskowiak19-Mar-10 12:32
mveDave Kreskowiak19-Mar-10 12:32 
prakk88 wrote:
we mght have to change the ways it is triggered and the way it can be invoked... am i right or going wrong?


Absolutely right. You will have to change the way it's triggered. The only way to trigger a method on a web service is to call it from a client over HTTP. This will require you to write an app that will call the web service and probably launch that as part of a scheduled job. Oh, wait. You just ended up back at where you started from making all of this a moot point.

Granted, you get the ability to pass parameters to the web service method call and call it any time you want. But, you have to understand how web services work, security implications and how they relate to what your service is doing, the accounts and limitations that the web service runs under, impersonation may be required, depending on your requirements, and in that case, user authentication issues, ...

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: Windows NT service to Web Service conversion Pin
prakk8820-Mar-10 4:36
prakk8820-Mar-10 4:36 
QuestionEntity Framework ComboBox issue !! Pin
Minimech18-Mar-10 5:07
Minimech18-Mar-10 5:07 
AnswerRe: Entity Framework ComboBox issue !! Pin
Migounette18-Mar-10 7:22
Migounette18-Mar-10 7:22 
GeneralRe: Entity Framework ComboBox issue !! Pin
Minimech18-Mar-10 9:28
Minimech18-Mar-10 9:28 
QuestionNew problem with linq just started ... anyone seen this? Pin
Michael J. Eber18-Mar-10 5:04
Michael J. Eber18-Mar-10 5:04 
AnswerRe: New problem with linq just started ... anyone seen this? Pin
RugbyLeague18-Mar-10 5:29
RugbyLeague18-Mar-10 5:29 
GeneralRe: New problem with linq just started ... anyone seen this? Pin
Michael J. Eber18-Mar-10 10:23
Michael J. Eber18-Mar-10 10:23 
GeneralRe: New problem with linq just started ... anyone seen this? Pin
RugbyLeague18-Mar-10 22:46
RugbyLeague18-Mar-10 22:46 
AnswerRe: New problem with linq just started ... anyone seen this? Pin
Keith Barrow18-Mar-10 6:48
professionalKeith Barrow18-Mar-10 6:48 
GeneralRe: New problem with linq just started ... anyone seen this? Pin
Michael J. Eber18-Mar-10 10:22
Michael J. Eber18-Mar-10 10:22 
QuestionGrouping similar taskbar buttons in the Taskbar Pin
stanley1818-Mar-10 3:07
stanley1818-Mar-10 3:07 
AnswerRe: Grouping similar taskbar buttons in the Taskbar Pin
Michael J. Eber18-Mar-10 10:36
Michael J. Eber18-Mar-10 10:36 
QuestionDesign-time code generation; InitializeComponent Pin
phanton18-Mar-10 2:06
phanton18-Mar-10 2:06 
AnswerRe: Design-time code generation; InitializeComponent Pin
phanton18-Mar-10 3:56
phanton18-Mar-10 3:56 
GeneralRe: Design-time code generation; InitializeComponent Pin
Speto25-Oct-10 15:26
professionalSpeto25-Oct-10 15:26 
QuestionRun method on client from server Pin
pointdee18-Mar-10 2:02
pointdee18-Mar-10 2:02 
AnswerRe: Run method on client from server Pin
Not Active18-Mar-10 3:14
mentorNot Active18-Mar-10 3:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.