Click here to Skip to main content
15,903,854 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on an application in C#. In run mode it shows an error in the following statements:-

((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).EndInit();

In the last line it throws an error as :-
private System.Diagnostics.PerformanceCounter performanceCounter1


please help .........
Posted
Comments
BillWoodruff 5-Oct-13 1:18am    
We can't read your mind: describe your application (WinForms ?), and what you are doing. Show us some code. What happened immediately before the error ?
ashwani.pandita 5-Oct-13 1:25am    
sir i solved it , anyways thanks a lot sir
Shubh Agrahari 5-Oct-13 1:28am    
be definitive.......that help us to help you

1 solution

Answered only to remove from unanswered list: solved by OP
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900