Register
|
Login
Home
Services
About Efficion
Testimonials
Our Process
Online Portfolio
Designs and Custom Skins
DotNetNuke
Modules
Articles
Advanced DataGrid
Basic DataGrid
Categories
Mailing List Subscribe
PayPal Donations
What's New
Video Streaming
Skins
Module Discussions
Contact Us
Blog
My Account
Module Discussions
Unanswered
Active Topics
Forums
Search
Members
Forums
>
Efficion Articles Module for DotNetNuke
>
Bug Reports
Problem with teh DLLs
Last Post 1/27/2009 03:29 PM by
David O'Leary
. 3 Replies.
Sort:
Oldest First
Most Recent First
Prev
Next
Please login to post a reply.
Author
Messages
andoni
New Member
Posts:2
1/23/2009 11:06 AM
hello,
Im using DNN 5.0 and i´ve installed the articles RC1, when im trying to compile from visual studio has this errors:
Error 5 No se ha declarado el nombre 'FormatForXML'. C:\Proyectos\DotNetNuke491\DesktopModules\Articles\RSS.ascx line 15
Error 6 No se ha declarado el nombre 'FormatForXML'. C:\Proyectos\DotNetNuke491\DesktopModules\Articles\RSS.ascx line 17
Error 7 No se ha declarado el nombre 'FormatForXML'. C:\Proyectos\DotNetNuke491\DesktopModules\Articles\RSS.ascx line 22
Error 21 'GetCategoriesByParentID' no es un miembro de 'EfficionConsulting.Categories.CategoryController'.
C:\Proyectos\DotNetNuke491\DesktopModules\Articles\ArticleFilters.ascx.vb line 149 column 44 C:\Proyectos\DotNetNuke491\
Error 22 'GetParentCategories' no es un miembro de 'EfficionConsulting.Categories.CategoryController'. C:\Proyectos\DotNetNuke491\DesktopModules\Articles\FilterSettings.ascx.vb line 59 column48
The big problem i thin are these two calls to EfficionConsulting.Categories.CategoryController:
1) ddlCategories.DataSource = objCategories.GetCategoriesByParentID(PortalId, ParentCategoryID) in ArticleFilters.ascx.vb in Private Sub PopulateCategoryDropDown()
2) cboParentCategory.DataSource = objCC.GetParentCategories(PortalId) in FilterSettings.ascx.vb in Private Sub PopulateParentList()
It seems that the dll EfficionConsulting.Categories.CategoryController does noy have these methods inclued.
Thanks
David O'Leary
Efficion Consulting Staff
Posts:123
1/24/2009 12:41 PM
This module is not intended to be compiled as a DLL. It follows the WSP model where the code is included as part of the install. To make changes to the code, just install the module the way you install any DNN module. You will then find the .vb files in the DesktopModules/Articles and App_Code/Articles directories. You can make changes to the code while the site is running and just refresh the page to see your changes. ASP.NET 2 does the compilation in the background.
andoni
New Member
Posts:2
1/26/2009 06:01 AM
Thanks for tour quick response, sorry but i didn´t explain very well
I open the visual studio as web site.
I have installed articles and categories module as any DNN module.
The problem is when i try to run from the visual studio i get those erros.I not compile it as a DLL but as a web site. The erros seems to come from the \bin\EfficionConsulting.Categories.dll that is in DotnetNuke website\bin
The dll seems not have these two methods:
GetCategoriesByParentID(PortalId, ParentCategoryID) and GetParentCategories(PortalId)
David O'Leary
Efficion Consulting Staff
Posts:123
1/27/2009 03:29 PM
Accepted Answer
Please upgrade your categories module to version 3.2. This is available from the Categories page:
http://www.efficionconsulting.com/D...fault.aspx
Please login to post a reply.
Efficion Articles Module for DotNetNuke
--Help, Tips, Tricks, and Tutorials
--Version/Release Information
--Feature Requests
--Bug Reports
--General Feedback and Discussions
--Templates
--Translations
Other Modules
--Advanced DataGrid Module
--Categories
--Mailing List Subscribe
--What's New Module
Forums
>
Efficion Articles Module for DotNetNuke
>
Bug Reports
Active Forums 4.2
Copyright © 2010 Efficion Consulting