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...General Exception: Value cannot be null. Parameter name: typeGeneral Exception: Value cannot be null. Parameter name: type
Previous
 
Next
New Post
9/23/2007 3:54 PM
 

I found a temporary fix for this.

Open the table 'DesktopModules' and enter NULL in the BusinessControllerClass field for the modules that you use.


-Dan
 
New Post
9/26/2007 4:35 PM
 

I also found a fix for this.  Through reading some of the other posts...

It seems that the desktopmodules table has a supportedfeatures field that should be set to 0 or higher.  But sometimes when modules are installed they end up with a -1 so this causes the error.  Setting the fields to 0 when they are -1 fixes it, like so:

UPDATE [databasename].[dbo].[DesktopModules]
   SET [SupportedFeatures] = 0
 WHERE [SupportedFeatures] = -1

This is for SQL Server Express... don't know how it would work in the SQL page of DNN.

 
New Post
2/21/2008 1:17 PM
 

I've a lot of this exception but anyone of above post help me! My DNN version is 04.05.03

You can see below one of this exception.

AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: Value cannot be null. Parameter name: type
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey) at DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 PortalID)
Source:
Nome server: WIN1804

 

Some help!?

 
New Post
10/24/2010 8:22 AM
 
Although this thread is quite old, the same thing happened to me using version 5.2.2, so I wrote a blog post about the problem and potential solutions (with information taken from this and other threads): 
http://dnnuke.blogspot.com/2010/10/supportedfeatures-field-search-indexer.html

DotNetNuke them!
 
New Post
4/28/2016 11:27 AM
 
@Dan Ferguson
Ho wow! thanks a lot you save my life

I removed the entry from the .dnn

thanks
Sabio
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...General Exception: Value cannot be null. Parameter name: typeGeneral Exception: Value cannot be null. Parameter name: type


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