Click here to Skip to main content
15,914,014 members
Home / Discussions / C#
   

C#

 
GeneralRe: I need help with C# Pin
Ennis Ray Lynch, Jr.3-Mar-08 8:53
Ennis Ray Lynch, Jr.3-Mar-08 8:53 
GeneralRe: I need help with C# Pin
DaveyM693-Mar-08 8:54
professionalDaveyM693-Mar-08 8:54 
GeneralRe: I need help with C# Pin
DeepToot3-Mar-08 8:56
DeepToot3-Mar-08 8:56 
GeneralRe: I need help with C# Pin
DaveyM693-Mar-08 9:06
professionalDaveyM693-Mar-08 9:06 
GeneralRe: I need help with C# Pin
J4amieC3-Mar-08 22:32
J4amieC3-Mar-08 22:32 
GeneralRe: I need help with C# Pin
DaveyM694-Mar-08 3:32
professionalDaveyM694-Mar-08 3:32 
GeneralRe: I need help with C# Pin
Ravenet3-Mar-08 14:24
Ravenet3-Mar-08 14:24 
Generalinstallation woes Pin
KBTibbs3-Mar-08 7:27
KBTibbs3-Mar-08 7:27 
I've got a small C# .NET application that manages users and logons for my company's website (for use by the customer service department). Now, I need to extend this program to be able to point to the production or test databases (for Q.A. testers). My problem is that it is built on a pretty hefty set of DLLs (that serve as the Data Access layer for this and several other related projects) that pull connection string from the .config file.

This is probably bad design, but I couldn't figure out how else to do it. Anyway, now I'm desperately searching for some way to deploy the project with two EXEs and two app.config files.

ClickOnce can allow me to deploy multiple executables, but that (as far as I can tell) requires a second VS project and so i would need to maintain the exact same code in two different spots instead of one (YUCK!). Unfortunately I don't know anything about MSI installers to know if they can help me.

Any pointers would be appreciated (about how to fix my design, certainly, but more so how to get past this last hurdle... as a rewrite of my DAL would take far more time than I have). Thanks in advance.

KBTibbs
GeneralRe: installation woes Pin
Gareth H3-Mar-08 7:36
Gareth H3-Mar-08 7:36 
GeneralRe: installation woes Pin
KBTibbs3-Mar-08 7:43
KBTibbs3-Mar-08 7:43 
GeneralRe: installation woes Pin
Ed.Poore3-Mar-08 8:01
Ed.Poore3-Mar-08 8:01 
GeneralRe: installation woes Pin
KBTibbs3-Mar-08 8:10
KBTibbs3-Mar-08 8:10 
GeneralRe: installation woes Pin
Ed.Poore3-Mar-08 11:21
Ed.Poore3-Mar-08 11:21 
GeneralRe: installation woes Pin
KBTibbs4-Mar-08 7:33
KBTibbs4-Mar-08 7:33 
GeneralRe: installation woes Pin
Ed.Poore4-Mar-08 7:45
Ed.Poore4-Mar-08 7:45 
GeneralLoad Assembly given a namespace Pin
AJ1233-Mar-08 7:20
AJ1233-Mar-08 7:20 
GeneralRe: Load Assembly given a namespace Pin
Dave Kreskowiak3-Mar-08 9:42
mveDave Kreskowiak3-Mar-08 9:42 
GeneralWindows Service and guidance Pin
Saamir3-Mar-08 6:52
Saamir3-Mar-08 6:52 
Question.Net version of depends? Pin
Russell Jones3-Mar-08 5:52
Russell Jones3-Mar-08 5:52 
AnswerRe: .Net version of depends? Pin
Ed.Poore3-Mar-08 8:02
Ed.Poore3-Mar-08 8:02 
AnswerRe: .Net version of depends? Pin
Dave Kreskowiak3-Mar-08 9:39
mveDave Kreskowiak3-Mar-08 9:39 
GeneralRe: .Net version of depends? Pin
Russell Jones3-Mar-08 22:49
Russell Jones3-Mar-08 22:49 
Generaldatabind myTextbox.Text to myXmlElement.Value Pin
buchstaben3-Mar-08 4:42
buchstaben3-Mar-08 4:42 
QuestionGetManifestResource problem Pin
JustRonald3-Mar-08 4:36
JustRonald3-Mar-08 4:36 
GeneralRe: GetManifestResource problem Pin
led mike3-Mar-08 5:02
led mike3-Mar-08 5:02 

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.