Link to home
Start Free TrialLog in
Avatar of mathieu_cupryk
mathieu_cuprykFlag for Canada

asked on

I get an error with my

Error      7      'Resources' is not a member of 'My'.      C:\SourceControl_mcupryk\InHouseDev\APPS\MKT0003 - CustomerList\src\CustomerList\App_Code\BOL\Division.vb      194      20      http://localhost/CustomerList/
in

Public Property SetCulture() As Globalization.CultureInfo
        Get
            Return My.Resources.Culture
        End Get
        Set(ByVal value As Globalization.CultureInfo)
            My.Resources.Culture = value
        End Set
    End Property
ASKER CERTIFIED SOLUTION
Avatar of Atropa
Atropa

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Atropa
Atropa

Oh great, I am glad that helped.  I had a similar problem in the past and it was showing as a web.config error, so I wasn't sure if this was in fact the same thing or not