Hi.
4.8.4 Install package downloaded, uploaded to my hosted server.
Running Medium Thrust on .net 2.0.50727
So I used development.config as the manual says when running Medium Thrust.
Put in my MsSql info in the commented section and uncommented it (in two places)
As read on my hosting company site i have to use my DB user instead of dbo, so I did. (4.x is confirmed to run on their servers)
Everything else is untouched.
Call my site and get :
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.Common.Utilities.Config.GetConnectionString(String name) +47 DotNetNuke.Common.Utilities.Config.GetConnectionString() +38 DotNetNuke.Data.SqlDataProvider..ctor() +82
[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) +268 System.Activator.CreateInstance(Type type, Boolean nonPublic) +66 DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) +582 DotNetNuke.Data.DataProvider.CreateProvider() +46 DotNetNuke.Data.DataProvider..cctor() +13
[TypeInitializationException: The type initializer for 'DotNetNuke.Data.DataProvider' threw an exception.] DotNetNuke.Common.Globals.GetUpgradeStatus() +67 DotNetNuke.Common.Initialize.CheckVersion(HttpApplication app) +147 DotNetNuke.Common.Initialize.InitializeApp(HttpApplication app) +413 DotNetNuke.Common.Initialize.Init(HttpApplication app) +125 DotNetNuke.HttpModules.RequestFilter.RequestFilterModule.FilterRequest(Object sender, EventArgs e) +177 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Anybody know whats up with this?