R2i DotNetNuke® Forum

R2i wants you to have the opportunity to ask questions, post reviews, help others or just rant and rave about DotNetNuke® or any of the R2i Modules and Skins. Our team spends hour upon hour, day after day, working on custom DotNetNuke® modules and services; please feel free to ask us anything.
 
Crashes page
Last Post 01 Jan 1900 05:00 AM by . 20 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Page 1 of 212 > >>
Author Messages Informative
deh617User is Offline
New Member
New Member
Posts:11

--
14 Dec 2007 11:41 PM  
I purchased Navigator today from Snowcovered and installed the module. When I try adding it to a page, the page is then rendered not accessible. I installed 2.2.7 on a DNN4.5.1 site.

What am I doing wrong??
kevinmschreinerUser is Offline
Advanced Member
Advanced Member
Posts:729

--
17 Dec 2007 03:54 PM  
Are you receiving any errors in the Event Viewer?
deh617User is Offline
New Member
New Member
Posts:11

--
17 Dec 2007 08:12 PM  
Thanks for your reply. How do I find the Event Viewer?
robert_chumleyUser is Offline
Advanced Member
Advanced Member
Posts:592

--
17 Dec 2007 09:06 PM  
The Event Viewer is a part of the core DNN. If you are logged in as Admin you should be able to see it listed under the admin tab.
Thanks,
Robert Chumley<br>r2integrated (formally bi4ce)
deh617User is Offline
New Member
New Member
Posts:11

--
17 Dec 2007 09:07 PM  
Disregard last msg. Found it. Here's what comes up:

AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: Value cannot be null. Parameter name: type
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.ArgumentNullException: Value cannot be null. Parameter name: typeat System.Activator.CreateInstance(Type type, Boolean nonPublic)at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey)at DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 PortalID)
Source:
Server Name: P3SWH061
deh617User is Offline
New Member
New Member
Posts:11

--
17 Dec 2007 09:09 PM  
More...

EventQueue.ProcessMessage: Message Processing Failed
ProcessorType: DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke
Body:
Sender:
BusinessControllerClass: DotNetNuke.Modules.Events.EventController, DotNetNuke.Modules.Events
DesktopModuleId: 54
UpgradeVersionsList: 03.01.00,03.02.00,03.03.00,03.03.02,03.03.03,03.03.05,03.03.07
ExceptionMessage: Method not found: 'DotNetNuke.Entities.Modules.ModuleControlInfo DotNetNuke.Entities.Modules.ModuleControlController.GetModuleControlByKeyAndSrc(Int32, System.String, System.String)'.
Server Name: P3SWH061
12/17/2007 1:10:41 PM Application Started ...
Server Name: P3SWH061
12/17/2007 1:09:38 PM Module Created alphawood Alphawood Foundation ModuleId: 403; ModuleTitle: Bi4ce Navigator Module; ...
ModuleId: 403
ModuleTitle: Bi4ce Navigator Module
TabModuleID: -1
TabID: 75
PortalID: 0
ModuleDefId: 122
FriendlyName:
IconFile:
Visibility: Maximized
ContainerSrc:
Server Name: P3SWH061
robert_chumleyUser is Offline
Advanced Member
Advanced Member
Posts:592

--
17 Dec 2007 09:15 PM  
Hello deh617,
Are you running the system under medium trust?
Thanks,
Robert Chumley<br>r2integrated (formally bi4ce)
deh617User is Offline
New Member
New Member
Posts:11

--
17 Dec 2007 09:31 PM  
Robert,

Thanks for the quick reply. Would that be in the web.config or is that a setting I'm missing somewhere? I went through both the host and site settings and couldn't find anything.

Thanks,

Dave
deh617User is Offline
New Member
New Member
Posts:11

--
18 Dec 2007 09:43 PM  
Any update?
kevinmschreinerUser is Offline
Advanced Member
Advanced Member
Posts:729

--
23 Dec 2007 04:38 AM  
Its a setting in the web config, the module requires Full Trust for execution because it uses the XML serializer. Check for the Medium Trust setting withing the config and verify that it is truly disabled.
kevinmschreinerUser is Offline
Advanced Member
Advanced Member
Posts:729

--
23 Dec 2007 04:38 AM  
Its a setting in the web config, the module requires Full Trust for execution because it uses the XML serializer. Check for the Medium Trust setting withing the config and verify that it is truly disabled.
deh617User is Offline
New Member
New Member
Posts:11

--
03 Jan 2008 08:37 PM  
It was set to Medium. I changed it to full. Is that correct? The config file is as shown:

<!-- set code access security trust level - this is generally set in the machine.config
<trust level="Full" originUrl=".*" />
-->

If that is correct, it did not solve the problem.
dcampbellUser is Offline
Basic Member
Basic Member
Posts:197

--
04 Jan 2008 07:56 PM  
Change it to :
<TrustLevel="Full" originUrl=".*" />

Hopefully that solves the problem.

Dave
Dave Campbell<br>Software Engineer<br>Business Intelligence Force, Inc. (bi4ce)
deh617User is Offline
New Member
New Member
Posts:11

--
04 Jan 2008 09:55 PM  
That did not solve the issue. What other info can I provide to you so that we can resolve this?
deh617User is Offline
New Member
New Member
Posts:11

--
07 Jan 2008 08:52 PM  
Anything else I can try? We've been at this for a while and I'd like to get this resolved... Or if there is a better route for support, please let me know. Thanks...
contactdpUser is Offline
Basic Member
Basic Member
Posts:475

--
07 Jan 2008 09:26 PM  
Please download the Navigator 2.3 which is the most current version of the Navigator. see if you are still having the problems...

Also you may want to remove the comments around your trust level in web.config... that means your code should look like below insted of the one above you have.


<!-- set code access security trust level - this is generally set in the machine.config -->
<trust level="Full" originUrl=".*" />


Thanks,
DP
Durga Prasad(DP) | Senior Web Engineer<br>R2integrated
deh617User is Offline
New Member
New Member
Posts:11

--
07 Jan 2008 09:49 PM  
I logged into Snowcovered and the most recent version they had listed in my download area was 2.27 and I couldn't find the download on your site.
contactdpUser is Offline
Basic Member
Basic Member
Posts:475

--
07 Jan 2008 09:53 PM  
Hmmm, i just checked on snowcoverd and saw it is there... which version of the navigator did you buy?

It should be named "Bi4ce.Navigator.DNN3.PA.2.3.zip", can you please check in the downloads also check in patches and hot fixes.
Durga Prasad(DP) | Senior Web Engineer<br>R2integrated
contactdpUser is Offline
Basic Member
Basic Member
Posts:475

--
07 Jan 2008 10:03 PM  
Just realized looking at the wrong package... uploaded to the 2.3 version you bought... please find it and let me know.
Durga Prasad(DP) | Senior Web Engineer<br>R2integrated
deh617User is Offline
New Member
New Member
Posts:11

--
07 Jan 2008 10:17 PM  
Thanks...

I uninstalled the old version and installed 2.3. Here's the error I got on install:

Failure The 'version' element is invalid - The value '02.03' is invalid according to its datatype 'versionNumber' - The Pattern constraint failed.
Failure ExceptionSystem.Exception: Dnn load failed, aborting at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnAdapter_V2.ReadDnn() at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install()
You are not authorized to post a reply.
Page 1 of 212 > >>


Active Forums 4.1
 

New York, NY • Baltimore, MD • Vienna, VA • St. Louis, MO • Seatle, WA • 410.327.0007 • info@R2Integrated.com

Bookmark & Share Bookmark and Share