Click here to Skip to main content
15,904,652 members
Home / Discussions / C#
   

C#

 
QuestionAdding Data to datagridview [modified] Pin
ldsdbomber13-Oct-09 20:36
ldsdbomber13-Oct-09 20:36 
AnswerRe: Adding Data to datagridview Pin
OriginalGriff13-Oct-09 23:50
mveOriginalGriff13-Oct-09 23:50 
GeneralRe: Adding Data to datagridview Pin
ldsdbomber14-Oct-09 1:22
ldsdbomber14-Oct-09 1:22 
Questionwrite to a excel sheet that is already open Pin
ananya choudhury13-Oct-09 17:18
ananya choudhury13-Oct-09 17:18 
QuestionApp Communication via screen reads Pin
Rizean13-Oct-09 15:54
Rizean13-Oct-09 15:54 
QuestionVisual Studio integrated Source Control Pin
Expert Coming13-Oct-09 13:46
Expert Coming13-Oct-09 13:46 
AnswerRe: Visual Studio integrated Source Control Pin
Expert Coming13-Oct-09 15:26
Expert Coming13-Oct-09 15:26 
GeneralRe: Visual Studio integrated Source Control Pin
Not Active13-Oct-09 17:41
mentorNot Active13-Oct-09 17:41 
AnswerRe: Visual Studio integrated Source Control Pin
Kevin Marois14-Oct-09 5:38
professionalKevin Marois14-Oct-09 5:38 
Question[Message Deleted] Pin
arkiboys13-Oct-09 12:20
arkiboys13-Oct-09 12:20 
AnswerRe: linqtoxml - update Pin
Christian Graus13-Oct-09 12:23
protectorChristian Graus13-Oct-09 12:23 
GeneralRe: linqtoxml - update Pin
arkiboys13-Oct-09 12:34
arkiboys13-Oct-09 12:34 
AnswerRe: linqtoxml - update Pin
Not Active13-Oct-09 12:27
mentorNot Active13-Oct-09 12:27 
QuestionWindows Service and Process Class [modified] Pin
Fallout_Monkey13-Oct-09 11:37
Fallout_Monkey13-Oct-09 11:37 
AnswerRe: Windows Service and Process Class Pin
Jacobb Michael13-Oct-09 17:35
Jacobb Michael13-Oct-09 17:35 
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 

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.