Click here to Skip to main content
15,867,453 members
Home / Discussions / C#
   

C#

 
QuestionDayPilot Calendar cannot Update clientState If i Navigate... Pin
Victor Ebe21-May-15 6:11
Victor Ebe21-May-15 6:11 
AnswerRe: DayPilot Calendar cannot Update clientState If i Navigate... Pin
Ravi Bhavnani21-May-15 8:07
professionalRavi Bhavnani21-May-15 8:07 
QuestionHow to use password protected sqlite database? Pin
DPaul199421-May-15 5:07
DPaul199421-May-15 5:07 
QuestionRe: How to use password protected sqlite database? Pin
Richard MacCutchan21-May-15 5:38
mveRichard MacCutchan21-May-15 5:38 
AnswerRe: How to use password protected sqlite database? Pin
DPaul199421-May-15 6:12
DPaul199421-May-15 6:12 
GeneralRe: How to use password protected sqlite database? Pin
Richard MacCutchan21-May-15 7:48
mveRichard MacCutchan21-May-15 7:48 
GeneralRe: How to use password protected sqlite database? Pin
Eddy Vluggen21-May-15 8:25
professionalEddy Vluggen21-May-15 8:25 
AnswerRe: How to use password protected sqlite database? Pin
OriginalGriff21-May-15 6:05
mveOriginalGriff21-May-15 6:05 
As Richard says, the wrong password is the most obvious problem.
Other possibilities are:
1) It's not an SqLite database at all - ".db" is a common enough extension that it could be a different application
2) It's SqLite, but from a different version - check that the DLLs you are using to access it are the latest version, and that you didn't create it in a later application.

If in doubt, it's worth setting up a connection in Visual studio via the Server Explorer pane - if "Connect to Database" doesn't list SqLite then see here: http://stackoverflow.com/questions/19665370/missing-sqlite-data-provider-in-vs-2013[^]
Once you have a working connection in VS, you can get a "good" connection string in the Properties Pane.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

QuestionProgram for an older version than the one in GAC Pin
Member 1124071321-May-15 4:22
Member 1124071321-May-15 4:22 
SuggestionRe: Program for an older version than the one in GAC Pin
Abhipal Singh21-May-15 8:11
professionalAbhipal Singh21-May-15 8:11 
QuestionWant to ask about Memory (private working set) Windows Services Pin
Mercurius8421-May-15 1:54
Mercurius8421-May-15 1:54 
AnswerRe: Want to ask about Memory (private working set) Windows Services Pin
OriginalGriff21-May-15 2:24
mveOriginalGriff21-May-15 2:24 
AnswerRe: Want to ask about Memory (private working set) Windows Services Pin
Dave Kreskowiak21-May-15 2:28
mveDave Kreskowiak21-May-15 2:28 
QuestionHelp this code shows to me what to do?? Pin
abdo.kouta21-May-15 1:45
abdo.kouta21-May-15 1:45 
AnswerRe: Help this code shows to me what to do?? Pin
Pete O'Hanlon21-May-15 2:13
subeditorPete O'Hanlon21-May-15 2:13 
AnswerRe: Help this code shows to me what to do?? Pin
Dave Kreskowiak21-May-15 2:21
mveDave Kreskowiak21-May-15 2:21 
GeneralRe: Help this code shows to me what to do?? Pin
abdo.kouta21-May-15 2:29
abdo.kouta21-May-15 2:29 
GeneralRe: Help this code shows to me what to do?? Pin
siddartha kopparapu21-May-15 3:12
professionalsiddartha kopparapu21-May-15 3:12 
GeneralRe: Help this code shows to me what to do?? Pin
Dave Kreskowiak21-May-15 6:44
mveDave Kreskowiak21-May-15 6:44 
QuestionC# Help with new level start in Unity Pin
Member 1170715120-May-15 17:33
Member 1170715120-May-15 17:33 
AnswerRe: C# Help with new level start in Unity Pin
mirdana20-May-15 18:52
mirdana20-May-15 18:52 
GeneralRe: C# Help with new level start in Unity Pin
Member 1170715120-May-15 21:24
Member 1170715120-May-15 21:24 
SuggestionRe: C# Help with new level start in Unity Pin
Richard MacCutchan20-May-15 21:32
mveRichard MacCutchan20-May-15 21:32 
GeneralRe: C# Help with new level start in Unity Pin
F-ES Sitecore20-May-15 22:20
professionalF-ES Sitecore20-May-15 22:20 
GeneralRe: C# Help with new level start in Unity Pin
Member 1170715120-May-15 23:46
Member 1170715120-May-15 23:46 

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.