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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ... System.NullReferenceException: Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object.
Previous
 
Next
New Post
6/18/2006 4:25 AM
 
Hi,

I am getting this error while I am trying to run the DotNetNuke using ISS 5.1..

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


Source Error:

Line 73: 
Line 74: 'Determine the Upgrade status and redirect to Install.aspx
Line 75: Select Case GetUpgradeStatus()
Line 76: Case Globals.UpgradeStatus.Install, Globals.UpgradeStatus.Upgrade
Line 77: If AutoUpgrade Then


Any help..
 
New Post
6/20/2006 7:48 PM
 

I'm getting the same error as well, and this is a new install for me. Don't know what happened. I thought I did all the check points right by creating the database, set the login and user as owner (in fact I tried to use sa and still had the problem). I use the install package on Windows 2000 and SQL SERVER 2005.

Does anyone have any idea what else I need to check?

 

 

 
New Post
6/29/2006 5:15 PM
 
Same thing here...anyone get a response on this?

My debug showed a failure on the same line GetUpgradeStatus.
 
New Post
6/30/2006 11:57 AM
 
Yup, me too, same line same error.

Anyone figure this one out yet?
 
New Post
6/30/2006 12:09 PM
 
I figured it out.

The web.config file, by default, has the SQL connect strings commented out. Delete the comment above the sql setting you are using, and the one below it.

Here's the default

  <!-- Connection String for SQL Server 2000/2005
    <add
      name="SiteSqlServer"
      connectionString="Server=blah;Database=blah;uid=blah;pwd=blah;"
      providerName="System.Data.SqlClient" />
   -->

Here's what you need:

    <add
      name="SiteSqlServer"
      connectionString="Server=blah;Database=blah;uid=blah;pwd=blah;"
      providerName="System.Data.SqlClient" />

Timbert

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ... System.NullReferenceException: Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object.


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