Click here to Skip to main content
15,909,591 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem with SQLDataReader and Insert command Pin
Pete O'Hanlon30-Nov-11 11:13
mvePete O'Hanlon30-Nov-11 11:13 
GeneralRe: Problem with SQLDataReader and Insert command Pin
CCodeNewbie30-Nov-11 11:21
CCodeNewbie30-Nov-11 11:21 
GeneralRe: Problem with SQLDataReader and Insert command Pin
Pete O'Hanlon30-Nov-11 11:29
mvePete O'Hanlon30-Nov-11 11:29 
AnswerRe: Problem with SQLDataReader and Insert command Pin
Pete O'Hanlon21-Nov-11 8:48
mvePete O'Hanlon21-Nov-11 8:48 
GeneralRe: Problem with SQLDataReader and Insert command Pin
CCodeNewbie21-Nov-11 21:45
CCodeNewbie21-Nov-11 21:45 
GeneralRe: Problem with SQLDataReader and Insert command Pin
Pete O'Hanlon21-Nov-11 22:01
mvePete O'Hanlon21-Nov-11 22:01 
GeneralRe: Problem with SQLDataReader and Insert command Pin
CCodeNewbie21-Nov-11 22:53
CCodeNewbie21-Nov-11 22:53 
QuestionDeploying C# Application with Crystal report Pin
akosidandan19-Nov-11 23:51
akosidandan19-Nov-11 23:51 
Hello Experts,


I would like to ask even though I manage to add the Merge Module for visual studio 2010 so that I can deploy my Application that uses crystal report I still got the error below.

Could not load file or assembly CrystalDecisions.Windows.Forms.Version=13.0.2000.0

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.


File name: 'CrystalDecisions.Windows.Forms, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
   at SimplyOutbound.Form1.InitializeComponent()
   at SimplyOutbound.Form1..ctor()
   at SimplyOutbound.ReportGenerator.btnView_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].





Any advice, suggestion are so much appreciated.


Thanks,

DAN
AnswerRe: Deploying C# Application with Crystal report Pin
akosidandan20-Nov-11 1:39
akosidandan20-Nov-11 1:39 
AnswerRe: Deploying C# Application with Crystal report Pin
thatraja20-Nov-11 2:56
professionalthatraja20-Nov-11 2:56 
Questiondata presentation Pin
Tom Paronis19-Nov-11 10:14
Tom Paronis19-Nov-11 10:14 
AnswerRe: data presentation Pin
PIEBALDconsult20-Nov-11 2:55
mvePIEBALDconsult20-Nov-11 2:55 
QuestionSQL Compact v3.5 ComboBox Not Populating from Query Pin
namelkcip19-Nov-11 8:16
namelkcip19-Nov-11 8:16 
QuestionSOS Something strange with memory Pin
Member 807559118-Nov-11 21:48
Member 807559118-Nov-11 21:48 
AnswerRe: SOS Something strange with memory Pin
OriginalGriff18-Nov-11 22:01
mveOriginalGriff18-Nov-11 22:01 
GeneralRe: SOS Something strange with memory Pin
Member 807559119-Nov-11 0:09
Member 807559119-Nov-11 0:09 
AnswerRe: SOS Something strange with memory Pin
Luc Pattyn19-Nov-11 7:28
sitebuilderLuc Pattyn19-Nov-11 7:28 
GeneralRe: SOS Something strange with memory Pin
Member 807559119-Nov-11 20:52
Member 807559119-Nov-11 20:52 
QuestionC# class that makes program read SqlConnection string from xml file Pin
Framework .l.18-Nov-11 17:36
Framework .l.18-Nov-11 17:36 
AnswerRe: C# class that makes program read SqlConnection string from xml file Pin
Wayne Gaylard18-Nov-11 19:31
professionalWayne Gaylard18-Nov-11 19:31 
GeneralRe: C# class that makes program read SqlConnection string from xml file Pin
Framework .l.18-Nov-11 19:46
Framework .l.18-Nov-11 19:46 
GeneralRe: C# class that makes program read SqlConnection string from xml file Pin
Wayne Gaylard18-Nov-11 19:51
professionalWayne Gaylard18-Nov-11 19:51 
GeneralRe: C# class that makes program read SqlConnection string from xml file Pin
Framework .l.18-Nov-11 19:55
Framework .l.18-Nov-11 19:55 
GeneralRe: C# class that makes program read SqlConnection string from xml file Pin
Wayne Gaylard18-Nov-11 20:00
professionalWayne Gaylard18-Nov-11 20:00 
AnswerRe: C# class that makes program read SqlConnection string from xml file Pin
OriginalGriff18-Nov-11 20:38
mveOriginalGriff18-Nov-11 20:38 

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.