Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Professional
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 31st, 2007, 11:57 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 149
Thanks: 0
Thanked 0 Times in 0 Posts
Default GetLocalResourceObject masterpage does not work

Hi,
I have a masterpage and i have also placed a localResources to get the language values.
the masterpage inherits from a vb class in app_codee folder
when i try to get values through GetLocalResourceObject i get this error:Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "masterpage.master.resources" was correctly embedded or linked into assembly "App_LocalResources.root.j-yiwej6" at compile time, or that all the satellite assemblies required are loadable and fully signed.



here is the code in class of masterpage:
Namespace myNamespace
    Public Class MasterPage
        Inherits System.Web.UI.MasterPage

 Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
HypNewMember.Text = GetLocalResourceObject("NewMember")
End Sub


   End Class
End Namespace






Similar Threads
Thread Thread Starter Forum Replies Last Post
Masterpage teddyk ASP.NET 2.0 Basics 1 September 15th, 2008 08:37 AM
MasterPage grstad ASP.NET 2.0 Basics 0 June 7th, 2008 04:30 AM
MasterPage Help!!!???? kr33 ASP.NET 2.0 Basics 4 February 2nd, 2007 01:49 AM
My first MasterPage grstad ASP.NET 2.0 Basics 4 June 7th, 2006 11:54 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.