Click here to Skip to main content
15,896,730 members
Home / Discussions / C#
   

C#

 
AnswerRe: two use-cases that do not (surprise) cause a compiler error in VS 2010 Pro PinPopular
Luc Pattyn22-Aug-11 3:09
sitebuilderLuc Pattyn22-Aug-11 3:09 
GeneralRe: two use-cases that do not (surprise) cause a compiler error in VS 2010 Pro Pin
Shameel22-Aug-11 4:52
professionalShameel22-Aug-11 4:52 
AnswerRe: two use-cases that do not (surprise) cause a compiler error in VS 2010 Pro Pin
Shameel22-Aug-11 4:27
professionalShameel22-Aug-11 4:27 
Questionwindow services in VS2008 [modified] Pin
Aisha sharma21-Aug-11 21:12
Aisha sharma21-Aug-11 21:12 
AnswerRe: window services in VS2008 Pin
Richard MacCutchan21-Aug-11 21:38
mveRichard MacCutchan21-Aug-11 21:38 
AnswerRe: window services in VS2008 Pin
Paul E Davies21-Aug-11 22:07
Paul E Davies21-Aug-11 22:07 
GeneralRe: window services in VS2008 Pin
Aisha sharma22-Aug-11 0:29
Aisha sharma22-Aug-11 0:29 
GeneralRe: window services in VS2008 [modified] Pin
Paul E Davies22-Aug-11 2:56
Paul E Davies22-Aug-11 2:56 
I've re-read you question.

Yes you can use your application as a service but not without some modification. If most of the functionality is in class libraries then your application (be it a console application or a windows service) acts as an entry point to your functionality.

You will need to do some extra work around error reporting and service specific things like startup options but a basic introduction to windows services via google will help with this.

modified on Monday, August 22, 2011 9:17 AM

QuestionXML to Excel parsing Pin
yoni.kess21-Aug-11 4:15
yoni.kess21-Aug-11 4:15 
AnswerRe: XML to Excel parsing Pin
Not Active21-Aug-11 6:47
mentorNot Active21-Aug-11 6:47 
GeneralRe: XML to Excel parsing [modified] Pin
yoni.kess23-Aug-11 9:31
yoni.kess23-Aug-11 9:31 
GeneralRe: XML to Excel parsing Pin
Not Active23-Aug-11 9:53
mentorNot Active23-Aug-11 9:53 
GeneralRe: XML to Excel parsing Pin
yoni.kess24-Aug-11 21:06
yoni.kess24-Aug-11 21:06 
QuestionPass object from an app to another Pin
mehrdadc4820-Aug-11 23:50
mehrdadc4820-Aug-11 23:50 
AnswerRe: Pass object from an app to another Pin
#realJSOP21-Aug-11 2:56
professional#realJSOP21-Aug-11 2:56 
AnswerRe: Pass object from an app to another [modified] Pin
Manfred Rudolf Bihy21-Aug-11 3:32
professionalManfred Rudolf Bihy21-Aug-11 3:32 
GeneralRe: Pass object from an app to another Pin
Keith Barrow21-Aug-11 9:23
professionalKeith Barrow21-Aug-11 9:23 
GeneralRe: Pass object from an app to another Pin
Manfred Rudolf Bihy21-Aug-11 20:50
professionalManfred Rudolf Bihy21-Aug-11 20:50 
SuggestionTIP: Autosetting properties in C# using DefaultValue attributes Pin
Itai Basel20-Aug-11 14:53
Itai Basel20-Aug-11 14:53 
GeneralRe: TIP: Autosetting properties in C# using DefaultValue attributes Pin
Mycroft Holmes20-Aug-11 16:48
professionalMycroft Holmes20-Aug-11 16:48 
GeneralRe: TIP: Autosetting properties in C# using DefaultValue attributes Pin
Itai Basel20-Aug-11 19:58
Itai Basel20-Aug-11 19:58 
GeneralRe: TIP: Autosetting properties in C# using DefaultValue attributes Pin
Itai Basel20-Aug-11 20:09
Itai Basel20-Aug-11 20:09 
GeneralRe: TIP: Autosetting properties in C# using DefaultValue attributes Pin
Mycroft Holmes20-Aug-11 22:35
professionalMycroft Holmes20-Aug-11 22:35 
GeneralRe: TIP: Autosetting properties in C# using DefaultValue attributes Pin
PIEBALDconsult20-Aug-11 19:57
mvePIEBALDconsult20-Aug-11 19:57 
GeneralRe: TIP: Autosetting properties in C# using DefaultValue attributes Pin
thatraja20-Aug-11 21:40
professionalthatraja20-Aug-11 21:40 

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.