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

C#

 
AnswerRe: Unwanted resizing in Button components Pin
Christian Graus29-Mar-09 22:34
protectorChristian Graus29-Mar-09 22:34 
GeneralRe: Unwanted resizing in Button components Pin
roza_gh29-Mar-09 22:39
roza_gh29-Mar-09 22:39 
GeneralRe: Unwanted resizing in Button components Pin
Christian Graus30-Mar-09 0:28
protectorChristian Graus30-Mar-09 0:28 
GeneralRe: Unwanted resizing in Button components Pin
roza_gh30-Mar-09 0:58
roza_gh30-Mar-09 0:58 
QuestionC# with Ms Access , Crystal Reports and Windows Application. Pin
jimish129-Mar-09 21:44
jimish129-Mar-09 21:44 
AnswerRe: C# with Ms Access , Crystal Reports and Windows Application. Pin
Greg Chelstowski29-Mar-09 23:26
Greg Chelstowski29-Mar-09 23:26 
GeneralRe: C# with Ms Access , Crystal Reports and Windows Application. Pin
jimish130-Mar-09 1:41
jimish130-Mar-09 1:41 
QuestionWhich free Antivirus can remove this: WORM_KLEZ.E Pin
Rao Rafique29-Mar-09 21:34
Rao Rafique29-Mar-09 21:34 
AnswerRe: Which free Antivirus can remove this: WORM_KLEZ.E Pin
Pete O'Hanlon29-Mar-09 21:45
mvePete O'Hanlon29-Mar-09 21:45 
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
professional#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 

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.