Click here to Skip to main content
15,921,467 members
Home / Discussions / C#
   

C#

 
GeneralRe: Display images in the Image data type XTraReport Pin
nhanlaptrinh24-Jun-13 6:45
nhanlaptrinh24-Jun-13 6:45 
GeneralRe: Display images in the Image data type XTraReport Pin
Pete O'Hanlon24-Jun-13 7:11
mvePete O'Hanlon24-Jun-13 7:11 
QuestionRe: Display images in the Image data type XTraReport Pin
nhanlaptrinh30-Jun-13 15:06
nhanlaptrinh30-Jun-13 15:06 
QuestionCall C++ Functions in C# (.NET 4.5) Pin
Vimalsoft(Pty) Ltd23-Jun-13 10:48
professionalVimalsoft(Pty) Ltd23-Jun-13 10:48 
AnswerRe: Call C++ Functions in C# (.NET 4.5) Pin
Bernhard Hiller23-Jun-13 21:04
Bernhard Hiller23-Jun-13 21:04 
GeneralRe: Call C++ Functions in C# (.NET 4.5) Pin
Vimalsoft(Pty) Ltd23-Jun-13 21:04
professionalVimalsoft(Pty) Ltd23-Jun-13 21:04 
QuestionaxWindowsMediaplayer memory leak Pin
john0022-Jun-13 22:45
john0022-Jun-13 22:45 
AnswerRe: axWindowsMediaplayer memory leak Pin
Bernhard Hiller23-Jun-13 21:08
Bernhard Hiller23-Jun-13 21:08 
GeneralRe: axWindowsMediaplayer memory leak Pin
john0023-Jun-13 21:45
john0023-Jun-13 21:45 
Question=> operator in C# Pin
trinh.nguyen22-Jun-13 18:35
trinh.nguyen22-Jun-13 18:35 
AnswerRe: => operator in C# Pin
Abhinav S22-Jun-13 18:38
Abhinav S22-Jun-13 18:38 
GeneralRe: => operator in C# Pin
trinh.nguyen22-Jun-13 18:53
trinh.nguyen22-Jun-13 18:53 
AnswerRe: => operator in C# Pin
XoulsZ23-Jun-13 11:00
XoulsZ23-Jun-13 11:00 
GeneralRe: => operator in C# Pin
Bernhard Hiller23-Jun-13 21:11
Bernhard Hiller23-Jun-13 21:11 
AnswerRe: => operator in C# Pin
Rahul Rajat Singh24-Jun-13 1:03
professionalRahul Rajat Singh24-Jun-13 1:03 
AnswerRe: => operator in C# Pin
Amir Mohammad Nasrollahi29-Jul-13 7:10
professionalAmir Mohammad Nasrollahi29-Jul-13 7:10 
QuestionC# have linq to sql access config file Pin
sc steinhayse22-Jun-13 10:41
sc steinhayse22-Jun-13 10:41 
I am having a linq to sql problem with a C# 2010 windows form application when it is changed to a dll and accessed by other applications. The purpose of the calling the code as a dll is for performance reasons and to share the code accross multiple applications.

When the application is on its own, it runs fine.

Basically when the linq to sql was dragged to the desktop, a default linq to sql connection was setup by the .net framework. However I changed the *.designer.cs to use the system.configuration namespace,
added a reference to the system.configuration namespace, and changed the default linq to sql connection to use the database connection obttained in app.config file. I also removed any refernces to the default database connections in the the 'properties or 'settings' section for each project file folder.

Now the problem is the default setting values to the database are reset by the .net framework. Thwe values in the app.config file are no longer being used.

Can you show me code, point me to a reference, and/or tell how I can make this application is the connection string values in the app.config file again?
AnswerRe: C# have linq to sql access config file Pin
Richard MacCutchan22-Jun-13 23:49
mveRichard MacCutchan22-Jun-13 23:49 
GeneralRe: C# have linq to sql access config file Pin
sc steinhayse23-Jun-13 10:50
sc steinhayse23-Jun-13 10:50 
GeneralRe: C# have linq to sql access config file Pin
Richard MacCutchan23-Jun-13 21:01
mveRichard MacCutchan23-Jun-13 21:01 
QuestionPopulate Products as Buttons Pin
Jassim Rahma22-Jun-13 1:46
Jassim Rahma22-Jun-13 1:46 
AnswerRe: Populate Products as Buttons Pin
OriginalGriff22-Jun-13 3:48
mveOriginalGriff22-Jun-13 3:48 
Questionuse my windows application both offline and online. when it connect to internet ,it should synchronize my data and should visible to everybody those who use this software Pin
jithintbr22-Jun-13 0:42
jithintbr22-Jun-13 0:42 
QuestionRe: use my windows application both offline and online. when it connect to internet ,it should synchronize my data and should visible to everybody those who use this software Pin
Richard MacCutchan22-Jun-13 1:00
mveRichard MacCutchan22-Jun-13 1:00 
AnswerRe: use my windows application both offline and online. when it connect to internet ,it should synchronize my data and should visible to everybody those who use this software Pin
OriginalGriff22-Jun-13 1:01
mveOriginalGriff22-Jun-13 1:01 

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.