Click here to Skip to main content
15,890,882 members
Home / Discussions / C#
   

C#

 
Questionwho killed my app!? [modified] Pin
devvvy29-Mar-09 21:26
devvvy29-Mar-09 21:26 
AnswerRe: who killed my app!? Pin
Pete O'Hanlon29-Mar-09 21:58
mvePete O'Hanlon29-Mar-09 21:58 
QuestionVisual C# 2005 Application Error: Please reply Urgent Pin
Rao Rafique29-Mar-09 21:14
Rao Rafique29-Mar-09 21:14 
AnswerRe: Visual C# 2005 Application Error: Please reply Urgent Pin
SeMartens29-Mar-09 21:28
SeMartens29-Mar-09 21:28 
AnswerRe: Visual C# 2005 Application Error: Please reply Urgent Pin
#realJSOP29-Mar-09 23:45
mve#realJSOP29-Mar-09 23:45 
QuestionStatic Vs. Non-Static Connection - C#, SQL Servier in a Multi-User Environment Pin
Prasanth MS29-Mar-09 21:08
Prasanth MS29-Mar-09 21:08 
AnswerRe: Static Vs. Non-Static Connection - C#, SQL Servier in a Multi-User Environment Pin
SeMartens29-Mar-09 21:25
SeMartens29-Mar-09 21:25 
GeneralRe: Static Vs. Non-Static Connection - C#, SQL Servier in a Multi-User Environment Pin
Prasanth MS29-Mar-09 21:56
Prasanth MS29-Mar-09 21:56 
As I already mentioned, I am beginner and I have developed the three-tier application referring many links in the internet.

Eventhough my application can work on multi-user environment, now the customer is working only with one computer and works fine.

I have tested the same on two machines and works fine.

Please note my applications contains the following files
1. APPL.EXE // Contains only Menu and
3. FRONTEND.DLL // Front End Forms
2. BUSINESSLAYER.DLL // Business Layer
3. DATALAYER.DLL // Data Layer
4. REPORTS.DLL // Crystal Reports and Forms to view the same.

On loading Appl.exe, I am opening a static sqlConnection and using the static connection on datalayer.dll. This is because when I want to copy the application to another customer I have to change only the code on APPL.EXE. I have also implemented the same on using another class <myconnection> and works fine.

But I want to know when I have to implement the software on another computer, Whether I have to copy all the files to the second machine or copy the APPL.EXE file to the second machine and refer the DLL files on the Server.

If you want more details, please inform.
GeneralRe: Static Vs. Non-Static Connection - C#, SQL Servier in a Multi-User Environment Pin
SeMartens29-Mar-09 22:11
SeMartens29-Mar-09 22:11 
GeneralRe: Static Vs. Non-Static Connection - C#, SQL Servier in a Multi-User Environment Pin
Prasanth MS29-Mar-09 22:24
Prasanth MS29-Mar-09 22:24 
GeneralRe: Static Vs. Non-Static Connection - C#, SQL Servier in a Multi-User Environment Pin
SeMartens29-Mar-09 22:44
SeMartens29-Mar-09 22:44 
AnswerRe: Static Vs. Non-Static Connection - C#, SQL Servier in a Multi-User Environment Pin
Luc Pattyn30-Mar-09 1:19
sitebuilderLuc Pattyn30-Mar-09 1:19 
QuestionHow to implement IClassFactory2 in C# library? Pin
Member 471608729-Mar-09 20:54
Member 471608729-Mar-09 20:54 
AnswerRe: How to implement IClassFactory2 in C# library? Pin
Christian Graus29-Mar-09 21:02
protectorChristian Graus29-Mar-09 21:02 
AnswerRe: How to implement IClassFactory2 in C# library? Pin
Pete O'Hanlon29-Mar-09 22:12
mvePete O'Hanlon29-Mar-09 22:12 
Questionnotification ballon tip Pin
AlexPizzano29-Mar-09 20:39
AlexPizzano29-Mar-09 20:39 
AnswerRe: notification ballon tip Pin
Xmen Real 29-Mar-09 21:49
professional Xmen Real 29-Mar-09 21:49 
QuestionGenerating formatted file Pin
Andy Rama29-Mar-09 19:53
Andy Rama29-Mar-09 19:53 
AnswerRe: Generating formatted file Pin
Natza Mitzi29-Mar-09 20:06
Natza Mitzi29-Mar-09 20:06 
GeneralRe: Generating formatted file Pin
Andy Rama31-Mar-09 8:57
Andy Rama31-Mar-09 8:57 
GeneralRe: Generating formatted file Pin
Natza Mitzi31-Mar-09 19:13
Natza Mitzi31-Mar-09 19:13 
QuestionRe: Generating formatted file Pin
Andy Rama1-Apr-09 19:52
Andy Rama1-Apr-09 19:52 
AnswerRe: Generating formatted file Pin
Natza Mitzi1-Apr-09 20:51
Natza Mitzi1-Apr-09 20:51 
QuestionRe: Generating formatted file Pin
Andy Rama4-Apr-09 8:28
Andy Rama4-Apr-09 8:28 
AnswerRe: Generating formatted file Pin
Natza Mitzi5-Apr-09 9:20
Natza Mitzi5-Apr-09 9:20 

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.