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

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...4.9.5 upgrade to 5.1.44.9.5 upgrade to 5.1.4
Previous
 
Next
New Post
1/29/2010 1:26 PM
 

please try restart of the application

there might be a module interfering or a menu, the issue occurs when module action menues are created.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/29/2010 4:09 PM
 
After restarting the application I can see my main page.

However I cannot login to the site.

Here is how we passed our SQL connection on DNN 4.9.5

add key="SiteSqlServer" connectionString="Data Source=;Initial Catalog=;User ID=;Password="

I see the upgraded file is like this

add key="SiteSqlServer" value="Server=;Database=;uid=;pwd="

What is the correct syntax?

Here is the relevant error message,


A network-related or instance-specific error occurred while establishing a connection to the SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a conenction to the SQL Server)


Thanks,
Marina
 
New Post
1/29/2010 5:32 PM
 
I was able to solve the database login issue.

Here are the last couple of messages on the event log table.

LOGIN_SUCCESS,2010-01-29 14:09:14.557,IP

PAGE_LOAD_EXCEPTION,2010-01-29 14:09:14.567,AssemblyVersion5.2.2PortalID0PortalNameServiceBoxUserID-1UserNameActiveTabID78ActiveTabNameHomeRawURL/default.aspxAbsoluteURL/default.aspxAbsoluteURLReferrerhttp://localhost:81/UserAgentMozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)DefaultDataProviderDotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProviderExceptionGUIDcc93df05-9eb7-492c-a2c0-92b1b766d71cInnerExceptionObject reference not set to an instance of an object.FileNameFileLineNumber0FileColumnNumber0MethodDotNetNuke.Common.Utilities.XmlUtils.GetAttributeValueAsIntegerStackTraceMessageDotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at DotNetNuke.Common.Utilities.XmlUtils.GetAttributeValueAsInteger(XPathNavigator nav, String AttributeName, Int32 DefaultValue)
at DotNetNuke.Common.Utilities.Config.GetPersistentCookieTimeout()
at DotNetNuke.Entities.Users.UserController.UserLogin(Int32 portalId, UserInfo user, String PortalName, String IP, Boolean CreatePersistentCookie)
at DotNetNuke.Entities.Users.UserController.UserLogin(Int32 portalId, String Username, String Password, String VerificationCode, String PortalName, String IP, UserLoginStatus& loginStatus, Boolean CreatePersistentCookie)
at DataSprings.DNN.Modules.DynamicLogin.DynamicLogin.UserLogin()
at DataSprings.DNN.Modules.DynamicLogin.DynamicLogin.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
Source


Any ideas?

Thanks,
Marina
(919)923-5796
 
New Post
1/30/2010 10:04 AM
 

please check with DataSprings for an updates version of your login module.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
2/3/2010 6:25 PM
 
I have updated Data Springs Registration and Login modules to the latest available version. However the versions available are certified for DNN 5.0.x and not necessarily DNN 5.2.2

I can see more of my application now but on every module and container I see namespace error messages as below.

Error: Listed Points is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\inetpub\wwwroot\DNN52\Dev\DesktopModules\HTML\HtmlModule.ascx.vb(59): error BC30560: 'HtmlTextController' is ambiguous in the namespace 'DotNetNuke.Modules.Html'. ---> System.Web.HttpCompileException: C:\inetpub\wwwroot\DNN52\Dev\DesktopModules\HTML\HtmlModule.ascx.vb(59): error BC30560: 'HtmlTextController' is ambiguous in the namespace 'DotNetNuke.Modules.Html'. at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---

Is there a simple solution to this issue?

Thanks,
Marina
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...4.9.5 upgrade to 5.1.44.9.5 upgrade to 5.1.4


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