or
| Error 895 |
| The type 'Telerik.ReportViewer.WebForms.ReportViewer' exists in both 'c:\Windows\assembly\GAC_MSIL\Telerik.ReportViewer.WebForms\4.0.10.423__a9d7983dfcc261be\Telerik.ReportViewer.WebForms.dll' and 'c:\Windows\assembly\GAC_MSIL\Telerik.ReportViewer.WebForms\2.9.9.202__a9d7983dfcc261be\Telerik.ReportViewer.WebForms.dll' |
| D:\Projects\VS2010\CPRWebPortal_V3\WebPortal\Dashboard\RevenueGenerated.aspx |
public partial class Address: INotifyPropertyChanging, INotifyPropertyChanged{ [Column(Storage="_City", DbType="NVarChar(30) NOT NULL", CanBeNull=false)] public string City {get; set;} [Column(Storage="_State", DbType="NVarChar(30) NOT NULL", CanBeNull=false)] public string State {get; set;} [Column(Storage="_Zip", DbType="NVarChar(30) NOT NULL", CanBeNull=false)] public string Zip {get; set;}}public partial class Address{ public string CityStateZip { get { return City + ", " + State + " " + Zip; } }}