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

HomeHomeOur CommunityOur CommunityCommunity Membe...Community Membe...Compile DNN 6.2 for .NET Framework 4.5Compile DNN 6.2 for .NET Framework 4.5
Previous
 
Next
New Post
6/6/2012 11:09 PM
 

Compile DNN 6.2 for .NET Framework 4.5

Install VS 2012 RC
Get DNN Source
Change all project to .NET Framework 4.5
Make sure web.config contains 4.0.0.0 refernces: .NET 4.5 - http://go.microsoft.com/fwlink/?LinkI...

Delete, Add assemblies:
HttpModules -> DotNetNuke.HttpModules
  Delete:
    System.Core

Providers -> Caching Providers -> Provider.Caching.FileBasedCachingProvider
  Delete:
    System.Core

Providers -> ClientCapability Providers -> Provider.FiftyOneClientCapabilityProvider
  Delete:
    System.Core
  Add:
    System.Data.DataSetExtensions
    System.Web.Extensions

Providers -> Data Providers -> Provider.SqlDataProvider
  Delete:
    System.Core

Providers -> HtmlEditor Providers -> DotNetNuke.RadEditorProvider
  Delete:
    System.Core
  Add:
    System.Data.DataSetExtensions
    System.Web.Extensions
    System.Web.Extensions.Design
    System.Xml.Linq

Providers -> Logging Providers -> Provider.DBLoggingProvider
  Delete:
    System.Core

Providers -> Membership and Profile Providers -> Provider.Membership.AspNetProvider
  Delete:
    System.Core
  Add:
    System.Web.ApplicationServices

Providers -> Membership and Profile Providers -> Provider.Membership.DataProvider
Providers -> Membership and Profile Providers -> Provider.Membership.DNNProvider
Providers -> ModuleCachingProviders -> Provider.ModuleCaching.FileProvider
Providers -> ModuleCachingProviders -> Provider.ModuleCaching.MemoryProvider
Providers -> Navigation Providers -> Provider.ASP2MenuNavigationProvider
Providers -> Navigation Providers -> Provider.DNNDropDownNavigationProvider
Providers -> Navigation Providers -> Provider.DNNMenuNavigationProvider
Providers -> Navigation Providers -> Provider.DNNTreeNavigationProvider
Providers -> Navigation Providers -> Provider.SolpartMenuNavigationProvider
Providers -> Permission Providers -> Provider.CorePermissionProvider
Providers -> Scheduling Providers -> Provider.DNNScheduler
Providers -> Search Providers -> Provider.Search.DataStore
Providers -> Search Providers -> Provider.Search.Index
Providers -> Sitemap Providers -> Provider.BigSitemapProvider
Providers -> Sitemap Providers -> Provider.CoreSitemapProvider
Support Projects -> CountryListBox
Support Projects -> DotNetNuke.Syndication
DotNetNuke.Instrumentation
  Delete:
    System.Core

DotNetNuke.Library
DotNetNuke.Web
  Delete:
    System.Core
    System.ComponentModel.DataAnnotations
    System.Web.Extensions
  Add:
    System.ComponentModel.DataAnnotations
    System.Web.Extensions

DotNetNuke.Web.Client
  Delete:
    System.Core

Get rid of Can not create type 'DotNetNuke.Modules.Journal.ProfilePic' error
Solution Items -> Modules -> DotNetNuke.Modules.Journal
  Include:
    ProfilePic.ashx, ProfilePic.ashx.cs
  In ProfilePic.ashx.cs comment out:
    sizedPhoto = Components.ImageManager.CreateImage(sizedPhoto, Height, Width);
  Compile
  Copy dll to website/Bin/

Enjoy.

 
New Post
6/8/2012 2:11 PM
 
The following error

"Could not create type 'DotNetNuke.Modules.Journal.ProfilePic' "

shows itself both in Community and Professional editions after finishing the installation wizard and running the source under both VS 2008 and VS 2010. The previous post's solution assumes that the source for 'DotNetNuke.Modules.Journal is available, however I do not see it. Specifically there is no ProfilePic.ashx.cs file in the project.
Nevertheless the source successfully runs under WebMatrix???

Any ideas about how to fix this annoying "Could not create type 'DotNetNuke.Modules.Journal.ProfilePic' " and to run Community/ Professional editions under Visual Studio?


 
New Post
6/11/2012 6:26 PM
 
There seems to be a file in the install package that shouldn't have been included. If you see a file named ProfilePic.ashx in the DesktopModules/Journal directory you can safely delete this file. This file was created before we moved to handler that was integrated with the core project.

Will Morgenweck
VP, Product Management
DotNetNuke Corp.
 
New Post
7/19/2012 8:59 PM
 
Web.config changes:







 
Previous
 
Next
HomeHomeOur CommunityOur CommunityCommunity Membe...Community Membe...Compile DNN 6.2 for .NET Framework 4.5Compile DNN 6.2 for .NET Framework 4.5


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