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 ...Schedule is currently unavailable.Schedule is currently unavailable.
Previous
 
Next
New Post
11/14/2007 12:01 PM
 

I just upgrade to the latest version.  When I Log in as "Host" and go to "Schedule"  I get the following error.  Any advice or suggestions?  I have already truncated the schedule history table.

Error: Schedule is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The type initializer for 'DotNetNuke.Services.Scheduling.DNNScheduling.DataProvider' threw an exception. ---> System.TypeInitializationException: The type initializer for 'DotNetNuke.Services.Scheduling.DNNScheduling.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.Services.Scheduling.DNNScheduling.DataProvider.CreateProvider() at DotNetNuke.Services.Scheduling.DNNScheduling.DataProvider..cctor() --- End of inner exception stack trace --- at DotNetNuke.Services.Scheduling.DNNScheduling.SchedulingController.GetSchedule() at DotNetNuke.Services.Scheduling.DNNScheduling.DNNScheduler.GetSchedule() at DotNetNuke.Modules.Admin.Scheduling.ViewSchedule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

 

 
New Post
11/14/2007 1:07 PM
 

Are you using the default DNNScheduling DataProvider?  Also, do you know if any accidental or intentional changes have been made to that section in the Web.Config?  That error normally occurs to providers that are not correctly written or implemented.


Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
11/14/2007 1:42 PM
 

I have not actively downloaded any new data providers so I assume that I am using the default one.  Is there a DLL or file that I should search for to see if it is the default provider?

Also...what should I look for in the web.config?

 
New Post
11/14/2007 4:52 PM
 

Here is my web.config.

In my ~\Providers\ directory, I only see DataProviders, HtmlEditorProviders, and LoggingProviders.  I then downloaded the full install from this site and that also only has those 3 things in the providers folder.  Am I completely missing something?

        <scheduling
          defaultProvider="DNNScheduler">
            <providers>
                <clear/>
                <add
                  name="DNNScheduler"
                  type="DotNetNuke.Services.Scheduling.DNNScheduling.DNNScheduler, DotNetNuke.DNNScheduler"
                  providerPath="~\Providers\SchedulingProviders\DNNScheduler\"
                  debug="false"
                  maxThreads="1"/>
            </providers>
        </scheduling>

 
New Post
11/14/2007 6:15 PM
 

Assuming that nothing has changed, the section I am referring to should look like this (it is near the bottom):

<scheduling defaultProvider="DNNScheduler">
      <providers>
        <clear />
        <add name="DNNScheduler" type="DotNetNuke.Services.Scheduling.DNNScheduling.DNNScheduler, DotNetNuke.DNNScheduler" providerPath="~\Providers\SchedulingProviders\DNNScheduler\" debug="false" maxThreads="1" />
      </providers>
    </scheduling>

It should match that exactly.  Just as a hunch, I would also suggest putting a line break somewhere in your Web.Config and saving it.  See if  you can see it then.  (That is just in case there is a cache issue.) 

The other (hopefully) last thing to try would be to grab the DLL from the Install package for your version of DNN and overwriting the one in your Bin folder.  The assembly name is "DotNetNuke.DNNScheduler.dll".


Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Schedule is currently unavailable.Schedule is currently unavailable.


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