Click here to Skip to main content
15,893,668 members
Home / Discussions / C#
   

C#

 
AnswerRe: try {} catch {} not working Pin
Wayne Gaylard20-Apr-11 23:27
professionalWayne Gaylard20-Apr-11 23:27 
GeneralRe: try {} catch {} not working Pin
ShadowUz20-Apr-11 23:38
ShadowUz20-Apr-11 23:38 
AnswerRe: try {} catch {} not working Pin
Ennis Ray Lynch, Jr.21-Apr-11 3:34
Ennis Ray Lynch, Jr.21-Apr-11 3:34 
QuestionWindows Application Pin
dbongs20-Apr-11 21:42
dbongs20-Apr-11 21:42 
AnswerRe: Windows Application Pin
Wayne Gaylard20-Apr-11 22:09
professionalWayne Gaylard20-Apr-11 22:09 
JokeRe: Windows Application Pin
Mycroft Holmes20-Apr-11 22:15
professionalMycroft Holmes20-Apr-11 22:15 
GeneralRe: Windows Application Pin
dbongs20-Apr-11 23:40
dbongs20-Apr-11 23:40 
GeneralRe: Windows Application Pin
Pete O'Hanlon21-Apr-11 9:57
mvePete O'Hanlon21-Apr-11 9:57 
The reason that it's doing this is because you have a master version in your solution, and it is set to be copied to the output directory whenever you build the application. This means that you are making changes to your data when the app is running and then losing them when the master overwrites it. Take a look at the Copy to output directory property on the local database file.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


AnswerRe: Windows Application Pin
wizardzz21-Apr-11 6:27
wizardzz21-Apr-11 6:27 
QuestionHow to add application name in context menu. Pin
sarang_k20-Apr-11 21:00
sarang_k20-Apr-11 21:00 
AnswerRe: How to add application name in context menu. Pin
Mycroft Holmes20-Apr-11 22:20
professionalMycroft Holmes20-Apr-11 22:20 
GeneralRe: How to add application name in context menu. Pin
BobJanova20-Apr-11 23:18
BobJanova20-Apr-11 23:18 
AnswerRe: How to add application name in context menu. Pin
BobJanova20-Apr-11 23:28
BobJanova20-Apr-11 23:28 
Questionhow to deploy the C# application on the linux platform Pin
scoket20-Apr-11 18:19
scoket20-Apr-11 18:19 
AnswerRe: how to deploy the C# application on the linux platform Pin
GlobX20-Apr-11 19:56
GlobX20-Apr-11 19:56 
AnswerRe: how to deploy the C# application on the linux platform Pin
John-ph20-Apr-11 20:35
John-ph20-Apr-11 20:35 
GeneralRe: how to deploy the C# application on the linux platform Pin
scoket20-Apr-11 20:38
scoket20-Apr-11 20:38 
QuestionSome Questions for LINQ ? Pin
Honeyboy_2020-Apr-11 13:13
Honeyboy_2020-Apr-11 13:13 
AnswerRe: Some Questions for LINQ ? Pin
Peter_in_278020-Apr-11 14:39
professionalPeter_in_278020-Apr-11 14:39 
AnswerRe: Some Questions for LINQ ? Pin
Prasanta_Prince20-Apr-11 21:42
Prasanta_Prince20-Apr-11 21:42 
Questionusing matlab fuzzy logic in c sharp Pin
Abou taleb20-Apr-11 11:35
Abou taleb20-Apr-11 11:35 
AnswerRe: using matlab fuzzy logic in c sharp Pin
BobJanova20-Apr-11 23:30
BobJanova20-Apr-11 23:30 
Questionhow to open all *.xml files on my computer by my C# program ? Pin
Gali197820-Apr-11 9:58
Gali197820-Apr-11 9:58 
AnswerRe: how to open all *.xml files on my computer by my C# program ? Pin
#realJSOP20-Apr-11 10:04
mve#realJSOP20-Apr-11 10:04 
GeneralRe: how to open all *.xml files on my computer by my C# program ? Pin
DaveyM6920-Apr-11 10:47
professionalDaveyM6920-Apr-11 10:47 

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.