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
 
 
 
 
 
 
 
 
 
                                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:        'repNewOrdersConfSource File: C:\DEV\WebSites\NavarinoWebPortal\App_Code\repNewOrdersConf.vb    Line: 509Stack 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) +627Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955