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...Upgrading DNN P...Upgrading DNN P...Upgrade to 5.06.00 web service errorUpgrade to 5.06.00 web service error
Previous
 
Next
New Post
12/9/2010 4:34 AM
 
Hello,

yesterday I successfully upgraded my site www.krayzel.com to the  version of DotNetNuke 5.06.00. Everything was fine and I get 0 errors during installation (it was quite surprise for me after previous experiences with upgrade od DotNetNuke sites).

Site is working but when I tried to access my web services (e.g. http://www.krayzel.com/businessLayer/webServices/WSUsers.asmx) I got following error:

Server Error in '/krayzel.com' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: 

[NullReferenceException: Object reference not set to an instance of an object.] DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabID, PortalAliasInfo objPortalAliasInfo) +70 DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +2449 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +79 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +170

Thanks for  advice.

Pavel Krayzel
 
New Post
12/9/2010 7:49 AM
 
it looks like an issue retrieving portal settings. How is your web service implemented?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/9/2010 8:03 AM
 
I made some test and the same error appears  with new plain web service simply created with Visual Studio - I share code from this plain web service, mine is pretty longer...

So there is code from this simple web service, you can try it on http://www.krayzel.com/WebService.asmx - same error

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Services;


/// <summary>
/// Summary description for WebService
/// </summary>
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
// To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line. 
// [System.Web.Script.Services.ScriptService]
public class WebService : System.Web.Services.WebService {


    public WebService () {


        //Uncomment the following line if using designed components 
        //InitializeComponent(); 
    }


    [WebMethod]
    public string HelloWorld() {
        return "Hello World";
    }
    
}

Thanks for advice,

Pavel Krayzel

 
New Post
12/9/2010 5:35 PM
 
Hello,

I have just solved my problem... I found somewhere that problem with loading page (web service, web form, etc.) could be caused by bug in DNN UrlRewriteModule.

There was "solution" - add complete path to web service or aspx page into PortalAlias setting.

So I added http://www.krayzel.com/WebService.asmx as PortalAlias and its working now...

But still don't know where was the problem:) 


Pavel Krayzel
 
New Post
12/9/2010 6:39 PM
 
Great you were able to figure it out :)

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade to 5.06.00 web service errorUpgrade to 5.06.00 web service error


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