Sign in | Join
Last post 03-19-2006 5:33 PM by netguy. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
My server was having issues and I had to do a hard roboot and now I get this error when I try to login to my portal. Does anyone have any ideas as to the possible problem?
Thanks in advance.
Jon
Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Stream is not a valid resource file.Source Error: Line 1: <?xml version="1.0" encoding="utf-8" ?> Line 2: <locales> Line 3: <inactive>Source File: /App_GlobalResources/Locales.Portal.xml.resources Line: 1 Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Stream is not a valid resource file.Source Error: Line 1: <?xml version="1.0" encoding="utf-8" ?> Line 2: <locales> Line 3: <inactive>Source File: /App_GlobalResources/Locales.Portal.xml.resources Line: 1 Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
Line 1: <?xml version="1.0" encoding="utf-8" ?> Line 2: <locales> Line 3: <inactive>
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
What version of DNN are you using?
From the looks of the error, it looks like you have a version 3.x but trying to run it with the 2.0 version of the .net Framework.
Let me know if this helps.