Click here to Skip to main content
15,908,444 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: window service debuging Pin
Ebube21-Jun-08 4:43
Ebube21-Jun-08 4:43 
AnswerRe: window service debuging Pin
Eduard Keilholz21-Jun-08 7:38
Eduard Keilholz21-Jun-08 7:38 
GeneralRe: window service debuging Pin
Ebube24-Jun-08 6:36
Ebube24-Jun-08 6:36 
AnswerRe: window service debuging Pin
Ashfield21-Jun-08 7:41
Ashfield21-Jun-08 7:41 
GeneralRe: window service debuging Pin
Ebube22-Jun-08 0:27
Ebube22-Jun-08 0:27 
GeneralRe: window service debuging Pin
Ashfield22-Jun-08 21:00
Ashfield22-Jun-08 21:00 
GeneralRe: window service debuging Pin
Ebube23-Jun-08 7:59
Ebube23-Jun-08 7:59 
AnswerRe: window service debuging Pin
Dave Kreskowiak22-Jun-08 6:32
mveDave Kreskowiak22-Jun-08 6:32 
I can't tell because you didn't post the connection string, but the common problem in connecting to an SQL Server from a Windows Service is using Integrated Security. The Local System account has no permissions to SQL Server, so the connection will not work.

Best practice is to NOT use integrated security, unless absolutely necessary and, instead, create a user account in SQL Server that the Service will use to connect to SQL Server. This gives you much greater control over what that account can and cannot do in SQL, resulting in greater security of your data.


A guide to posting questions on CodeProject[^]



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




GeneralRe: window service debuging Pin
Ebube24-Jun-08 19:08
Ebube24-Jun-08 19:08 
GeneralRe: window service debuging Pin
Dave Kreskowiak25-Jun-08 2:36
mveDave Kreskowiak25-Jun-08 2:36 
GeneralRe: window service debuging Pin
Ebube25-Jun-08 8:13
Ebube25-Jun-08 8:13 
Questionexe problem Pin
kadkir20-Jun-08 20:38
kadkir20-Jun-08 20:38 
AnswerRe: exe problem Pin
Christian Graus20-Jun-08 21:20
protectorChristian Graus20-Jun-08 21:20 
AnswerRe: exe problem Pin
jzonthemtn21-Jun-08 2:02
jzonthemtn21-Jun-08 2:02 
GeneralRe: exe problem Pin
kadkir23-Jun-08 19:27
kadkir23-Jun-08 19:27 
QuestionHow can I display these: ♥ ♦ ♣ ♠ , in a richtextbox? Pin
alexvw20-Jun-08 13:30
alexvw20-Jun-08 13:30 
AnswerRe: How can I display these: ♥ ♦ ♣ ♠ , in a richtextbox? Pin
Paul Conrad21-Jun-08 3:56
professionalPaul Conrad21-Jun-08 3:56 
AnswerRe: How can I display these: ♥ ♦ ♣ ♠ , in a richtextbox? Pin
alexvw21-Jun-08 13:24
alexvw21-Jun-08 13:24 
AnswerRe: How can I display these: ♥ ♦ ♣ ♠ , in a richtextbox? Pin
Thomas Stockwell23-Jun-08 15:18
professionalThomas Stockwell23-Jun-08 15:18 
QuestionVB.NET SerialPort.... Pin
Mr. J20-Jun-08 10:54
Mr. J20-Jun-08 10:54 
AnswerRe: VB.NET SerialPort.... Pin
rudemusik20-Jun-08 11:32
rudemusik20-Jun-08 11:32 
GeneralRe: VB.NET SerialPort.... Pin
Mr. J20-Jun-08 11:58
Mr. J20-Jun-08 11:58 
GeneralRe: VB.NET SerialPort.... Pin
rudemusik20-Jun-08 12:51
rudemusik20-Jun-08 12:51 
GeneralRe: VB.NET SerialPort.... Pin
Mr. J21-Jun-08 1:31
Mr. J21-Jun-08 1:31 
GeneralRe: VB.NET SerialPort.... Pin
Mr. J21-Jun-08 2:13
Mr. J21-Jun-08 2:13 

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.