i'm making a windows form app.when i try to deploy it ,it gives the error on this line
((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).EndInit();
the error says:Failed to initialize because CategoryName is missing.
I'm a begginer and don't know much about forms app.Please help.
Code samples greatly appreciated.
Thanks in advance