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 CommunityGeneral Discuss...General Discuss...Sudden Crash on "spascoe.DNN.Modules.CFD.resources"Sudden Crash on "spascoe.DNN.Modules.CFD.resources"
Previous
 
Next
New Post
5/26/2009 11:07 PM
 

Hey all,

I'm hoping someone out there can help me, 'cause I'm hosed...

I was just notified that one of my sites was dead in the water (presumably after a DNN security update) and it appears that the culprit has something to do with a module that has some sort of conflict with the security update.

The module is the SPASCOE Complete Feedback Designer. Unfortunately, I can't log in to the admin to uninstall it. Here's what I get:

http://www.joerothschild.com

HELP!

  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: File or assembly name spascoe.DNN.Modules.CFD.resources, or one of its dependencies, was not found.

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 'spascoe.DNN.Modules.CFD.resources' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = spascoe.DNN.Modules.CFD.resources, Version=1.3.2320.23225, Culture=de-DE, PublicKeyToken=null
 (Fully-specified)
LOG: Appbase = file:///D:/virtualhosts/joerothschild.com/wwwroot
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: spascoe.DNN.Modules.CFD.resources, Version=1.3.2320.23225, Culture=de-DE, PublicKeyToken=null
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/5aaefca8/dfe30b83/de-DE/spascoe.DNN.Modules.CFD.resources.DLL.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/5aaefca8/dfe30b83/de-DE/spascoe.DNN.Modules.CFD.resources/spascoe.DNN.Modules.CFD.resources.DLL.
LOG: Attempting download of new URL file:///D:/virtualhosts/joerothschild.com/wwwroot/bin/de-DE/spascoe.DNN.Modules.CFD.resources.DLL.
LOG: Attempting download of new URL file:///D:/virtualhosts/joerothschild.com/wwwroot/bin/de-DE/spascoe.DNN.Modules.CFD.resources/spascoe.DNN.Modules.CFD.resources.DLL.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/5aaefca8/dfe30b83/de-DE/spascoe.DNN.Modules.CFD.resources.EXE.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/5aaefca8/dfe30b83/de-DE/spascoe.DNN.Modules.CFD.resources/spascoe.DNN.Modules.CFD.resources.EXE.
LOG: Attempting download of new URL file:///D:/virtualhosts/joerothschild.com/wwwroot/bin/de-DE/spascoe.DNN.Modules.CFD.resources.EXE.
LOG: Attempting download of new URL file:///D:/virtualhosts/joerothschild.com/wwwroot/bin/de-DE/spascoe.DNN.Modules.CFD.resources/spascoe.DNN.Modules.CFD.resources.EXE.

Stack Trace:

[FileNotFoundException: File or assembly name spascoe.DNN.Modules.CFD.resources, or one of its dependencies, was not found.]
   System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark) +0
   System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Boolean stringized, Evidence assemblySecurity, StackCrawlMark& stackMark) +292
   System.Reflection.Assembly.Load(AssemblyName assemblyRef) +21
   System.Web.UI.Util.GetReferencedAssembliesHashtable(Assembly a) +70
   System.Web.Compilation.BaseCompiler.GetCompiledType() +384
   System.Web.UI.ApplicationFileParser.CompileIntoType() +52
   System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() +124

[HttpException (0x80004005): File or assembly name spascoe.DNN.Modules.CFD.resources, or one of its dependencies, was not found.]
   System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) +947
   System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() +125
   System.Web.UI.TemplateParser.GetParserCacheItem() +87
   System.Web.UI.ApplicationFileParser.GetCompiledApplicationType(String inputFile, HttpContext context, ApplicationFileParser& parser) +171
   System.Web.HttpApplicationFactory.CompileApplication(HttpContext context) +43
   System.Web.HttpApplicationFactory.Init(HttpContext context) +497
   System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +170
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414

Server Error in '/' Application.

File or assembly name spascoe.DNN.Modules.CFD.resources, or one of its dependencies, was not found.

 


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

 

 
New Post
5/27/2009 3:33 AM
 

I assume there are still references to a missing .dll, you might try to remove the associated desktopmodule subfolder to get a module load error on the page instead, you will be able to remove in design view.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
5/27/2009 10:31 AM
 

Hi Joseph

Did you upgrade the server with .NET Framework?
Go to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files and delete the dll's there and restart application

Regards

Reto

 
New Post
5/27/2009 10:54 AM
 

WHOO-HOO!

I deleted the spascoe.DNN.Modules.CFD.dll, spascoe.DNN.Modules.CFD.resources.dll, and spascoe.DNN.Modules.CFD.SqlDataProvider.dll files and that did it.

Thanks a bunch!

Joe

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Sudden Crash on "spascoe.DNN.Modules.CFD.resources"Sudden Crash on "spascoe.DNN.Modules.CFD.resources"


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