Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in DNN 9.2.2 #7

Closed
b-creative opened this issue Nov 8, 2018 · 7 comments
Closed

Errors in DNN 9.2.2 #7

b-creative opened this issue Nov 8, 2018 · 7 comments
Assignees
Labels
Milestone

Comments

@b-creative
Copy link

Does anyone have the same issues? DNN 9.2.2, XML module 6.0.4 (I had the errors with 6.0.2, hoped that a newer version would resolve the issues but it didn't).

ModuleId:568
ModuleDefId:137
FriendlyName:Eindbeoordeling
ModuleControlSource:DesktopModules/XML/XmlModule.ascx
AbsoluteURL:/Default.aspx
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:2c8685bd-a95a-409c-9a63-e0ddb547d176
AssemblyVersion:9.2.2
PortalId:0
UserId:1
TabId:149
RawUrl:/
Referrer:https://xxxxxxxxx.nl/DesktopModules/admin/Dnn.PersonaBar/index.html?cdv=228
UserAgent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36
ExceptionHash:NKrsQQ9svYlQ47RT4hxhRIGHugw=
Message:Could not load type 'DotNetNuke.Services.FileSystem.FileController' from assembly 'DotNetNuke, Version=9.2.2.178, Culture=neutral, PublicKeyToken=null'.
StackTrace:
InnerMessage:Could not load type 'DotNetNuke.Services.FileSystem.FileController' from assembly 'DotNetNuke, Version=9.2.2.178, Culture=neutral, PublicKeyToken=null'.
InnerStackTrace:
at DotNetNuke.Modules.Xml.Components.Utils.CreateXmlReader(String xmlsrc, Int32 portalId, Boolean prohibitDtd) at DotNetNuke.Modules.Xml.Providers.XmlRenderingProvider.XslCompiledTransform.Provider.GetXslTransform(String xslsrc, Int32 portalId) at DotNetNuke.Modules.Xml.Providers.XmlRenderingProvider.XslCompiledTransform.Provider.Render(XmlReader reader, TextWriter output, Page page, ModuleInfo moduleConfiguration) at DotNetNuke.Modules.Xml.Components.XmlBaseController.Render(TextWriter output) at DotNetNuke.Modules.Xml.XmlModule.Page_Load(Object sender, EventArgs e)
Source:

FileName:
FileLineNumber:0
FileColumnNumber:0
Method:

@sleupold
Copy link

sleupold commented Nov 8, 2018

I just ran into the same bug. Seem to be caused by removed API in DNN 9.2.0

@b-creative
Copy link
Author

Any workarounds possible?

@sleupold
Copy link

sleupold commented Nov 8, 2018

no, this needs to be fixed, to run the module in DNN 9.2.0 or later.

@valadas valadas self-assigned this Nov 9, 2018
@valadas valadas added this to the 06.00.05 milestone Nov 9, 2018
@valadas valadas added the bug label Nov 9, 2018
@valadas
Copy link
Member

valadas commented Nov 9, 2018

@b-creative I just published a new release that replaces all deprecated API usages, it will work on Dnn 8.0.0 and up and I tested it up to the current 9.3.0 nightly build. You can download it here https://github.com/DNNCommunity/DNN.XML/releases/tag/06.00.05

@sleupold
Copy link

sleupold commented Nov 9, 2018

Thank you very much, @valadas !

@b-creative
Copy link
Author

@valadas thats great man, thanks!

@valadas
Copy link
Member

valadas commented Nov 9, 2018

You are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants