Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Service and Process Class Pin
Fallout_Monkey27-Oct-09 6:39
Fallout_Monkey27-Oct-09 6:39 
AnswerRe: Windows Service and Process Class Pin
Dave Kreskowiak13-Oct-09 18:27
mveDave Kreskowiak13-Oct-09 18:27 
GeneralRe: Windows Service and Process Class Pin
Fallout_Monkey27-Oct-09 6:42
Fallout_Monkey27-Oct-09 6:42 
GeneralRe: Windows Service and Process Class Pin
Dave Kreskowiak27-Oct-09 11:59
mveDave Kreskowiak27-Oct-09 11:59 
GeneralRe: Windows Service and Process Class [modified] Pin
Fallout_Monkey28-Oct-09 4:56
Fallout_Monkey28-Oct-09 4:56 
GeneralRe: Windows Service and Process Class Pin
Dave Kreskowiak28-Oct-09 13:26
mveDave Kreskowiak28-Oct-09 13:26 
GeneralRe: Windows Service and Process Class Pin
Fallout_Monkey29-Oct-09 5:11
Fallout_Monkey29-Oct-09 5:11 
GeneralRe: Windows Service and Process Class Pin
Dave Kreskowiak29-Oct-09 14:51
mveDave Kreskowiak29-Oct-09 14:51 
Well, there's a bunch that changes between a console app, a service, and a normal Windows app. Apartment models, message pumps, execution environment, ... The dependancies DO change depending on if the app is a console or a Windows forms app.

If you really want to get to it, I'd probably contact whoever wrote the controls/classes your app is using and see if those controls/classes have been tested in Console and Service apps and if they have threading apartment model restrictions.

Any "normal" code doesn't really change between the different app types, but the framework around your app does and so do the requirements of third party components.


Fallout_Monkey wrote:
I mean if I was calling a vbscript with everything the same and the script ran from the console app but not from the service, would you be saying the check the dependencies?


Not exactly a good example since the script runs in a completely seperate (and consistent) execution environment.


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 Service and Process Class Pin
Fallout_Monkey30-Oct-09 9:17
Fallout_Monkey30-Oct-09 9:17 
GeneralRe: Windows Service and Process Class Pin
Dave Kreskowiak30-Oct-09 12:47
mveDave Kreskowiak30-Oct-09 12:47 
QuestionRemote PC Control Pin
aravindjayan13-Oct-09 10:46
aravindjayan13-Oct-09 10:46 
AnswerRe: Remote PC Control Pin
Mycroft Holmes13-Oct-09 14:44
professionalMycroft Holmes13-Oct-09 14:44 
GeneralRe: Remote PC Control Pin
aravindjayan14-Oct-09 2:43
aravindjayan14-Oct-09 2:43 
AnswerRe: Remote PC Control Pin
Jacobb Michael13-Oct-09 17:37
Jacobb Michael13-Oct-09 17:37 
Question(File System Monitoring) :: File Deletion & Who Removed It Pin
bs999913-Oct-09 10:36
bs999913-Oct-09 10:36 
AnswerRe: (File System Monitoring) :: File Deletion & Who Removed It Pin
Jacobb Michael13-Oct-09 17:40
Jacobb Michael13-Oct-09 17:40 
AnswerRe: (File System Monitoring) :: File Deletion & Who Removed It Pin
Dave Kreskowiak13-Oct-09 18:22
mveDave Kreskowiak13-Oct-09 18:22 
QuestionMutithreaded Job execution engine in a Farm environment Pin
sachet sharma13-Oct-09 9:46
sachet sharma13-Oct-09 9:46 
AnswerRe: Mutithreaded Job execution engine in a Farm environment Pin
Mycroft Holmes13-Oct-09 14:51
professionalMycroft Holmes13-Oct-09 14:51 
QuestionProblem to display relational data in dataGridView in Entity Framework. Pin
hdv21213-Oct-09 9:39
hdv21213-Oct-09 9:39 
Questionzoom like as autocad without quality Pin
dotork13-Oct-09 8:44
dotork13-Oct-09 8:44 
AnswerRe: zoom like as autocad without quality Pin
Dave Kreskowiak13-Oct-09 18:16
mveDave Kreskowiak13-Oct-09 18:16 
QuestionListView Scrolling Pin
Zaegra13-Oct-09 7:32
Zaegra13-Oct-09 7:32 
AnswerRe: ListView Scrolling Pin
Ian Shlasko13-Oct-09 8:08
Ian Shlasko13-Oct-09 8:08 
QuestionRe: ListView Scrolling [modified] Pin
Zaegra13-Oct-09 8:12
Zaegra13-Oct-09 8:12 

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.