I tried to install DotNetNuke 3.2.2 on a Windows 2003 Server PC, using instructions contained in book entitled "Professional DotNetNuke ASP.NET Portals," and ended up hitting an error (see below). Any ideas as to what could be wrong? One issue that may be related, and I mention it just in case, is the fact that when I went to assign rights to the C:\Websites\DotNetNuke folder, I never saw the user mentioned in the book on page 38. I only had the following choices:
Account Unknown(S-1-5-21- etc.), Administrators (OMEGA2003\Administrators), CREATOR OWNER, Everyone, SYSTEM, Users (OMEGA2003\Users).
I just assigned Full Control rights to Everyone to try to get it to work and got the following error:
Server Error in '/DotNetNuke' 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.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName) +379
DotNetNuke.Data.DataProvider.CreateProvider() +19
DotNetNuke.Data.DataProvider..cctor() +15
[TypeInitializationException: The type initializer for "DotNetNuke.Data.DataProvider" threw an exception.]
DotNetNuke.Data.DataProvider.Instance() +0
DotNetNuke.Common.Globals.GetUpgradeStatus() +307
DotNetNuke.Common.Global.CheckVersion() +103
DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) +320
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573