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

Error: "Could not find any resources appropriate for the specified culture or the neutral culture....."

1 Answer 233 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Technology
Top achievements
Rank 1
Technology asked on 21 Feb 2011, 02:25 PM
Dear Support Team,

when i type a specific text, into a text box (about 8 lines), i get the below error.
Can you please help me because i must have the specific text in my Invoice report. It contains the Billing account details.

I use VS.2008 ASP, VB.
Telerik Reporting: v.4.2.10.1221

Thank you in advance for your time.

Best Regards,
George
Navarino Technology Department

Server Error in '/NavarinoWebPortal' Application.
Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "repNewOrdersConf.resources" was correctly embedded or linked into assembly "App_Code.bconli2t" at compile time, or that all the satellite assemblies required are loadable and fully signed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
 
Exception Details: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "repNewOrdersConf.resources" was correctly embedded or linked into assembly "App_Code.bconli2t" at compile time, or that all the satellite assemblies required are loadable and fully signed.
 
Source Error:
 
Line 507:        Me.textBox39.Name = "textBox39"
Line 508:        Me.textBox39.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(14.5, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(3.5000009536743164, Telerik.Reporting.Drawing.UnitType.Cm))
Line 509:        Me.textBox39.Value = resources.GetString("textBox39.Value")
Line 510:        '
Line 511:        'repNewOrdersConf
 
 
Source File: C:\DEV\WebSites\NavarinoWebPortal\App_Code\repNewOrdersConf.vb    Line: 509
 
Stack Trace:
 
[MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "repNewOrdersConf.resources" was correctly embedded or linked into assembly "App_Code.bconli2t" at compile time, or that all the satellite assemblies required are loadable and fully signed.]
   System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +7680430
   System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +583
   System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +583
   System.Resources.ResourceManager.GetString(String name, CultureInfo culture) +74
   System.Resources.ResourceManager.GetString(String name) +9
   repNewOrdersConf.InitializeComponent() in C:\DEV\WebSites\NavarinoWebPortal\App_Code\repNewOrdersConf.vb:509
   repNewOrdersConf..ctor() in C:\DEV\WebSites\NavarinoWebPortal\App_Code\repNewOrdersConf.vb:55
   cInsertNewOrderDone.Page_Load(Object sender, EventArgs e) in C:\DEV\WebSites\NavarinoWebPortal\cInsertNewOrderDone.aspx.vb:24
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
 
 
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955

1 Answer, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 21 Feb 2011, 02:39 PM
Hello George,

As outlined in the Best Practices help article, you should create a separate class library to hold the reports and then reference it in your actual web site.

Greetings,
Steve
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
General Discussions
Asked by
Technology
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or