Click here to Skip to main content
15,901,957 members
Home / Discussions / C#
   

C#

 
AnswerRe: what is the best way for open connection to database ? - discussion Pin
0x3c011-Aug-09 9:49
0x3c011-Aug-09 9:49 
AnswerRe: what is the best way for open connection to database ? - discussion Pin
Henry Minute11-Aug-09 10:39
Henry Minute11-Aug-09 10:39 
AnswerRe: what is the best way for open connection to database ? - discussion Pin
Mycroft Holmes11-Aug-09 13:59
professionalMycroft Holmes11-Aug-09 13:59 
AnswerRe: what is the best way for open connection to database ? - discussion Pin
PIEBALDconsult11-Aug-09 16:57
mvePIEBALDconsult11-Aug-09 16:57 
QuestionUnhandled Null Exception error looping through DataGridView Pin
Wheels01211-Aug-09 9:03
Wheels01211-Aug-09 9:03 
AnswerRe: Unhandled Null Exception error looping through DataGridView Pin
0x3c011-Aug-09 9:27
0x3c011-Aug-09 9:27 
GeneralRe: Unhandled Null Exception error looping through DataGridView Pin
Wheels01211-Aug-09 9:33
Wheels01211-Aug-09 9:33 
QuestionProblem with running C# application using ZedGraph Pin
TamasK911-Aug-09 9:02
TamasK911-Aug-09 9:02 
Hello,

Im new in programing and this is the reason why i ask you for help.
I had a program and after i click on a button i would like to show up a new form where is a ZedGraph sample.
I did everything like in Quick Start Tutorial
( http://zedgraph.org/wiki/index.php?title=CSharp_Reference_Code_for_Sample_Charts ).
Than i run the Build Solution and got no error message. But when i run the application and click on the button i got an unhandled exception message:

"Could not load file or assembly 'ZedGraph, version=5.1.5.28844, Culture=neutral, PublicKeyToken=02a83cbd123fcd60' or one of its dependencies. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'ZedGraph, Version=5.1.5.28844, Culture=neutral, PublicKeyToken=02a83cbd123fcd60' or one of its dependencies. The system cannot find the file specified.
File name: 'ZedGraph, Version=5.1.5.28844, Culture=neutral, PublicKeyToken=02a83cbd123fcd60'
at Proba_5___XML.graf.InitializeComponent()
at Proba_5___XML.graf..ctor() in D:\-= FEI =-\-= Diplomovka =-\Programozas\Program - Utlmovy Plan\Proba 21\Proba 5 - XML\graf.cs:line 17
at Proba_5___XML.Form1.button7_Click(Object sender, EventArgs e) in D:\-= FEI =-\-= Diplomovka =-\Programozas\Program - Utlmovy Plan\Proba 21\Proba 5 - XML\Form1.cs:line 641
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)"


I dont know what i did wrong. Ill be happy for any help.

Regards
Tom
AnswerRe: Problem with running C# application using ZedGraph Pin
Member 360949112-Aug-09 14:35
Member 360949112-Aug-09 14:35 
QuestionPosition of a bitmap into a PictureBox Pin
Mirshinni11-Aug-09 8:36
Mirshinni11-Aug-09 8:36 
AnswerRe: Position of a bitmap into a PictureBox Pin
Henry Minute11-Aug-09 8:46
Henry Minute11-Aug-09 8:46 
GeneralRe: Position of a bitmap into a PictureBox Pin
Mirshinni11-Aug-09 9:36
Mirshinni11-Aug-09 9:36 
GeneralRe: Position of a bitmap into a PictureBox Pin
Henry Minute11-Aug-09 10:21
Henry Minute11-Aug-09 10:21 
AnswerRe: Position of a bitmap into a PictureBox Pin
Luc Pattyn11-Aug-09 22:58
sitebuilderLuc Pattyn11-Aug-09 22:58 
Questionc# vs2008 Reportviewer is not closing the database [modified] Pin
dyohanan11-Aug-09 8:17
dyohanan11-Aug-09 8:17 
QuestionProperly linking inter-dependent libraries Pin
Mike Marynowski11-Aug-09 6:58
professionalMike Marynowski11-Aug-09 6:58 
AnswerRe: Properly linking inter-dependent libraries Pin
Scott Dorman11-Aug-09 7:21
professionalScott Dorman11-Aug-09 7:21 
GeneralRe: Properly linking inter-dependent libraries Pin
Mike Marynowski11-Aug-09 7:28
professionalMike Marynowski11-Aug-09 7:28 
GeneralRe: Properly linking inter-dependent libraries Pin
Scott Dorman11-Aug-09 7:43
professionalScott Dorman11-Aug-09 7:43 
GeneralRe: Properly linking inter-dependent libraries Pin
Mike Marynowski11-Aug-09 7:53
professionalMike Marynowski11-Aug-09 7:53 
Questiondatagridview row back color Pin
prubyholl11-Aug-09 6:40
professionalprubyholl11-Aug-09 6:40 
AnswerRe: datagridview row back color Pin
dan!sh 11-Aug-09 6:57
professional dan!sh 11-Aug-09 6:57 
GeneralRe: datagridview row back color Pin
prubyholl11-Aug-09 7:05
professionalprubyholl11-Aug-09 7:05 
QuestionPrint (some column) of data grid view Pin
Samb198511-Aug-09 5:52
Samb198511-Aug-09 5:52 
AnswerRe: Print (some column) of data grid view Pin
Muhammad Mazhar11-Aug-09 6:07
Muhammad Mazhar11-Aug-09 6:07 

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.