Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
Emanuele Bonin6-Feb-15 7:46
Emanuele Bonin6-Feb-15 7:46 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
OriginalGriff6-Feb-15 8:12
mveOriginalGriff6-Feb-15 8:12 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
Emanuele Bonin6-Feb-15 8:54
Emanuele Bonin6-Feb-15 8:54 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
OriginalGriff6-Feb-15 9:09
mveOriginalGriff6-Feb-15 9:09 
QuestionHow to solve ? Pin
Member 114321975-Feb-15 23:40
Member 114321975-Feb-15 23:40 
AnswerRe: How to solve ? Pin
BillWoodruff5-Feb-15 23:44
professionalBillWoodruff5-Feb-15 23:44 
AnswerRe: How to solve ? Pin
V.5-Feb-15 23:54
professionalV.5-Feb-15 23:54 
AnswerRe: How to solve ? Pin
Keith Barrow6-Feb-15 0:55
professionalKeith Barrow6-Feb-15 0:55 
Member 11432197 wrote:
Message=Login failed for user 'sa'.

Basically the code isn't logging in correctly. There are a few causes:

  • You haven't provided any password for the account "sa"
  • You haven't provided the correct password for the account "sa"
  • The account sa doesn't exist where you are trying to log in
  • The server isn't configured to allow sql authentication (it isn't in mixed mode in the case of MS SQL server) - this is less likely


How you fix this is another matter - you need to provide the correct credentials (username and password) in either code in your web/app .config. Note that config is better as you can encrypt the information.
Slightly off topic, but logging in as "sa" (system administrator)
KeithBarrow.net[^] - It might not be very good, but at least it is free!

Questionhow to add an edit button on first row in gridview Pin
upendra shahi5-Feb-15 21:27
upendra shahi5-Feb-15 21:27 
AnswerRe: how to add an edit button on first row in gridview Pin
Richard MacCutchan5-Feb-15 22:00
mveRichard MacCutchan5-Feb-15 22:00 
QuestionECC implementation Pin
Member 114315045-Feb-15 19:14
Member 114315045-Feb-15 19:14 
AnswerRe: ECC implementation Pin
DelphiCoder5-Feb-15 20:24
DelphiCoder5-Feb-15 20:24 
Questionmultilanguage support by windows application using C# Pin
Member 114314135-Feb-15 18:58
Member 114314135-Feb-15 18:58 
AnswerRe: multilanguage support by windows application using C# Pin
V.5-Feb-15 20:15
professionalV.5-Feb-15 20:15 
QuestionTable Adapter Pin
Member 114310155-Feb-15 12:49
Member 114310155-Feb-15 12:49 
SuggestionRe: Table Adapter Pin
Richard MacCutchan5-Feb-15 21:59
mveRichard MacCutchan5-Feb-15 21:59 
QuestionReorganise algorithm Pin
sebyku5-Feb-15 11:27
sebyku5-Feb-15 11:27 
AnswerRe: Reorganise algorithm Pin
DelphiCoder5-Feb-15 17:24
DelphiCoder5-Feb-15 17:24 
QuestionImport C function from DLL with passing FILE stream pointer as parameter Pin
Miloš Križan5-Feb-15 9:26
Miloš Križan5-Feb-15 9:26 
AnswerRe: Import C function from DLL with passing FILE stream pointer as parameter Pin
Richard Andrew x645-Feb-15 14:41
professionalRichard Andrew x645-Feb-15 14:41 
QuestionSocket IAsyncResult - Catch SocketError Pin
sheldons5-Feb-15 8:47
sheldons5-Feb-15 8:47 
SuggestionRe: Socket IAsyncResult - Catch SocketError Pin
Richard MacCutchan5-Feb-15 21:56
mveRichard MacCutchan5-Feb-15 21:56 
GeneralRe: Socket IAsyncResult - Catch SocketError Pin
sheldons6-Feb-15 5:59
sheldons6-Feb-15 5:59 
GeneralRe: Socket IAsyncResult - Catch SocketError Pin
Richard MacCutchan6-Feb-15 6:01
mveRichard MacCutchan6-Feb-15 6:01 
QuestionWord document converted to image is showing transparent background Pin
Member 103642244-Feb-15 22:27
professionalMember 103642244-Feb-15 22:27 

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.