This is a migrated thread and some comments may be shown as answers.

MissingManifestResourceException

1 Answer 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
hkdave95
Top achievements
Rank 2
hkdave95 asked on 04 Jun 2008, 10:43 PM
        '  
        'textBox1  
        '  
        Me.textBox1.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0, CType(Telerik.Reporting.Drawing.UnitType.Cm, Telerik.Reporting.Drawing.UnitType)), New Telerik.Reporting.Drawing.Unit(0.02655513770878315, CType(Telerik.Reporting.Drawing.UnitType.Cm, Telerik.Reporting.Drawing.UnitType)))  
        Me.textBox1.Name = "textBox1" 
        Me.textBox1.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(8.12169361114502, CType(Telerik.Reporting.Drawing.UnitType.Cm, Telerik.Reporting.Drawing.UnitType)), New Telerik.Reporting.Drawing.Unit(2.573544979095459, CType(Telerik.Reporting.Drawing.UnitType.Cm, Telerik.Reporting.Drawing.UnitType)))  
        Me.textBox1.Value = resources.GetString("textBox1.Value") 

Hi the above error occurs on the last line of the code snippet above.

What am I doing wrong ?

Kind Regards

David

1 Answer, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 05 Jun 2008, 11:07 AM
Hi hkdave95,

The behavior you've encountered is a known limitation in web site projects. Because of this reason (and several others) it is strongly recommended to place all of your Telerik reports in a separate class library and add a reference to it in your main project. You can refer to the Telerik Reporting Best Practices for further information.

Sincerely yours,

the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
hkdave95
Top achievements
Rank 2
Answers by
Ivan
Telerik team
Share this question
or