Click here to Skip to main content
15,918,007 members
Home / Discussions / C#
   

C#

 
AnswerRe: image in byte [] Pin
DaveyM6924-Oct-08 22:06
professionalDaveyM6924-Oct-08 22:06 
AnswerRe: image in byte [] Pin
Mark Salsbery25-Oct-08 5:56
Mark Salsbery25-Oct-08 5:56 
Questionadd resouces (icon) to solution Pin
nelsonpaixao24-Oct-08 13:52
nelsonpaixao24-Oct-08 13:52 
QuestionAssembly Loading Event Pin
pdohara24-Oct-08 11:18
pdohara24-Oct-08 11:18 
AnswerRe: Assembly Loading Event Pin
leppie24-Oct-08 11:48
leppie24-Oct-08 11:48 
GeneralRe: Assembly Loading Event Pin
pdohara26-Oct-08 15:11
pdohara26-Oct-08 15:11 
QuestionUse Web Service in Windows Service Pin
Vicky2Galaxy24-Oct-08 9:54
Vicky2Galaxy24-Oct-08 9:54 
AnswerRe: Use Web Service in Windows Service Pin
Dave Kreskowiak24-Oct-08 16:15
mveDave Kreskowiak24-Oct-08 16:15 
You have to narrow down where the problem is. Is it in calling the Web Service? Is it connecting to the database?? Is it in calling the database functions?? There's too many places to list.

But, I'll take an educated guess at it and say that you used a Trusted Connection to the database, correct? Since services are, by default, run under the Local System account, the SQL server doesn't trust it, so, the connection fails. It's better to use an SQL account that is specificly used by your service to log into the database.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionConvert Console Application C# sharp Method Pin
zjaffary24-Oct-08 8:59
zjaffary24-Oct-08 8:59 
AnswerRe: Convert Console Application C# sharp Method Pin
Ennis Ray Lynch, Jr.24-Oct-08 9:06
Ennis Ray Lynch, Jr.24-Oct-08 9:06 
GeneralRe: Convert Console Application C# sharp Method Pin
Vasudevan Deepak Kumar24-Oct-08 9:51
Vasudevan Deepak Kumar24-Oct-08 9:51 
GeneralRe: Convert Console Application C# sharp Method Pin
Ennis Ray Lynch, Jr.24-Oct-08 9:55
Ennis Ray Lynch, Jr.24-Oct-08 9:55 
AnswerRe: Convert Console Application C# sharp Method Pin
Fayu24-Oct-08 9:10
Fayu24-Oct-08 9:10 
AnswerRe: Convert Console Application C# sharp Method Pin
zjaffary25-Oct-08 3:05
zjaffary25-Oct-08 3:05 
GeneralRe: Convert Console Application C# sharp Method Pin
Fayu12-Nov-08 15:46
Fayu12-Nov-08 15:46 
QuestionResuming a download stream Pin
Fayu24-Oct-08 8:57
Fayu24-Oct-08 8:57 
AnswerRe: Resuming a download stream Pin
Ennis Ray Lynch, Jr.24-Oct-08 9:10
Ennis Ray Lynch, Jr.24-Oct-08 9:10 
GeneralRe: Resuming a download stream Pin
Fayu24-Oct-08 9:13
Fayu24-Oct-08 9:13 
GeneralRe: Resuming a download stream Pin
Ennis Ray Lynch, Jr.24-Oct-08 9:22
Ennis Ray Lynch, Jr.24-Oct-08 9:22 
AnswerResolution: Pin
Fayu24-Oct-08 19:13
Fayu24-Oct-08 19:13 
AnswerRe: Resuming a download stream Pin
zjaffary25-Oct-08 3:06
zjaffary25-Oct-08 3:06 
GeneralRe: Resuming a download stream Pin
Guffa25-Oct-08 3:16
Guffa25-Oct-08 3:16 
QuestionPrint error from CaptureAndPrintMSChart project [modified] Pin
ATC24-Oct-08 8:40
ATC24-Oct-08 8:40 
QuestionCapture Screen problem Pin
Xmen Real 24-Oct-08 8:09
professional Xmen Real 24-Oct-08 8:09 
Questionsizing editor Pin
netJP12L24-Oct-08 7:26
netJP12L24-Oct-08 7:26 

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.