Hi all
I am trying to use the language editor tab and receive an error about a missing ..\App_GlobalResources\Locales.xml'
truely there is no Locales.xml' file under \App_GlobalResources. I looked for this file in the installation source files of DNN433 but couldnt fint it.
the files that are present under App_GlobalResources are:
GlobalResources.resx
SharedResources.resx
Locales.Portal.xml.config
Locales.xml.config
TimeZones.xml
I use DNN 433 since this is the only version I managed to install to the root of my GoDaddy account.
Please help
thanks,
TH
the full error message is:
Error: Languages is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not find file 'd:\hosting\tamirh\App_GlobalResources\Locales.xml'. ---> System.IO.FileNotFoundException: Could not find file 'd:\hosting\tamirh\App_GlobalResources\Locales.xml'. File name: 'd:\hosting\tamirh\App_GlobalResources\Locales.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials) at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver) at System.Threading.CompressedStack.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state) at System.Xml.XmlTextReaderImpl.OpenUrl() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlTextReader.Read() at System.Xml.XmlReader.MoveToContent() at System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving) at System.Data.DataSet.ReadXml(String fileName) at DotNetNuke.Services.Localization.Languages.BindGrid() at DotNetNuke.Services.Localization.Languages.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---