Click here to Skip to main content
15,910,083 members
Home / Discussions / C#
   

C#

 
AnswerRe: XAML Templates for Win 10 Pin
Evil Iceblock1-Sep-15 19:09
Evil Iceblock1-Sep-15 19:09 
Questionaccess to localdb from different pcs in a lan network Pin
Member 1189642727-Aug-15 7:00
Member 1189642727-Aug-15 7:00 
AnswerRe: access to localdb from different pcs in a lan network Pin
OriginalGriff27-Aug-15 8:10
mveOriginalGriff27-Aug-15 8:10 
GeneralRe: access to localdb from different pcs in a lan network Pin
Member 1189642727-Aug-15 8:18
Member 1189642727-Aug-15 8:18 
GeneralRe: access to localdb from different pcs in a lan network Pin
OriginalGriff27-Aug-15 8:39
mveOriginalGriff27-Aug-15 8:39 
GeneralRe: access to localdb from different pcs in a lan network Pin
Member 1189642727-Aug-15 18:57
Member 1189642727-Aug-15 18:57 
GeneralRe: access to localdb from different pcs in a lan network Pin
OriginalGriff27-Aug-15 22:47
mveOriginalGriff27-Aug-15 22:47 
GeneralRe: access to localdb from different pcs in a lan network Pin
Member 1189642728-Aug-15 1:43
Member 1189642728-Aug-15 1:43 
i use sql server express localdb. This is the connection string i used:
connectionString="Data Source=(LocalDB)\v11.0;AttachDbFilename=|DataDirectory|\mydb.mdf;Integrated Security=True" providerName="System.Data.SqlClient" (this is from app.config).
What changes must do here? Realy big sorry for bothering you but i need your help!

I try this and did not work: In the "third machine" i open the configuration file and use this connection string -> connectionString="Data Source=192.168.1.44;AttachDbFilename=|DataDirectory|\mydb.mdf;Integrated Security=True" providerName="System.Data.SqlClient"

Where is the problem?

Thank you friend for your time
GeneralRe: access to localdb from different pcs in a lan network Pin
OriginalGriff28-Aug-15 2:02
mveOriginalGriff28-Aug-15 2:02 
GeneralRe: access to localdb from different pcs in a lan network Pin
Member 1189642728-Aug-15 2:19
Member 1189642728-Aug-15 2:19 
GeneralRe: access to localdb from different pcs in a lan network Pin
OriginalGriff28-Aug-15 2:29
mveOriginalGriff28-Aug-15 2:29 
AnswerRe: access to localdb from different pcs in a lan network Pin
Gilbert Consellado27-Aug-15 16:11
professionalGilbert Consellado27-Aug-15 16:11 
GeneralRe: access to localdb from different pcs in a lan network Pin
Member 1189642727-Aug-15 19:05
Member 1189642727-Aug-15 19:05 
GeneralRe: access to localdb from different pcs in a lan network Pin
Gilbert Consellado28-Aug-15 5:46
professionalGilbert Consellado28-Aug-15 5:46 
AnswerRe: access to localdb from different pcs in a lan network Pin
Eddy Vluggen28-Aug-15 2:04
professionalEddy Vluggen28-Aug-15 2:04 
QuestionLooking for Critique of My Answers to Recent C# Multithreading Interview Questions... Pin
clientSurfer26-Aug-15 8:06
professionalclientSurfer26-Aug-15 8:06 
AnswerRe: Looking for Critique of My Answers to Recent C# Multithreading Interview Questions... Pin
Dave Kreskowiak26-Aug-15 8:39
mveDave Kreskowiak26-Aug-15 8:39 
GeneralRe: Looking for Critique of My Answers to Recent C# Multithreading Interview Questions... Pin
clientSurfer26-Aug-15 9:16
professionalclientSurfer26-Aug-15 9:16 
GeneralRe: Looking for Critique of My Answers to Recent C# Multithreading Interview Questions... Pin
Dave Kreskowiak26-Aug-15 10:27
mveDave Kreskowiak26-Aug-15 10:27 
GeneralRe: Looking for Critique of My Answers to Recent C# Multithreading Interview Questions... Pin
clientSurfer26-Aug-15 12:37
professionalclientSurfer26-Aug-15 12:37 
JokeRe: Looking for Critique of My Answers to Recent C# Multithreading Interview Questions... Pin
clientSurfer26-Aug-15 9:21
professionalclientSurfer26-Aug-15 9:21 
GeneralRe: Looking for Critique of My Answers to Recent C# Multithreading Interview Questions... Pin
Dave Kreskowiak26-Aug-15 10:28
mveDave Kreskowiak26-Aug-15 10:28 
AnswerRe: Looking for Critique of My Answers to Recent C# Multithreading Interview Questions... Pin
F-ES Sitecore27-Aug-15 0:50
professionalF-ES Sitecore27-Aug-15 0:50 
GeneralRe: Looking for Critique of My Answers to Recent C# Multithreading Interview Questions... Pin
clientSurfer27-Aug-15 6:21
professionalclientSurfer27-Aug-15 6:21 
AnswerRe: Looking for Critique of My Answers to Recent C# Multithreading Interview Questions... Pin
Richard MacCutchan27-Aug-15 1:41
mveRichard MacCutchan27-Aug-15 1:41 

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.