instal basics

  • Thread starter Thread starter Michael C
  • Start date Start date
Hi,

Either you did not install it, or you did not add the reference in your
project
 
I can't install dot net charting ver4,
build solution without error but
in
public MainForm(){
InitializeComponent() <<<<< Error
.......
}

Error= "Couldnot load file assembly 'dotnetCharting.winform", version
4.0.94892324, Culture=neutral, PublicKeyToken=c8374837849' or one of its
dependencies can not be found

Did i install incorrectly (if so please explain again for me) or my C#
express doesn't fit this dotnetcharting ver4 ?

Thanks
 
Hi,

This is due to the referance file missing .ie you have included some
assembly which requires its depedent assembley.

Regards
Prabakar
 
Back
Top