Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade to 5.6.2Upgrade to 5.6.2
Previous
 
Next
New Post
3/24/2011 7:13 AM
 
Hi
I have just upgraded from 5.6.1 to 5.6.2. In my dev environment of VS 2008 Express my project now has warnings when trying to compile the website.

I can get rid of 2 of the warnings by making a change to the admin/skins/Links.ascx.vb file in the BuildLinks function as follows:

Error is:
Public Shared Function GetTabsBySortOrder(portalId As Integer) As System.Collections.Generic.List(Of Entities.Tabs.TabInfo)' is obsolete: 'Deprecated in DNN 5.5. Replaced by GetTabsBySortOrder(portalId, cultureCode)

From
Dim portalTabs As List(Of TabInfo) = TabController.GetTabsBySortOrder(PortalSettings.PortalId)
Dim hostTabs As List(Of TabInfo) = TabController.GetTabsBySortOrder(Null.NullInteger)
To
Dim portalTabs As List(Of TabInfo) = TabController.GetTabsBySortOrder(PortalSettings.PortalId, PortalSettings.CultureCode, True)
Dim hostTabs As List(Of TabInfo) = TabController.GetTabsBySortOrder(Null.NullInteger, Null.NullInteger, False)

Is this correct?

I also get this 2 other warnings in components\resourceinstaller\ModuleDef_V2.xsd:
Errors occurred while compiling the Xml schemas in the project. Because of this, Xml intellisense is not available.

No error appears in the code in this file as if it is fine. The file is also unchanged from 5.6.1 so I've no idea what to do.

Any ideas?

Many thanks









 
New Post
3/24/2011 10:06 AM
 
Are you installing the source or install package? DotNetNuke does not currently support pre-compilation of the website code which will be automatically compiled "just-in-time" when the site is first loaded following an application shut down. Only the source code library, various providers and handlers, and most (but not all) modules are pre-compiled into assemblies in the site's /bin folder.

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
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade to 5.6.2Upgrade to 5.6.2


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, 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 DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out