Re: Autoconfigure in DNN

  •  09-07-2006, 8:06 AM

    Re: Autoconfigure in DNN

    I had a look in the provider and saw that ConfigurationPath does not exist in getSettingByRole. I added it as follow and rebuild the project but is still does not work. I really need this to work. Adam, can you help me?
     

    Public Sub getSettingByRole(ByVal role As String)

    If Not Null.IsNull(objProvider.Attributes(role & "_ConfigurationPath")) Then
    _ConfigurationPath = objProvider.Attributes(role & "_ConfigurationPath")
    End If

View Complete Thread