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 ...Errors After Removing 3rd Party ModuleErrors After Removing 3rd Party Module
Previous
 
Next
New Post
3/4/2008 8:07 AM
 

Hello,

It seems that I've run into a module issue.  Either installing or uninstalling the module I now get the below error.

Is there another place that I need to look to make sure control types are removed?

I've checked the folloing:

  1. Uninstalled from Module Def
  2. Checked to make sure the folder under desktopmodules was removed
  3. Double checked the dll was removed
  4. The database module was removed as well.

Not really sure where else to look.  Any help would be great.

Thanks in advance.

AssemblyVersion: 04.08.01
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL: /Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: f7c9b5f9-13a4-4a32-b052-a10f49d10f9f
InnerException: Could not load type 'CISS.Tabs.CISSTabController'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BuildManager.GetType
StackTrace:
Message: System.Web.HttpException: Could not load type 'CISS.Tabs.CISSTabController'. at System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) at DotNetNuke.Framework.Reflection.CreateType(String TypeName, String CacheKey, Boolean UseCache, Boolean IgnoreErrors)
Source:


Do you use Oracle?  Then try GoldFish.Net

Get it from CNET Download.com! 

 
New Post
3/4/2008 8:51 AM
 

Sorry I won't be able to help, just want to let others know I'm getting the exact same error. The system tries to compile the module "Support Ticket" although I've already uninstalled it from the portal. And as Ben mentioned, the DLLs, the folders and the database tables are already removed.

 
New Post
3/4/2008 10:14 AM
 

I heard from the vendor.  He mentioned that deleting the contents of the eventqueue table will help with this.

Is it safe to delete the contents of this table?


Do you use Oracle?  Then try GoldFish.Net

Get it from CNET Download.com! 

 
New Post
3/4/2008 10:30 AM
 

Check the web.config file for any entries that the module could have made. Specifically, check and see if there is something under the  < codeSubDirectories > section.

 
New Post
3/4/2008 10:36 AM
 

Yep... if you look at the contents of the eventqueue most of them will be marked as IsComplete (true) -- the offending one will be marked as IsComplete (false)... so you could opt to just delete the offending one(s) by:

delete from EventQueue where IsComplete = 0

Essentially the problem is that the controller class it is looking for didn't exist at the time it was attempting to process (i've accidentally done this on my own modules before when I changed the root namespace after initially creating the module) and so it enters the void and keeps trying to process something that doesn't exist.


-- Jon Seeley
DotNetNuke Modules
Custom DotNetNuke and .NET Development
http://www.seeleyware.com
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Errors After Removing 3rd Party ModuleErrors After Removing 3rd Party Module


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