Was upgrading from 4.5.1 source to 4.6.0 install version, and every ran fine, except I got the following errors in the log file:
Error: Access to the path 'C:\DotNetNuke\bin\DotNetNuke.HttpModules.DNNMembership.dll' is denied.
Error: Access to the path 'C:\DotNetNuke\bin\DotNetNuke.HttpModules.Exception.dll' is denied.
Error: Access to the path 'C:\DotNetNuke\bin\DotNetNuke.HttpModules.Personalization.dll' is denied.
Error: Access to the path 'C:\DotNetNuke\bin\DotNetNuke.HttpModules.UsersOnline.dll' is denied.
Error: Access to the path 'C:\DotNetNuke\bin\DotNetNuke.HttpModules.Compression.dll' is denied.
Error: Access to the path 'C:\DotNetNuke\bin\DotNetNuke.HttpModules.Authentication.dll' is denied.
Error: Access to the path 'C:\DotNetNuke\bin\DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataProvider.dll' is denied.
Error: Access to the path 'C:\DotNetNuke\bin\DotNetNuke.DNNScheduler.SqlDataProvider.dll' is denied.
Error: Access to the path 'C:\DotNetNuke\bin\DotNetNuke.Provider.DBLoggingProvider.SqlDataProvider.dll' is denied.
Error: Access to the path 'C:\DotNetNuke\bin\DotNetNuke.Provider.Membership.SqlDataProvider.dll' is denied.
Error: Access to the path 'C:\DotNetNuke\bin\DotNetNuke.HttpModules.UrlRewrite.dll' is denied.
I thus change dotnetnuke folders permissions to include everyone for my server. Now when I run the install by "http://mydomain/Install/Install.aspx", I get the following error.
File |
C:\DotNetNuke\Portals\_default\\Logs\LogFailures.xml.resources |
Error |
Access to the path 'C:\DotNetNuke\Portals\_default\Logs\LogFailures.xml.resources' is denied. The Windows User Account listed below must have Read/Write Privileges to this path. |
I renamed the LogFailures.xml.resources file and now I am getting the following error in that file:
<LogInfo><LogGUID>e42bfd4b-f6ae-4785-afea-73201838b97b</LogGUID><LogTypeKey>APPLICATION_START</LogTypeKey><LogUserID>-1</LogUserID><LogUserName /><LogPortalID>-1</LogPortalID><LogPortalName /><LogCreateDate>2007-09-25T13:06:38.96875-05:00</LogCreateDate><LogCreateDateNum>0</LogCreateDateNum><LogProperties /><BypassBuffering>true</BypassBuffering><LogServerName>USPROXYNUKE</LogServerName></LogInfo>
what is that problem?
I try to goto mydomain
I get:
Server Error in '/' Application.
Value cannot be null.
Parameter name: type
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.ArgumentNullException: Value cannot be null.
Parameter name: type
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:
[ArgumentNullException: Value cannot be null. Parameter name: type] System.Activator.CreateInstance(Type type, Boolean nonPublic) +2768503 DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) +582 DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectNamespace, String ObjectAssemblyName) +17 DotNetNuke.Security.Membership.Data.DataProvider.CreateProvider() +38 DotNetNuke.Security.Membership.Data.DataProvider..cctor() +13
[TypeInitializationException: The type initializer for 'DotNetNuke.Security.Membership.Data.DataProvider' threw an exception.] DotNetNuke.Security.Membership.Data.DataProvider.Instance() +0 DotNetNuke.Security.Membership.AspNetMembershipProvider..cctor() +5
[TypeInitializationException: The type initializer for 'DotNetNuke.Security.Membership.AspNetMembershipProvider' threw an exception.]
[TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) +0 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) +103 System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +261 System.Activator.CreateInstance(Type type, Boolean nonPublic) +66 DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) +582 DotNetNuke.Security.Membership.MembershipProvider.CreateProvider() +38 DotNetNuke.Security.Membership.MembershipProvider..cctor() +13
[TypeInitializationException: The type initializer for 'DotNetNuke.Security.Membership.MembershipProvider' threw an exception.] DotNetNuke.Security.Membership.MembershipProvider.Instance() +0 DotNetNuke.Entities.Users.UserController..cctor() +5
[TypeInitializationException: The type initializer for 'DotNetNuke.Entities.Users.UserController' threw an exception.] DotNetNuke.Entities.Users.UserController.GetUserCountByPortal(Int32 portalId) +0 DotNetNuke.Entities.Portals.PortalInfo.get_Users() +17 DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +1283 DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +83 DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +2848 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Any ideas?
I am logged in and urnning via IE Explorer as administrator
Dean