Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

Maximum ASP
  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
SmarterTools
The Official Microsoft ASP.NET Website
Portal Webhosting - Hosting For Developers
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Install It!  Problems Upgrading DNN 3.3.7 to DNN 4.8.0
Previous Previous
 
Next Next
New Post 9/2/2008 10:07 AM
Unresolved
User is offline Roy Thakur
20 posts
10th Ranked


Problems Upgrading DNN 3.3.7 to DNN 4.8.0 

Hi
I'm having a problem upgrqading my DNN installation to 4.8 from 3.3.7

1) I have unzipped and installed the 4.8 installation files over the existing data.

2) I have changed the new web.config file to point to the correct database and updated the validation and decryption keys

3) I have updated the application in IIS to run .Net 2.0 and selected an appropriate App Pool

When I run the application I get the following, which is really strange.

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: An XML comment cannot contain '--', and '-' cannot be the last character. Line 46, position 5.

Source Error:

Line 44: 		<add key="EnableCachePersistence" value="false"/>
Line 45: 		<add key="HostHeader" value="" />
Line 46: 		<!-- Host Header to remove from URL so "www.mydomain.com/johndoe/Default.aspx" is treated as "www.mydomain.com/Default.aspx" -->
Line 47: 		<add key="RemoveAngleBrackets" value="false" />
Line 48: 		<!--optionally strip angle brackets on public login and registration screens-->

Source File: D:\Intranet\web.config    Line: 46

Server Error in '/Intranet' Application.

Configuration Error

 


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

 

This is a really strange error unless I have missed something. I have successfully upgraded 3.3.7 to 4.x including 4.8.0 in the recent past. Can anyone help please?

Thanks

 
New Post 9/3/2008 5:19 AM
User is offline Roy Thakur
20 posts
10th Ranked


Re: Problems Upgrading DNN 3.3.7 to DNN 4.8.0 

Ok I have solved the above problem, but while the upgrade continues I get one of the the following problems

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.IndexOutOfRangeException: Email

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:

[IndexOutOfRangeException: Email]
   System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) +1433771
   System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) +102
   System.Data.SqlClient.SqlDataReader.get_Item(String name) +12
   DotNetNuke.Entities.Portals.PortalController.FillPortalInfo(IDataReader dr, Boolean CheckForOpenDataReader) +715
   DotNetNuke.Entities.Portals.PortalController.GetPortal(Int32 PortalId) +185
   DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +121
   DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +82
   DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +3306
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

Server Error in '/Intranet' Application.

Email

 


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

 

 Or if I get as far as the installation page I get....

 

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30561: 'Globals' is ambiguous, imported from the namespaces or types 'DotNetNuke.Common, Microsoft.VisualBasic, Microsoft.VisualBasic'.

Source Error:

 
Line 340:
Line 341:                Select Case GetUpgradeStatus()
Line 342:                    Case Globals.UpgradeStatus.Install
Line 343:                        InstallApplication()
Line 344:                    Case Globals.UpgradeStatus.Upgrade

Source File: D:\Intranet\install\Install.aspx.vb    Line: 342


Server Error in '/Intranet' Application.

Compilation Error

 



 


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

 

Both of these issues are very unusual and I cannot figure out why.

Please can someone help?

 
New Post 9/4/2008 2:02 AM
User is offline Sebastian Leupold
15040 posts
www.deutschnetnuke.de
1st Ranked












Re: Problems Upgrading DNN 3.3.7 to DNN 4.8.0 

when upgrading from DNN3, I always suggest to remove all dotnetnuke... files from the /bin folder (backing them up of course) before extracting the files, since some of them are now obsolete and might interfere with JIT compiled code.


Sebastian Leupold

DeutschNetNuke dnnWerk - The DotNetNuke Experts German DotNetNuke User-Group

DotNetNuke Project UserDefinedTable
DotNetNuke Project Release Tracker
 
New Post 9/4/2008 5:04 AM
User is offline Roy Thakur
20 posts
10th Ranked


Re: Problems Upgrading DNN 3.3.7 to DNN 4.8.0 

 Sebastian Leupold wrote
 

when upgrading from DNN3, I always suggest to remove all dotnetnuke... files from the /bin folder (backing them up of course) before extracting the files, since some of them are now obsolete and might interfere with JIT compiled code.

Thanks for the reply. I did as you suggested and it did not work. I did get some sort of success by going into the Install.aspx.vb file and just adding the namespace DotNetNuke.Common to the Case Globals.UpgradeStatus parts of the code. I now have a whole number of other issues to resove before I can complete the upgrade.

 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Install It!  Problems Upgrading DNN 3.3.7 to DNN 4.8.0
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


DotNetNuke® in Sweden
All service of DotNetNuke® in Sweden.
Olsmar Konsult
DocuPeak Business Process Management RAD
Comprehensive enterprise and government process management. Forms, documents, indexing, workflow, views, content intelligence, capture, etc. Point and click rapid application development.
www.Webiplex.com
ADefWebserver.com
DotNetNuke® Module Development Help Website
ADefWebserver.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP