Click here to Skip to main content
15,881,793 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Error starting window service Pin
obrix_activex24-Jun-09 0:19
obrix_activex24-Jun-09 0:19 
GeneralRe: Error starting window service Pin
himanshu256124-Jun-09 0:43
himanshu256124-Jun-09 0:43 
AnswerRe: Error starting window service Pin
dan!sh 23-Jun-09 22:21
professional dan!sh 23-Jun-09 22:21 
GeneralRe: Error starting window service Pin
obrix_activex24-Jun-09 0:23
obrix_activex24-Jun-09 0:23 
AnswerRe: Error starting window service Pin
PIEBALDconsult24-Jun-09 4:58
mvePIEBALDconsult24-Jun-09 4:58 
GeneralRe: Error starting window service Pin
obrix_activex24-Jun-09 23:04
obrix_activex24-Jun-09 23:04 
GeneralRe: Error starting window service Pin
PIEBALDconsult25-Jun-09 4:23
mvePIEBALDconsult25-Jun-09 4:23 
QuestionHow to have a FileSystemWatcher fire only 1 change event? Pin
Super Lloyd23-Jun-09 20:56
Super Lloyd23-Jun-09 20:56 
AnswerRe: How to have a FileSystemWatcher fire only 1 change event? Pin
Super Lloyd23-Jun-09 21:14
Super Lloyd23-Jun-09 21:14 
AnswerRe: How to have a FileSystemWatcher fire only 1 change event? Pin
Luc Pattyn23-Jun-09 21:16
sitebuilderLuc Pattyn23-Jun-09 21:16 
GeneralRe: How to have a FileSystemWatcher fire only 1 change event? Pin
Super Lloyd23-Jun-09 21:25
Super Lloyd23-Jun-09 21:25 
QuestionError In Connection Pin
rhtbhegade23-Jun-09 20:40
rhtbhegade23-Jun-09 20:40 
AnswerRe: Error In Connection Pin
padmanabhan N23-Jun-09 20:56
padmanabhan N23-Jun-09 20:56 
GeneralRe: Error In Connection Pin
rhtbhegade23-Jun-09 21:00
rhtbhegade23-Jun-09 21:00 

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.