HomeHomeDotNetNuke Forg...DotNetNuke Forg...Module ForumsModule ForumsEventsEventsEvents Module 03.03.08 BetaEvents Module 03.03.08 Beta
Previous
 
Next
New Post
6/9/2007 9:08 AM
 

Hi,

I have install it on DNN 4.5.3 with standard dbo as DatabaseOwner and get still this error from the events Module.

AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: The type initializer for 'DotNetNuke.Modules.Help.DataProvider' threw an exception.
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.TypeInitializationException: The type initializer for 'DotNetNuke.Modules.Help.DataProvider' threw an exception. ---> System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectNamespace, String ObjectAssemblyName) at DotNetNuke.Modules.Help.DataProvider.CreateProvider() at DotNetNuke.Modules.Help.DataProvider..cctor() --- End of inner exception stack trace --- at DotNetNuke.Modules.Help.HelpController.GetByModules(Int32 ModuleId) at DotNetNuke.Modules.Help.HelpController.GetSearchItems(ModuleInfo ModInfo) at DotNetNuke.Services.Search.ModuleIndexer.GetSearchIndexItems(Int32 PortalID)
Source:
Server-Name: AARSYS
  09.06.2007 17:57:50   General Exception       AssemblyVersion: -1; PortalID: -1; PortalName ...
AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: The type initializer for 'DotNetNuke.Modules.Help.DataProvider' threw an exception.
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.TypeInitializationException: The type initializer for 'DotNetNuke.Modules.Help.DataProvider' threw an exception. ---> System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectNamespace, String ObjectAssemblyName) at DotNetNuke.Modules.Help.DataProvider.CreateProvider() at DotNetNuke.Modules.Help.DataProvider..cctor() --- End of inner exception stack trace --- at DotNetNuke.Modules.Help.HelpController.GetByModules(Int32 ModuleId) at DotNetNuke.Modules.Help.HelpController.GetSearchItems(ModuleInfo ModInfo) at DotNetNuke.Services.Search.ModuleIndexer.GetSearchIndexItems(Int32 PortalID)
Source:
Server-Name: AARSYS
  09.06.2007 17:57:50   General Exception       AssemblyVersion: -1; PortalID: -1; PortalName ...
AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: Method 'GetTutorialsByModule' in type 'DotNetNuke.Modules.Help.SqlDataProvider' from assembly 'DotNetNuke.Modules.Help.SqlDataProvider, Version=1.0.1.25045, Culture=neutral, PublicKeyToken=null' does not have an implementation.
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.TypeLoadException: Method 'GetTutorialsByModule' in type 'DotNetNuke.Modules.Help.SqlDataProvider' from assembly 'DotNetNuke.Modules.Help.SqlDataProvider, Version=1.0.1.25045, Culture=neutral, PublicKeyToken=null' does not have an implementation. at System.Reflection.Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) at System.Web.Compilation.CompilationUtil.GetTypeFromAssemblies(AssemblyCollection assembliesCollection, String typeName, Boolean ignoreCase) 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:
Server-Name: AARSYS

 
New Post
6/27/2007 1:13 PM
 

I too installed the Beta and now get the following error:

ModuleId: 381
ModuleDefId: 100
FriendlyName: Events
ModuleControlSource: DesktopModules/Events/Events.ascx
AssemblyVersion: 04.05.03
PortalID: 0
PortalName: New Jersey Dodge Charger Club
UserID: 1
UserName: host
ActiveTabID: 55
ActiveTabName: Events
RawURL: /Events/tabid/55/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: ccac8fc3-c595-4061-8d77-f5b9b44a5296
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Events.SelectCategory.get_SelectedCategory
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Events.SelectCategory.get_SelectedCategory() at DotNetNuke.Modules.Events.EventList.BindDataGrid() at DotNetNuke.Modules.Events.EventList.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: GRSUSGDWEB1


Best Regards, Dave VanderWekke
 
New Post
7/4/2007 6:25 PM
 

I am getting the DotNetNuke.Modules.Events.SelectCategory.get_SelectedCategory error using DNN 4.3.7 and the latest beta as well. Works when logged in as Admin but not for regular users.

 
New Post
7/6/2007 8:36 AM
 

Looks like 3.3.8 was released yesterday..... http://www.dotnetnuke.com/tabid/125/default.aspx


Feedback 6.1.0 - Now available - Give it a go!
Events 6.0.0 - Is released - Upgrade now!!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
7/6/2007 11:51 AM
 

I installed 3.3.8 and still have problem with displaying event on same day. Also, event on multiple days, it only dispalys if yopu select last day. Will these be fixed soon? Other than these two, create module. rpatlan

 
Previous
 
Next
HomeHomeDotNetNuke Forg...DotNetNuke Forg...Module ForumsModule ForumsEventsEventsEvents Module 03.03.08 BetaEvents Module 03.03.08 Beta


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me
Have Someone Contact Me
Charlotte DoDNN

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

r2integrated
Telerik JustCode Free
Exact Target Exec Alert

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates the DotNetNuke Store where users purchase third party apps for the platform.