Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good afternoon to all,

I'm creating objects for Telerik.Reporting. i have an issue when i'm adding this line

C#
Telerik.Reporting.Barcodes.Code128Encoder code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();


Error:- The type or namespace Code128Encoder does not exist in the namespace Telerik.Reporting.Barcodes; (are you missing an assembly reference?)
)

Remaing cases i didin't get any issues.This is remaining objects,
Telerik.Reporting.TableGroup tableGroup1 = new Telerik.Reporting.TableGroup();
Telerik.Reporting.TableGroup tableGroup2 = new Telerik.Reporting.TableGroup();
Telerik.Reporting.Barcodes.Code128Encoder code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();(Error in this line)
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShipmentMeasurement));
Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();



Help me how to resolve this issue.


Thanks in advanced.
Posted
Updated 4-Nov-15 7:34am
v2
Comments
Tomas Takac 4-Nov-15 8:45am    
Did you check that it's really in the assembly you reference? Maybe you have a different version.
RamAchanta 9-Nov-15 1:21am    
Thank you... Actually When i'm getting Get latest that time the version didn't upgraded so error occurred. Now it's Fine. Thank you once again.

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