Click here to Skip to main content
15,913,152 members
Home / Discussions / C#
   

C#

 
AnswerRe: codes on data or text mining Pin
Simon P Stevens23-Jun-09 22:56
Simon P Stevens23-Jun-09 22:56 
AnswerRe: codes on data or text mining Pin
Christian Graus23-Jun-09 23:04
protectorChristian Graus23-Jun-09 23:04 
AnswerRe: codes on data or text mining Pin
Manas Bhardwaj23-Jun-09 23:11
professionalManas Bhardwaj23-Jun-09 23:11 
AnswerRe: codes on data or text mining Pin
OriginalGriff24-Jun-09 3:40
mveOriginalGriff24-Jun-09 3:40 
QuestionHeirarchy in DataGridView Pin
Zeeshan Ahmed Memon23-Jun-09 22:36
Zeeshan Ahmed Memon23-Jun-09 22:36 
Questionhitachi 902 Pin
Tauseef A23-Jun-09 22:35
Tauseef A23-Jun-09 22:35 
QuestionRe: hitachi 902 Pin
ribe23-Jul-09 9:30
ribe23-Jul-09 9:30 
AnswerRe: hitachi 902 Pin
Tauseef A23-Jul-09 9:59
Tauseef A23-Jul-09 9:59 
QuestionRe: hitachi 902 Pin
Tauseef A23-Jul-09 10:00
Tauseef A23-Jul-09 10:00 
AnswerRe: hitachi 902 Pin
ribe23-Jul-09 10:08
ribe23-Jul-09 10:08 
GeneralRe: hitachi 902 Pin
Tauseef A23-Jul-09 20:35
Tauseef A23-Jul-09 20:35 
GeneralRe: hitachi 902 Pin
BalachandarD25-Jul-09 1:40
BalachandarD25-Jul-09 1:40 
QuestionDataGridViewComboBoxColumn Pin
mjelten23-Jun-09 22:01
mjelten23-Jun-09 22:01 
AnswerRe: DataGridViewComboBoxColumn Pin
Henry Minute23-Jun-09 23:52
Henry Minute23-Jun-09 23:52 
GeneralRe: DataGridViewComboBoxColumn Pin
mjelten24-Jun-09 1:14
mjelten24-Jun-09 1:14 
GeneralRe: DataGridViewComboBoxColumn Pin
Henry Minute24-Jun-09 1:20
Henry Minute24-Jun-09 1:20 
GeneralRe: DataGridViewComboBoxColumn Pin
mjelten24-Jun-09 2:00
mjelten24-Jun-09 2:00 
GeneralRe: DataGridViewComboBoxColumn Pin
Henry Minute24-Jun-09 2:15
Henry Minute24-Jun-09 2:15 
QuestionRe: DataGridViewComboBoxColumn Pin
PunkIsNotDead26-Jun-09 7:42
PunkIsNotDead26-Jun-09 7:42 
AnswerRe: DataGridViewComboBoxColumn Pin
Henry Minute26-Jun-09 7:50
Henry Minute26-Jun-09 7:50 
GeneralRe: DataGridViewComboBoxColumn Pin
PunkIsNotDead26-Jun-09 9:38
PunkIsNotDead26-Jun-09 9:38 
QuestionError starting window service Pin
obrix_activex23-Jun-09 21:03
obrix_activex23-Jun-09 21:03 
H! All

I have a problem starting window service..i made some adjustment in this existing window service program..i changed the connection string to connect to Oracle(from app.config)..I also added the Oracle Data.Access in the references..and also installed ODT with ODAC 11.1.0.621 driver Oracle.Data.AccessClient in references). From OnStart, it calls a function LLProcess, from there it connects to a web service to execute another function that gets data from SQL Server 2005 and then return it as xml data..and then process this data to save in the oracle database..I tested the program and it was running fine..It can get xml data and saves it to Oracle database. I rebuilt the existing installer and installed it, but when i tried to start it from services, an error pops up..("error 1053: The service did not respond to the start or control request in a timely fashion"). The program uses System.Threading..

I don't know where the error came from..is it the Oracle references might causes the problem? DLL's?

Another thing is that i can execute(or double click) the EXE file manually after the installation and it was running successfully. If that is the case, is it normal for a window service EXE to be run manually?

BTW, The existing program was previously connecting to AS400 and was running in our production server already..


Anyone please help! Thanks!
Regards
AnswerRe: Error starting window service Pin
himanshu256123-Jun-09 21:09
himanshu256123-Jun-09 21:09 
GeneralRe: Error starting window service Pin
obrix_activex23-Jun-09 23:21
obrix_activex23-Jun-09 23:21 
GeneralRe: Error starting window service Pin
himanshu256123-Jun-09 23:39
himanshu256123-Jun-09 23:39 

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.