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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Errors compiling 4.6.2Errors compiling 4.6.2
Previous
 
Next
New Post
10/11/2007 4:52 AM
 

hi nxpage,

for WAP modules see http://www.adefwebserver.com/DotNetNukeHELP/DNN4_WAP/

to display subsets of UDT data, go to a second page, select "add existing module", in order to create a module reference. All display settings in "Manage Table" are referring to this reference only.

Hope this helps (HTH)

Sebastian

PS: We are aware, that the web server is often working hard on its limit, moving it to a web farm is already planned.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/12/2007 7:25 PM
 

Thank you ... this is a good resource and I will review it further. However, with just the basic out-of-the-box install of the DotNetNuke_04.06.02_Source.zip I still cannot Publish the site (testing locally). I get the same error from my original post with references to the "Gallery" module which DOES NOT EXIST in this solution. I read in another forum that the Gallery module was removed. Apparently there are still residual references that I can't seem to reconcile. I get 4 errors and 19 warnings:

ERRORS (4)

Error 1 Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. C:\wwwSS\_dev\DotNetNuke4\Website\DesktopModules\Forum\Integration\Integration_GalleryAddFiles.aspx 1 
Error 2 Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. C:\wwwSS\_dev\DotNetNuke4\Website\DesktopModules\Forum\Integration\Integration_GalleryAddAlbum.aspx 1 
Error 3 Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. C:\wwwSS\_dev\DotNetNuke4\Website\DesktopModules\Forum\Integration\Integration_GalleryAddFile.aspx 4 
Error 4 Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. C:\wwwSS\_dev\DotNetNuke4\Website\DesktopModules\Forum\Integration\Integration_MediaGallery.aspx 3 

WARNINGS (unique ones below)

Warning 5 'DotNetNuke.Services.Localization.TokenReplace' is obsolete: 'This class has been deprecated, please use DotNetNuke.Services.Tokens.TokenReplace instead' C:\wwwSS\_dev\DotNetNuke4\Library\Components\Localization\TokenReplace.vb 201 69 DotNetNuke.Library
Warning 17 'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead.
http://go.microsoft.com/fwlink/?linkid=14202' C:\wwwSS\_dev\DotNetNuke4\Library\Components\Shared\XmlUtils.vb 407 77 DotNetNuke.Library
Warning 19 Property 'Moveable' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used. C:\wwwSS\_dev\DotNetNuke4\Library\Components\Skins\SolPartMenu.vb 249 13 DotNetNuke.Library
Warning 20 Property 'DelaySubmenuLoad' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used. C:\wwwSS\_dev\DotNetNuke4\Library\Components\Skins\SolPartMenu.vb 699 13 DotNetNuke.Library
Warning 21 'SyndicationHandlerBase' is not CLS-compliant because it derives from 'GenericRssHttpHandlerBase', which is not CLS-compliant. C:\wwwSS\_dev\DotNetNuke4\Library\Components\SyndicationHandlers\SyndicationHandlerBase.vb 4 18 DotNetNuke.Library
Warning 22 event 'UserCreated' conflicts with function 'UserCreated' in the base class 'UserModuleBase' and should be declared 'Shadows'. C:\wwwSS\_dev\DotNetNuke4\Library\Components\Users\UserUserControlBase.vb 59 22 DotNetNuke.Library
Warning 23 'Public ReadOnly Property CacheKey() As String' is obsolete: 'This property is deprecated.  Plaese use ModuleController.CacheKey(TabModuleID)' C:\wwwSS\_dev\DotNetNuke4\Website\App_Code\Reports\VisualizerControlBase.vb 93 73 
http://localhost/_dev/DotNetNuke4/Website/

 

 
New Post
10/13/2007 9:56 AM
 

you can compile library only, preccompilation of the complete site is not supported.

Gallery is still a DNN 3 module, that can be compiled with VS 2003 only.

Warnings are not relevant.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/19/2007 2:52 PM
 

I've installed the starter kit of DNN 4.6.2, I've choosed, custom option in the installation wizard, and add all avalable option to the installation.

After finsihing installwizard, i cannot access the site. when I try to reach the default,aspx, it shows the install director instead.

Then i tried to build site from VS2005, but I got the same errors referencing to DotnetNuke.Modules.Gallery.

I did not find this module on the site.

Could you, help me, how can I acces  my installed portal ?

 

 

 

 
New Post
11/7/2007 4:15 AM
 

 

Hello,

the problem I have is that DotNetNuke doesn't give me the desired detailed debug output when an operation in a module fails.

The error I get right know is the red error message from module message in the Skins folder.

e.g. A critical error has occurred.
Exception has been thrown by the target of an invocation.

I would like to know wich target and wich invocation of course.

so I added this line to the Page_load of ModuleMessage :

Case UI.Skins.Controls.ModuleMessage.ModuleMessageType.RedError

strMessage += Me.Text

strMessage += Server.GetLastError().ToString() ' added

I don't know if this is going to give me the desired output because I've got problems compiling 4.6.2

The error message I get is the following :

Server Error in '/DotNetNuke' 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:

Line 80: 
Line 81:             'Determine the Upgrade status and redirect to Install.aspx
Line 82:             Select Case GetUpgradeStatus()
Line 83:                 Case Globals.UpgradeStatus.Install
Line 84:                     If AutoUpgrade Then


Source File: D:\websites\DotNetNuke\App_Code\Global.asax.vb    Line: 82

Stack Trace:

[ArgumentNullException: Value cannot be null.
Parameter name: type]
   System.Activator.CreateInstance(Type type, Boolean nonPublic) +2861599
   System.Activator.CreateInstance(Type type) +6
   DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey, Boolean UseCache) +49
   DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) +892
   DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectNamespace, String ObjectAssemblyName) +45
   DotNetNuke.Data.DataProvider.CreateProvider() +54
   DotNetNuke.Data.DataProvider..cctor() +28

[TypeInitializationException: The type initializer for 'DotNetNuke.Data.DataProvider' threw an exception.]
   DotNetNuke.Data.DataProvider.Instance() +0
   DotNetNuke.Entities.Portals.PortalSettings.GetProviderPath() +24
   DotNetNuke.Common.Globals.GetUpgradeStatus() +147
   DotNetNuke.Common.Global.CheckVersion() in D:\websites\DotNetNuke\App_Code\Global.asax.vb:82
   DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) in D:\websites\DotNetNuke\App_Code\Global.asax.vb:310

 


Version Information: Microsoft .NET Framework Version:2.0.50727.1378; ASP.NET Version:2.0.50727.1378

 

What can I do about this, can someone point me in the right direction please?

 

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Errors compiling 4.6.2Errors compiling 4.6.2


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