HomeHomeUltimate DNN Bl...Ultimate DNN Bl...Support IssuesSupport IssuesWindows Live Writer failureWindows Live Writer failure
Previous
 
Next
New Post
9/3/2010 8:53 AM
 
After updating to the new version, I am getting errors when trying to use Windows Live Writer.  Whenever trying to upload an entry or refresh the theme, I get a Windows Live Writer error dialog that says "An unexpected error has occurred while attempting to log in:  Server Error - The server reported an error with the following URL: [website]/MetaWeblog.aspx  500 Internal Server Error.  Am I doing something wrong here?

Here's what I get from the site when I browse to that URL:

Server Error in '/' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load type 'DnnSun.SunBlogNuke.MetaWeblogAPI.MetaWeblog' from assembly 'DnnSun.Modules.SunBlogNuke'.

Source Error:

Line 107: <add verb="*" path="Sitemap.aspx" type="DotNetNuke.Services.Sitemap.SitemapHandler, DotNetNuke" /> Line 108: <add verb="*" path="*.htmtemplate" type="DotNetNuke.HtmlEditor.TelerikEditorProvider.HtmTemplateFileHandler, DotNetNuke.HtmlEditor.TelerikEditorProvider" /> Line 109: <add verb="*" path="MetaWeblog.aspx" type="DnnSun.SunBlogNuke.MetaWeblogAPI.MetaWeblog, DnnSun.Modules.SunBlogNuke" validate="false" /> Line 110: </httpHandlers> Line 111: <!-- set code access security trust level - this is generally set in the machine.config

Source File: C:\Inetpub\vhosts\advocace.com\httpdocs\web.config    Line: 109
 
New Post
9/3/2010 7:36 PM
 
Well, that is our fault. We had refactored the namespace for the assemble and then you need to modify the handler declaration as follows:

Original:
<add verb="*" path="MetaWeblog.aspx" type="DnnSun.SunBlogNuke.MetaWeblogAPI.MetaWeblog, DnnSun.Modules.SunBlogNuke" validate="false" />
Modified:

<add verb="*" path="MetaWeblog.aspx" type="DnnSun.SunBlogNuke.MetaWeblogAPI.MetaWeblog, SunBlogNuke.Core" validate="false" />
Hope it makes sense. Thanks for you great feedback.

Kind Regards
Baldwin

Ultimate DNN Blog Module - SunBlogNuke
 
New Post
9/4/2010 5:13 AM
 
Which file(s) require that change?
 
New Post
9/4/2010 8:30 AM
 
The web.config placed in the web root folder.

Ultimate DNN Blog Module - SunBlogNuke
 
New Post
9/4/2010 9:40 AM
 
Works great.  Thanks for the fast update.
 
Previous
 
Next
HomeHomeUltimate DNN Bl...Ultimate DNN Bl...Support IssuesSupport IssuesWindows Live Writer failureWindows Live Writer failure


Forum Guidline

These Discussion Forums are dedicated to the discussion of the Ultimate DNN Blog Module - SunBlogNuke.

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 SunBlogNuke.
  2. No Flaming or Trolling. 
  3. No Profanity, Racism, or Prejudice. 
  4. Site Moderators have the final word on approving/removing a thread or post or comment.
  5. English language posting only, please.
  6. If you are reporting a bug and strange issue please tell us which version of dnn and SunBlogNuke you are applying and share some logs from "Event Viewer".