|
|
|
Joined: 8/28/2006
Posts: 11
|
|
|
Hi...I was upgrading my site from 4.05.05 using the path recommended at:
http://www.willstrohl.com/Blog/tabid/...
I kept getting error messages and it wouldn't successfully upgrade, first error at 4.06, then I tried 4.09, and the latest at 5.02.01. I made the changes to the web.config file (actually moved my settings to the release.config and renamed to web.config), copied the files to my web folder, and never could get it to even initiate any upgrade on any versions.
ANY HELP? This is on my dev box running Win2008 Server and SQL2005 as back-end, but I'm supposed to have the production site upgraded this weekend...I have no idea what to even try...
The latest error message (at 5.02.01) is:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'System.Web.Extensions' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Extensions' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
|
Stack Trace:
[FileLoadException: Could not load file or assembly 'System.Web.Extensions' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
[FileLoadException: Could not load file or assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +43
System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +127
System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +142
System.Reflection.Assembly.Load(String assemblyString) +28
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +46
[ConfigurationErrorsException: Could not load file or assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +613
System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +203
System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +105
System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178
System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +54
System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +600
System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +128
System.Web.Compilation.BuildManager.CompileResourcesDirectory() +31
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +304
[HttpException (0x80004005): Could not load file or assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +58
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +512
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +729
[HttpException (0x80004005): Could not load file or assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8894031
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +259
|
Server Error in '/' Application.
Could not load file or assembly 'System.Web.Extensions' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Version Information: Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016
|
|
|
|
| |
|
|
|
www.wesnetdesigns.com Joined: 2/18/2005
Posts: 3253
|
|
|
DNN version 5.2.0 and later requires that ASP.Net 3.5 be already installed on the server. Also, note that DNN 5.2.1 requires SQL Server 2005 or SQL Server 2005 Express or later.
Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
|
|
|
|
| |
|
|
Joined: 8/28/2006
Posts: 11
|
|
|
Thanks Bill...I "assumed" that 3.5 was already installed as part of the WinUpdate process...wrong...I'm at .net 3.0...downloading 3.5 and will install and retry...I'm already using sql 2005, so thanks for the 3.5 tip. Will let you know. Patrick.
|
|
|
|
| |
|
|
Joined: 8/28/2006
Posts: 11
|
|
|
THANKS IN ADVANCE FOR *ANY* HELP on this...installing .net 3.5 allowed it to install. During the install, everything registered "success", EXCEPT FOR ONE error of
00:00:26.691 - Executing Application Upgrades: 05.00.01 Error! (see below for the entre listing).
When I pull up the portal, I get a "System.OutOfMemoryException" error that disallows the portal to display at all. (It's on a dual processor with Win2008 Enterprise, 4 GB of RAM)
There's progress here, but I'm still dead in the water to get to production...ANY HELP ANYONE? THANKS. Patrick
An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: Exception of type 'System.OutOfMemoryException' was thrown. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at DotNetNuke.UI.Utilities.Reflection.CreateType(String TypeName, String CacheKey, Boolean UseCache, Boolean IgnoreErrors) at DotNetNuke.UI.Utilities.MSAJAX.get_ScriptManagerType() at DotNetNuke.UI.Utilities.MSAJAX.get_IsInstalled() at DotNetNuke.UI.Utilities.MSAJAX.RegisterStartupScript(Page objPage, String Key, String Script) at DotNetNuke.UI.Utilities.ClientAPI.RegisterStartUpScript(Page objPage, String key, String script) at DotNetNuke.Framework.DefaultPage.InitializePage() in C:\inetpub\wwwroot\SCPortal\Default.aspx.vb:line 224 at DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) in C:\inetpub\wwwroot\SCPortal\Default.aspx.vb:line 482 at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Upgrading DotNetNuke
Current Assembly Version: 05.02.01
Current Database Version: 04.06.00
Upgrade Status Report
00:00:00.062 - Upgrading to Version: 05.02.01
00:00:00.109 - Executing Script: 04.06.01.SqlDataProvider Success
00:00:00.374 - Executing Script: 04.06.02.SqlDataProvider Success
00:00:00.374 - Executing Script: 04.07.00.SqlDataProvider Success
00:00:01.248 - Executing Script: 04.08.00.SqlDataProvider Success
00:00:01.700 - Executing Script: 04.08.01.SqlDataProvider Success
00:00:02.308 - Executing Script: 04.08.02.SqlDataProvider Success
00:00:02.324 - Executing Script: 04.08.03.SqlDataProvider Success
00:00:02.324 - Executing Script: 04.08.04.SqlDataProvider Success
00:00:02.355 - Executing Script: 04.09.00.SqlDataProvider Success
00:00:02.636 - Executing Script: 04.09.01.SqlDataProvider Success
00:00:03.151 - Executing Script: 04.09.02.SqlDataProvider Success
00:00:03.837 - Executing Script: 04.09.03.SqlDataProvider Success
00:00:03.884 - Executing Script: 04.09.04.SqlDataProvider Success
00:00:03.900 - Executing Script: 04.09.05.SqlDataProvider Success
00:00:03.931 - Executing Script: 05.00.00.SqlDataProvider Success
00:00:10.654 - Executing Script: 05.00.01.SqlDataProvider Success
00:00:11.949 - Executing Script: 05.01.00.SqlDataProvider Success
00:00:17.378 - Executing Script: 05.01.01.SqlDataProvider Success
00:00:18.876 - Executing Script: 05.01.02.SqlDataProvider Success
00:00:18.891 - Executing Script: 05.01.03.SqlDataProvider Success
00:00:19.063 - Executing Script: 05.01.04.SqlDataProvider Success
00:00:19.078 - Executing Script: 05.02.00.SqlDataProvider Success
00:00:20.451 - Executing Script: 05.02.01.SqlDataProvider Success
00:00:20.592 - Executing Application Upgrades: 04.06.01 Success
00:00:20.592 - Executing Application Upgrades: 04.06.02 Success
00:00:20.592 - Executing Application Upgrades: 04.07.00 Success
00:00:22.214 - Executing Application Upgrades: 04.08.00 Success
00:00:22.214 - Executing Application Upgrades: 04.08.01 Success
00:00:22.214 - Executing Application Upgrades: 04.08.02 Success
00:00:22.245 - Executing Application Upgrades: 04.08.03 Success
00:00:22.245 - Executing Application Upgrades: 04.08.04 Success
00:00:22.245 - Executing Application Upgrades: 04.09.00 Success
00:00:22.245 - Executing Application Upgrades: 04.09.01 Success
00:00:22.261 - Executing Application Upgrades: 04.09.02 Success
00:00:22.261 - Executing Application Upgrades: 04.09.03 Success
00:00:22.261 - Executing Application Upgrades: 04.09.04 Success
00:00:22.276 - Executing Application Upgrades: 04.09.05 Success
00:00:22.276 - Executing Application Upgrades: 05.00.00 Success
00:00:26.691 - Executing Application Upgrades: 05.00.01 Error!
00:00:26.722 - Executing Application Upgrades: 05.01.00 Success
00:00:28.813 - Executing Application Upgrades: 05.01.01 Success
00:00:28.875 - Executing Application Upgrades: 05.01.02 Success
00:00:28.875 - Executing Application Upgrades: 05.01.03 Success
00:00:29.359 - Executing Application Upgrades: 05.01.04 Success
00:00:29.359 - Executing Application Upgrades: 05.02.00 Success
00:00:29.515 - Executing Application Upgrades: 05.02.01 Success
00:00:29.530 - Cleaning Up Files: 04.06.01 Success
00:00:29.530 - Cleaning Up Files: 04.06.02 Success
00:00:29.546 - Cleaning Up Files: 04.07.00 Success
00:00:29.546 - Cleaning Up Files: 04.08.00 Success
00:00:29.562 - Cleaning Up Files: 04.08.01 Success
00:00:29.562 - Cleaning Up Files: 04.08.02 Success
00:00:29.562 - Cleaning Up Files: 04.08.03 Success
00:00:29.562 - Cleaning Up Files: 04.08.04 Success
00:00:29.562 - Cleaning Up Files: 04.09.00 Success
00:00:29.624 - Cleaning Up Files: 04.09.01 Success
00:00:29.624 - Cleaning Up Files: 04.09.02 Success
00:00:29.624 - Cleaning Up Files: 04.09.03 Success
00:00:29.624 - Cleaning Up Files: 04.09.04 Success
00:00:29.624 - Cleaning Up Files: 04.09.05 Success
00:00:29.624 - Cleaning Up Files: 05.00.00 Success
00:00:29.889 - Cleaning Up Files: 05.00.01 Success
00:00:29.920 - Cleaning Up Files: 05.01.00 Success
00:00:30.030 - Cleaning Up Files: 05.01.01 Success
00:00:30.030 - Cleaning Up Files: 05.01.02 Success
00:00:30.030 - Cleaning Up Files: 05.01.03 Success
00:00:30.030 - Cleaning Up Files: 05.01.04 Success
00:00:30.030 - Cleaning Up Files: 05.02.00 Success
00:00:30.030 - Cleaning Up Files: 05.02.01 Success
00:00:30.030 - Updating Config Files: 04.06.01 Success
00:00:30.030 - Updating Config Files: 04.06.02 Success
00:00:30.030 - Updating Config Files: 04.07.00 Success
00:00:30.045 - Updating Config Files: 04.08.00 Success
00:00:30.076 - Updating Config Files: 04.08.01 Success
00:00:30.076 - Updating Config Files: 04.08.02 Success
00:00:30.092 - Updating Config Files: 04.08.03 Success
00:00:30.092 - Updating Config Files: 04.08.04 Success
00:00:30.108 - Updating Config Files: 04.09.00 Success
00:00:30.123 - Updating Config Files: 04.09.01 Success
00:00:30.123 - Updating Config Files: 04.09.02 Success
00:00:30.123 - Updating Config Files: 04.09.03 Success
00:00:30.139 - Updating Config Files: 04.09.04 Success
00:00:30.139 - Updating Config Files: 04.09.05 Success
00:00:30.139 - Updating Config Files: 05.00.00 Success
00:00:30.154 - Updating Config Files: 05.00.01 Success
00:00:30.154 - Updating Config Files: 05.01.00 Success
00:00:30.170 - Updating Config Files: 05.01.01 Success
00:00:30.170 - Updating Config Files: 05.01.02 Success
00:00:30.170 - Updating Config Files: 05.01.03 Success
00:00:30.170 - Updating Config Files: 05.01.04 Success
00:00:30.186 - Updating Config Files: 05.02.00 Success
00:00:30.201 - Updating Config Files: 05.02.01 Success
00:00:30.217 - Performing General Upgrades
00:00:30.326 - Installing Optional Modules:
00:00:30.342 - Installing Package File HTML_04.09.05_Install: Success
00:00:30.903 - Installing Package File HTML_Community_05.02.00_Install: Success
00:00:31.933 - Installing Package File Links_04.00.01_Install: Success
00:00:32.292 - Installing Optional Skins:
00:00:32.307 - Installing Optional Containers:
00:00:32.307 - Installing Optional Languages:
00:00:32.307 - Installing Optional Providers:
00:00:32.307 - Installing Package File AspNetMembershipProvider_05.02.00_Install: Success
00:00:32.401 - Installing Package File CorePermissionProvider_05.01.01_Install: Success
00:00:32.495 - Installing Package File DatabaseLoggingProvider_05.01.01_Install: Success
00:00:32.604 - Installing Package File DNNMembershipProvider_05.01.03_Install: Success
00:00:32.666 - Installing Package File DNNMenuNavigationProvider_05.01.00_Install: Success
00:00:32.775 - Installing Package File DNNTreeNavigationProvider_05.01.00_Install: Success
00:00:32.869 - Installing Package File FckHtmlEditorProvider_02.00.04_Install: Success
00:00:39.920 - Installing Package File FileBasedCachingProvider_05.01.03_Install: Success
00:00:40.029 - Installing Package File FileModuleCachingProvider_05.02.01_Install: Success
00:00:40.185 - Installing Package File MemoryModuleCachingProvider_05.02.01_Install: Success
00:00:40.263 - Installing Package File SchedulingProvider_05.02.01_Install: Success
00:00:40.341 - Installing Package File SearchIndexProvider_05.01.00_Install: Success
00:00:40.419 - Installing Package File SearchProvider_05.01.01_Install: Success
00:00:40.513 - Installing Package File SolpartMenuNavigationProvider_05.01.00_Install: Success
00:00:40.607 - Installing Optional AuthSystems:
00:00:40.607 - Installing Package File LiveID_01.00.01_Install: Success
00:00:40.763 - Installing Package File OpenID_02.00.00_Install: Success
00:00:40.903 - Installing Optional Packages:
Upgrade Complete
Click Here To Access Your Portal
--------------------------------------------------------------------------------
An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: Exception of type 'System.OutOfMemoryException' was thrown. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at DotNetNuke.UI.Utilities.Reflection.CreateType(String TypeName, String CacheKey, Boolean UseCache, Boolean IgnoreErrors) at DotNetNuke.UI.Utilities.MSAJAX.get_ScriptManagerType() at DotNetNuke.UI.Utilities.MSAJAX.get_IsInstalled() at DotNetNuke.UI.Utilities.MSAJAX.RegisterStartupScript(Page objPage, String Key, String Script) at DotNetNuke.UI.Utilities.ClientAPI.RegisterStartUpScript(Page objPage, String key, String script) at DotNetNuke.Framework.DefaultPage.InitializePage() in C:\inetpub\wwwroot\SCPortal\Default.aspx.vb:line 224 at DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) in C:\inetpub\wwwroot\SCPortal\Default.aspx.vb:line 482 at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
|
|
|
|
| |
|
|
Joined: 8/23/2007
Posts: 36
|
|
|
I have been told that .Net 3.5 is available, however I get the error below:
(the last line makes me think it is still trying to use 2.0 - is this a 2.0/3.5 problem?)
Chris
Exception of type 'System.OutOfMemoryException' was thrown.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.]
System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +43
System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +127
System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +142
System.Reflection.Assembly.Load(String assemblyString) +28
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +46
[ConfigurationErrorsException: Exception of type 'System.OutOfMemoryException' was thrown.]
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +613
System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +203
System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +105
System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178
System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +54
System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +8809426
System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +128
System.Web.Compilation.BuildManager.CompileResourcesDirectory() +31
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +304
[HttpException (0x80004005): Exception of type 'System.OutOfMemoryException' was thrown.]
System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +58
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +512
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +729
[HttpException (0x80004005): Exception of type 'System.OutOfMemoryException' was thrown.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8890735
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +259
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
|
|
|
|
| |