DNNCommunity / DNN.Map

MIT License
2 stars 2 forks source link

Map 1.0.9 Install on 9.2.2 gets Page Load Exception #2

Open VashJuan opened 5 years ago

VashJuan commented 5 years ago

I've a blank/new 9.2.2 (upgraded from 9.1.1.) dnn site with one additional module. Installing Map 1.0.9 succeeds, but dragging it onto a web page gets a Page Load Exception. Details form the Admin Log follow: AbsoluteURL:/Default.aspx

DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke

ExceptionGUID:885571ec-9905-4279-86ef-1e4a1b18cebf

AssemblyVersion:9.2.2

PortalId:0

UserId:1

TabId:32

RawUrl:/test

Referrer:http://localhost:8080/test

UserAgent:Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0

ExceptionHash:t6q1T2Hfg0zrcNh3dRxspAxAKd0=

Message:Method not found: 'System.String DotNetNuke.Entities.Modules.PortalModuleBase.get_ModulePath()'.

StackTrace:

InnerMessage:Method not found: 'System.String DotNetNuke.Entities.Modules.PortalModuleBase.get_ModulePath()'.

InnerStackTrace:

at DotNetNuke.Modules.Map.Controls.Map.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at DotNetNuke.Entities.Modules.PortalModuleBase.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.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Source:

FileName:

FileLineNumber:0

FileColumnNumber:0

Method:

Server Name: Win10

VashJuan commented 5 years ago

I am hoping to resolve this myself & even submit a fix, but thought I'd document the issue first. Any ideas welcome of course!

VashJuan commented 5 years ago

Tried with virginal install of DNN 9.1.1 and received no errors. Also tried on well used 8.x site and it worked, but rapidly got errors in the Java Console such as Control is no longer supported in the Google Maps Javascript API v2. Please visit https://developers.google.com/maps/documentation/javascript/v2/v2tov3 to migrate your application to v3. maps:226:35 Map.addControl is no longer supported in the Google Maps Javascript API v2. Please visit https://developers.google.com/maps/documentation/javascript/v2/v2tov3 to migrate your application to v3. I'll log those as a new issue.

valadas commented 5 years ago

Pull requests are welcome and let me know if you have some specific problems I can help you out as time permits.