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...Administration ...Administration ...After I have changed a page I cannot logon to the current portal for exceptionsAfter I have changed a page I cannot logon to the current portal for exceptions
Previous
 
Next
New Post
2/16/2007 10:19 AM
 
After I have changed a page I cannot logon to the current portal for exceptions: general exceptions and page load exceptions.

Thanks

General exceptions :

AssemblyVersion: 04.04.01
PortalID: 3
PortalName: <Portal Name>
UserID: -1
UserName:
ActiveTabID: 54
ActiveTabName: Home
RawURL: /Default.aspx?tabid=54&error=Value+cannot+be+null.%0d%0aParameter+name%3a+type&content=0
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; InfoPath.1; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 45e25b31-2227-4fa0-863e-17b90790e814
InnerException: Could not load file or assembly 'DotNetNuke.DNNTreeNavigationProvider' or one of its dependencies. The system cannot find the file specified.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.RuntimeTypeHandle._GetTypeByName
StackTrace:
Message: System.IO.FileNotFoundException: Could not load file or assembly 'DotNetNuke.DNNTreeNavigationProvider' or one of its dependencies. The system cannot find the file specified. File name: 'DotNetNuke.DNNTreeNavigationProvider' at System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, Boolean loadTypeFromPartialName) at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) at System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) at System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) at System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey, Boolean UseCache) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Source:
Server Name: <SERVER NAME>

 

Page load exceptions :

AssemblyVersion: 04.04.01
PortalID: 3
PortalName: <Portal Name>
UserID: -1
UserName:
ActiveTabID: 54
ActiveTabName: Home
RawURL: /Default.aspx?tabid=54&error=Value+cannot+be+null.%0d%0aParameter+name%3a+type&content=0
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; InfoPath.1; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 20428618-893c-463b-bba1-d3a19ebd5f75
InnerException: Value cannot be null. Parameter name: type
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Activator.CreateInstance
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Value cannot be null. Parameter name: type ---> System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey, Boolean UseCache) at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) at DotNetNuke.Modules.NavigationProvider.NavigationProvider.Instance(String FriendlyName) at DotNetNuke.UI.Skins.NavObjectBase.InitializeNavControl(Control objParent, String strDefaultProvider) at DotNetNuke.UI.Skins.Controls.TreeViewMenu.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: <SERVER NAME>

 
New Post
2/18/2007 1:23 PM
 
Looks like you're missing some DLL's. Try downloading the 4.4.1 install or upgrade package and copy the BIN-directory's content over your own BIN directory.
 
New Post
2/19/2007 3:40 AM
 

Hi,
I have already tried it without solve the problem.

The default portal on localhost works but a 2nd one on a different portal alias fail with the following error which happens frequently in 4.4.1 version during  interacta with skins, containers, and templates.

I think that it depends from something in database but I don't know what!

 
New Post
2/19/2007 4:20 AM
 
Blumav, in your first post the error is
System.IO.FileNotFoundException: Could not load file or assembly 'DotNetNuke.DNNTreeNavigationProvider' or one of its dependencies.
I'm pretty sure you're missing the dll for that. Try downloading the upgrade package for 4.4.1, look for the Bin folder, look for the file 'DotNetNuke.DNNTreeNavigationProvider.dll and copy that one into your current install to the bin folder.

The reason your default portal works is basically because you're not using a skin that requires the DNNTreeNavigationProvider, and in your second portal you probably used a skin with a vertical menu.

 
New Post
2/19/2007 6:11 AM
 

Many Thanks, now it works, was missing the dll which you have told me in the installer package.

I have understood more things about DNN architecture.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...After I have changed a page I cannot logon to the current portal for exceptionsAfter I have changed a page I cannot logon to the current portal for exceptions


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