Hi
I am currently installing DNN 4.8.1 on a Godaddy account.
I first did a simple install on my local machine, then transfered the files following the steps found on http://spencerteck.com/WalkThroughsGuides/DNNGodaddycomRoot/tabid/80/Default.aspx . I transfered the database by generating a script file (SQL Server Database Publishing Wizard - codeplex) and executing it on the host.
when launching the web site, I had the error bellow.
any ideas how to solve this ?
thanks in advance
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30002: Type 'IClientAPICallbackEventHandler' is not defined.
Source Error:
Line 41: ''' -----------------------------------------------------------------------------
Line 42: Partial Class DefaultPage
Line 43: Inherits DotNetNuke.Framework.CDefault : Implements IClientAPICallbackEventHandler
Line 44:
Line 45: #Region "Properties"
.
.
.
Microsoft (R) Visual Basic Compiler version 8.0.50727.832
for Microsoft (R) .NET Framework version 2.0.50727.832
Copyright (c) Microsoft Corporation. All rights reserved.
d:\hosting\abchosting941\Default.aspx(23) : warning BC40004: withEvents variable 'Form' conflicts with property 'Form' in the base class 'Page' and should be declared 'Shadows'.
Protected WithEvents Form As Global.DotNetNuke.Common.Controls.Form
~~~~
d:\hosting\abchosting941\Default.aspx.vb(43) : error BC30002: Type 'IClientAPICallbackEventHandler' is not defined.
Inherits DotNetNuke.Framework.CDefault : Implements IClientAPICallbackEventHandler
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
d:\hosting\abchosting941\Default.aspx.vb(432) : error BC30456: 'ClientAPI' is not a member of 'Utilities'.
Dim aryVals() As String = Split(strArg, DotNetNuke.UI.Utilities.ClientAPI.COLUMN_DELIMITER)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
d:\hosting\abchosting941\Default.aspx.vb(598) : error BC30456: 'ClientAPI' is not a member of 'Utilities'.
DotNetNuke.UI.Utilities.ClientAPI.HandleClientAPICallbackEvent(Me)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
d:\hosting\abchosting941\Default.aspx.vb(673) : error BC30002: Type 'IClientAPICallbackEventHandler' is not defined.
Public Function HandleCallbackEvent(ByVal eventArgument As String) As String Implements IClientAPICallbackEventHandler.RaiseClientAPICallbackEvent
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
d:\hosting\abchosting941\Default.aspx.vb(679) : error BC30451: Name 'ClientAPI' is not declared.
If DNNClientAPI.IsPersonalizationKeyRegistered(objDict("namingcontainer") & ClientAPI.CUSTOM_COLUMN_DELIMITER & objDict("key")) = False Then