Click here to Skip to main content
15,924,507 members
Home / Discussions / C#
   

C#

 
AnswerRe: ADO.NET related question Pin
Ravi Bhavnani6-Sep-06 1:07
professionalRavi Bhavnani6-Sep-06 1:07 
QuestionWhat format is the best for a procedure? Pin
steed leung5-Sep-06 22:17
steed leung5-Sep-06 22:17 
AnswerRe: What format is the best for a procedure? Pin
Nader Elshehabi6-Sep-06 1:14
Nader Elshehabi6-Sep-06 1:14 
AnswerRe: What format is the best for a procedure? Pin
steed leung6-Sep-06 16:38
steed leung6-Sep-06 16:38 
QuestionCrystal Report Redistributable - Not Pin
Glen Harvy5-Sep-06 22:06
Glen Harvy5-Sep-06 22:06 
AnswerRe: Crystal Report Redistributable - Not Pin
Aaron Dilliard6-Sep-06 9:33
Aaron Dilliard6-Sep-06 9:33 
GeneralRe: Crystal Report Redistributable - Not Pin
Glen Harvy6-Sep-06 12:11
Glen Harvy6-Sep-06 12:11 
GeneralRe: Crystal Report Redistributable - Not Pin
c#guy38116-Sep-06 17:20
c#guy38116-Sep-06 17:20 
The CR Engine is a managed library that is referenced in your project. Most client computers that dont have the .NET SDK will lack these .dll's, which is why you need the merge module. 26mb sounds about right. You can create an installer just to install the merge module, then have your end users download it only if they experience problems.

To do that, just create a setup project, then in the solution panel right click and select add merge module. Browse to the CR_2005 merge module and select it. This will install the merge module only. Note, as I said before, your clients will need to have admin access to install.

If you need anything else, just let me know.
Aaron
QuestionThe type or namespace name 'rtbText' could not be found (are you missing a using directive or an assembly reference?) Pin
Kyle Bartolo5-Sep-06 22:00
Kyle Bartolo5-Sep-06 22:00 
AnswerRe: The type or namespace name 'rtbText' could not be found (are you missing a using directive or an assembly reference?) Pin
mikone5-Sep-06 23:25
mikone5-Sep-06 23:25 
AnswerRe: The type or namespace name 'rtbText' could not be found (are you missing a using directive or an assembly reference?) Pin
Nader Elshehabi6-Sep-06 1:34
Nader Elshehabi6-Sep-06 1:34 
Questionhow to add C++ code in CSharp Programming Pin
phijophlip5-Sep-06 22:00
phijophlip5-Sep-06 22:00 
AnswerRe: how to add C++ code in CSharp Programming Pin
erfi5-Sep-06 23:36
erfi5-Sep-06 23:36 
AnswerRe: how to add C++ code in CSharp Programming Pin
Nader Elshehabi6-Sep-06 2:06
Nader Elshehabi6-Sep-06 2:06 
Questionplz help me,i want to send/receive data to one hardware device that is conneted with GPIB cable , how can i send data to that device in C#.net Pin
premkamalg5-Sep-06 21:58
premkamalg5-Sep-06 21:58 
AnswerRe: plz help me,i want to send/receive data to one hardware device that is conneted with GPIB cable , how can i send data to that device in C#.net Pin
Nader Elshehabi6-Sep-06 2:33
Nader Elshehabi6-Sep-06 2:33 
Questiond Pin
penecilllin5-Sep-06 21:49
penecilllin5-Sep-06 21:49 
AnswerRe: the ~ operator preceding constructor Pin
ejuanpp5-Sep-06 22:14
ejuanpp5-Sep-06 22:14 
AnswerRe: the ~ operator preceding constructor Pin
Guffa6-Sep-06 0:34
Guffa6-Sep-06 0:34 
AnswerRe: the ~ operator preceding constructor Pin
Scott Dorman6-Sep-06 21:15
professionalScott Dorman6-Sep-06 21:15 
Questionassigning stretchable background image at run time Pin
Ravikumar Patra5-Sep-06 21:38
professionalRavikumar Patra5-Sep-06 21:38 
AnswerRe: assigning stretchable background image at run time Pin
ejuanpp5-Sep-06 22:25
ejuanpp5-Sep-06 22:25 
QuestionCellphone Dilemma [modified] Pin
L Viljoen5-Sep-06 21:38
professionalL Viljoen5-Sep-06 21:38 
AnswerRe: Cellphone Dilemma Pin
Ashley van Gerven5-Sep-06 22:06
Ashley van Gerven5-Sep-06 22:06 
AnswerRe: Cellphone Dilemma Pin
Steve S6-Sep-06 0:18
Steve S6-Sep-06 0:18 

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.