Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
GeneralRe: XML Upload Pin
Dave Kreskowiak6-Jun-13 2:10
mveDave Kreskowiak6-Jun-13 2:10 
GeneralRe: XML Upload Pin
OriginalGriff6-Jun-13 8:12
mveOriginalGriff6-Jun-13 8:12 
GeneralMy vote of 1 Pin
Keith Barrow6-Jun-13 2:48
professionalKeith Barrow6-Jun-13 2:48 
QuestionExcel Spreadsheet formatting via OfficeOpenXml Pin
matt_1ca5-Jun-13 22:49
matt_1ca5-Jun-13 22:49 
AnswerRe: Excel Spreadsheet formatting via OfficeOpenXml Pin
Richard MacCutchan5-Jun-13 23:32
mveRichard MacCutchan5-Jun-13 23:32 
GeneralRe: Excel Spreadsheet formatting via OfficeOpenXml Pin
matt_1ca8-Jun-13 22:32
matt_1ca8-Jun-13 22:32 
Questionc# error with database query transactions Pin
User34905-Jun-13 22:35
User34905-Jun-13 22:35 
AnswerRe: c# error with database query transactions Pin
OriginalGriff5-Jun-13 23:07
mveOriginalGriff5-Jun-13 23:07 
If you can read from it, but not write to it, then the most likely problem is permissions on the file or the folder you have stored it in. It is probable that you have installed the database file in the application folder, which on the release machine means under one of the "Program Files" folder. Writes to these folders are heavily discouraged, and if you have done that it is a poor idea. It works on your development machine because the application is in the Debug or Release folder of your project - not the "Program Files" folder at all.
Have a look here: Where should I store my data?[^] and move you data to a more sensible location!
The universe is composed of electrons, neutrons, protons and......morons. (ThePhantomUpvoter)

GeneralRe: c# error with database query transactions Pin
User34905-Jun-13 23:41
User34905-Jun-13 23:41 
GeneralRe: c# error with database query transactions Pin
OriginalGriff6-Jun-13 0:02
mveOriginalGriff6-Jun-13 0:02 
GeneralRe: c# error with database query transactions Pin
User34906-Jun-13 0:36
User34906-Jun-13 0:36 
GeneralRe: c# error with database query transactions Pin
OriginalGriff6-Jun-13 0:44
mveOriginalGriff6-Jun-13 0:44 
GeneralMessage Closed Pin
6-Jun-13 1:07
User34906-Jun-13 1:07 
GeneralRe: c# error with database query transactions Pin
OriginalGriff6-Jun-13 1:10
mveOriginalGriff6-Jun-13 1:10 
GeneralRe: c# error with database query transactions Pin
User34906-Jun-13 1:18
User34906-Jun-13 1:18 
GeneralRe: c# error with database query transactions Pin
OriginalGriff6-Jun-13 1:26
mveOriginalGriff6-Jun-13 1:26 
GeneralRe: c# error with database query transactions Pin
User34906-Jun-13 7:34
User34906-Jun-13 7:34 
GeneralRe: c# error with database query transactions Pin
OriginalGriff6-Jun-13 8:00
mveOriginalGriff6-Jun-13 8:00 
GeneralRe: c# error with database query transactions Pin
User34906-Jun-13 8:14
User34906-Jun-13 8:14 
GeneralRe: c# error with database query transactions Pin
OriginalGriff6-Jun-13 8:16
mveOriginalGriff6-Jun-13 8:16 
AnswerRe: c# error with database query transactions Pin
Eddy Vluggen5-Jun-13 23:19
professionalEddy Vluggen5-Jun-13 23:19 
QuestionHow to upload pdf file from sql to C# Pin
naylynn5-Jun-13 4:36
naylynn5-Jun-13 4:36 
AnswerRe: How to upload pdf file from sql to C# Pin
vanikanc5-Jun-13 4:42
vanikanc5-Jun-13 4:42 
GeneralRe: How to upload pdf file from sql to C# Pin
naylynn6-Jun-13 6:58
naylynn6-Jun-13 6:58 
AnswerRe: How to upload pdf file from sql to C# Pin
jschell5-Jun-13 9:27
jschell5-Jun-13 9: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.