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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error CS0012 on upgrade to 6.2Error CS0012 on upgrade to 6.2
Previous
 
Next
New Post
5/30/2012 2:55 PM
 

The upgrade from 6.1.5 to 6.2 went smoothly except that I can't access the Site Setting's Page. The rest of the Host and Admin pages seem to work fine.

I read one possible fix was to change the PublicKeyToken=31bf3856ad364e35'. to all capitol letters becuase of a different version of ajax, but that didn't help either.

Any ideas?

Error:

ActiveTabName: Site Settings

RawURL: /Admin/SiteSettings.aspx

AbsoluteURL: /Default.aspx

AbsoluteURLReferrer: http://www.mywebsite.com/Admin.aspx

UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

ExceptionGUID: 8960afaa-e0f8-4b01-9a7f-d3c6573cbf71

InnerException: c:\inetpub\vhosts\mywebsite.com\httpdocs\DesktopModules\Admin\Portals\SiteSettings.ascx.cs(190): error CS0012: The type 'System.Web.HttpRequestBase' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

FileName:

FileLineNumber: 0

FileColumnNumber: 0

Method: System.Web.Compilation.AssemblyBuilder.Compile

StackTrace:

Message: DotNetNuke.Services.Exceptions.ModuleLoadException: c:\inetpub\vhosts\mywebsite.com\httpdocs\DesktopModules\Admin\Portals\SiteSettings.ascx.cs(190): error CS0012: The type 'System.Web.HttpRequestBase' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. ---> System.Web.HttpCompileException: c:\inetpub\vhosts\mywebsite.com\httpdocs\DesktopModules\Admin\Portals\SiteSettings.ascx.cs(190): error CS0012: The type 'System.Web.HttpRequestBase' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.WebFormsModuleControlFactory.CreateModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleControlFactory.LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---

Source:

Server Name: Generic100

 
New Post
5/30/2012 4:00 PM
 

Also, the new Member Directory module gives an error: An error occurred while processing the request: error

and the loading animation continues to cycle.

The Groups module gives an error on a new group when trying to join "Not Found".

hum . . .

 
New Post
5/30/2012 6:10 PM
 

please check your web.config and ensure you have the following line in your assemblies section:

<add assembly="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

If you do then it would indicate that you do not have .net 3.5sp1 installed (this is a requirement since 5.2.0 so i'm not sure how 6.1.5 would be working).


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
5/30/2012 6:52 PM
 
cathal connolly wrote:

please check your web.config and ensure you have the following line in your assemblies section:

If you do then it would indicate that you do not have .net 3.5sp1 installed (this is a requirement since 5.2.0 so i'm not sure how 6.1.5 would be working).

 No I don't have that line, but I do have:

<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

 
New Post
5/30/2012 7:28 PM
 
You should probably have most of the following (This is an old site that has been upgraded through the years so there could be extra stuff in there)

<assemblies>
        <add assembly="Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
        <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
        <add assembly="System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      </assemblies>


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error CS0012 on upgrade to 6.2Error CS0012 on upgrade to 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