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...Administration ...Administration ...Error when shared host migrated serversError when shared host migrated servers
Previous
 
Next
New Post
8/17/2013 11:23 AM
 

I was running DNN 5.6 (I know, outdated, but it worked), and my hosting svc decided to migrate servers without informing me (voxdomains). I now receive the following error when trying to access my site. It seems to be from a 3rd party module that i do not even use, and I have no idea how to fix the situation.

I received an answer from Sebastian which said to make sure the .net framework was version 3.5 SP1.  Unfortunately I am using DNN via shared hosting, so I do not have access to their servers. For some reason they are unable to upgrade the .net framework, or to tell me how to do so. I have access to the DNN installation files via FTP, but I would imagine that the .net framework cannot be upgraded that way. Is this correct? I'm at the point of dumping the entire site (and possibly the hosting service), but I want to exhaust all options first.

In addition, this obout_ASPtreeview is a menu module (I believe) that I do not even use on my site. Is there a way to manually delete references to this file/assembly? If so, in what DNN file would the reference be located?

Server Error in '/dotnetnuke4.8' Application.
Could not load file or assembly 'obout_ASPTreeView_2_NET, Version=2.0.41.0, Culture=neutral, PublicKeyToken=6fd96a95fc486c7d' or one of its dependencies. The system cannot find the file specified.
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.FileNotFoundException: Could not load file or assembly 'obout_ASPTreeView_2_NET, Version=2.0.41.0, Culture=neutral, PublicKeyToken=6fd96a95fc486c7d' or one of its dependencies. The system cannot find the file specified.

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 'obout_ASPTreeView_2_NET, Version=2.0.41.0, Culture=neutral, PublicKeyToken=6fd96a95fc486c7d' 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:


[FileNotFoundException: Could not load file or assembly 'obout_ASPTreeView_2_NET, Version=2.0.41.0, Culture=neutral, PublicKeyToken=6fd96a95fc486c7d' or one of its dependencies. The system cannot find the file specified.]
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

[Configurati sException: Could not load file or assembly 'obout_ASPTreeView_2_NET, Version=2.0.41.0, Culture=neutral, PublicKeyToken=6fd96a95fc486c7d' or one of its dependencies. The system cannot find the file specified.]
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +613
System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +57
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) +8826642
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 'obout_ASPTreeView_2_NET, Version=2.0.41.0, Culture=neutral, PublicKeyToken=6fd96a95fc486c7d' or one of its dependencies. The system cannot find the file specified.]
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 'obout_ASPTreeView_2_NET, Version=2.0.41.0, Culture=neutral, PublicKeyToken=6fd96a95fc486c7d' or one of its dependencies. The system cannot find the file specified.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8907951
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +259


Version Information: Microsoft .NET Framework Version:2.0.50727.3643; ASP.NET Version:2.0.50727.3634
 
New Post
8/20/2013 9:16 PM
 

Usually this reference is made in the web.config:

Could not load file or assembly 'obout_ASPTreeView_2_NET, Version=2.0.41.0, Culture=neutral, PublicKeyToken=6fd96a95fc486c7d' or one of its dependencies.

 

There is probably a reference to the module obout in the <assemblies> section of your web.config. Try commenting out the specific line that references the obout module by placing '<!--' in front and '-->' behind the line.

A change to the application will force it to recompile. If this doesn't work, could you please post your web.config up to the forum?

 
New Post
8/21/2013 4:34 AM
 
either your hosting company missed to copy this file or they switched to a different version of .Net framework, which is not compatible with your current DNN configuration. Please check with the hosting service, what they did and how to solve the issue.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Error when shared host migrated serversError when shared host migrated servers


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