Thursday, July 02, 2009     | Register
Aggregated RSS Feeds from Multiple Forums
Below is an example of NukeFeeds.  NukeFeeds is DNN module for aggregating RSS & Atom feeds.  The listing below contains 4-5 feeds from the forums at the www.asp.net site as well as three feeds from the forums at www.dotnetnuke.com.

If you have another DNN feed you'd like to see included, please email me at support at orizonti.com and I'll be happy to add it.


DNN Forums by NukeFeeds
DotNetNuke.com
Error After Upgrade to 5.1.0
I upgraded my site from 4.9.4 to 5.1.0 recently.  I am getting the following error whenever I access the host > modules page:
 DateLog TypeUsernamePortalSummary
 7/2/2009 11:35:53 PM  Application Started       ...
 7/2/2009 11:33:23 PM  Module Load Exception  ISGHost    ModuleId: 330; ModuleDefId: 78; FriendlyName ...
ModuleId: 330 ModuleDefId: 78 FriendlyName: Module Definition Validator ModuleControlSource: Admin/ModuleDefinitions/ModuleDefValidator.ascx AssemblyVersion: 5.1.0 PortalID: 0 PortalName: ISG Corporate Site UserID: 3 UserName: ISGHost ActiveTabID: 18 ActiveTabName: Module Definitions RawURL: /tabid/18/portalid/0/Default.aspx AbsoluteURL: /Default.aspx AbsoluteURLReferrer: UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0) DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: cc5a2441-5df3-41e4-9134-8ac13affd445 InnerException: The file '/Admin/ModuleDefinitions/ModuleDefValidator.ascx' does not exist. FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: System.Web.UI.Util.CheckVirtualFileExists StackTrace: Message: DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/Admin/ModuleDefinitions/ModuleDefValidator.ascx' does not exist. ---> System.Web.HttpException: The file '/Admin/ModuleDefinitions/ModuleDefValidator.ascx' does not exist.at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)at System.Web.UI.TemplateControl.LoadControl(String virtualPath)at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl()--- End of inner exception stack trace --- Source: Server Name: WEB16
 7/2/2009 11:33:23 PM  Module Load Exception  ISGHost    ModuleId: 322; ModuleDefId: 64; FriendlyName ...
ModuleId: 322 ModuleDefId: 64 FriendlyName: Module Definitions ModuleControlSource: Admin/ModuleDefinitions/ModuleDefinitions.ascx AssemblyVersion: 5.1.0 PortalID: 0 PortalName: XXXXXXXXXX UserID: 3 UserName: XXXXXXXX ActiveTabID: 18 ActiveTabName: Module Definitions RawURL: /tabid/18/portalid/0/Default.aspx AbsoluteURL: /Default.aspx AbsoluteURLReferrer: UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0) DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: 4a7b7806-a838-440e-9f2e-f78d64225e5f InnerException: The file '/Admin/ModuleDefinitions/ModuleDefinitions.ascx' does not exist. FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: System.Web.UI.Util.CheckVirtualFileExists StackTrace: Message: DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/Admin/ModuleDefinitions/ModuleDefinitions.ascx' does not exist. ---> System.Web.HttpException: The file '/Admin/ModuleDefinitions/ModuleDefinitions.ascx' does not exist.at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)at System.Web.UI.TemplateControl.LoadControl(String virtualPath)at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl()--- End of inner exception stack trace --- Source: Server Name: WEB16
 
7/2/2009 11:56:22 PM
DotNetNuke.com
Lengthy URL's
Without buying a module is there an easy way to make the urls smaller ie remove all those tabid comments?
7/2/2009 8:35:37 PM
DotNetNuke.com
Making Progmatic changes to the Store Module
Hi, this post is directed at Giles and/or other DNN programmers who are able to comment on my questions. I have been attempting to make changes to my local DNN store application. (using VS2008 and SQL Express 2008) Thanks to Giles in previous posts who assisted me in getting the development environment up and running. I am looking to impliment downloadable media using the store. The core store suits my purposes well apart from the need to add various new fields to the products / orders tables. (I done the exact same changes with 'Commerse Starter Kit' some years ago) OK this is my issue: I am having no success in adding new fields to the Products table for example. Lets say i want an additional new field 'IsDownload' (bit) I can happily add this field to the table, then alter the select stored proc to suit... fine, However when i follow the code through to the create and updates, there are functions that are littered all over the place and i have to say i am now totally lost as to how to make changes to the store. Q: is there a particlar methodology to adding new fields? Is there a 'script' that regenerates the \Store\Catalog\Providers\DataProviders\SqlDataProvider\SqlDataProvider.cs code ? as well. These are general 'why and how' questions... so, What general advise can someone give me to get me started on progmatically changing this store? I believe i am quite competent in conventional .net n-tier coding, however the sheer extent of the store code has got me stuck. Thanks you guys for any advise or help !
7/2/2009 8:13:44 PM
DotNetNuke.com
Problem executing the AddFolders Stored PROC
DNN5.0.1 I would like to be able to execute the AddFolders stored proc to add my own folders through my webform. I am executing the stored PROC and the record is being created in the folders table, but when I go to the file manager and view the results I end up with folders nested in each other in a very strange way. If I want to execute that stored proc to create a folder is there other records in other tables that need to be created for the system to work correctly? Thanks, John
7/2/2009 7:08:27 PM
DotNetNuke.com
Change DateTime format
On previous versions I've hacked the Datetime format from {0:g} to {0:d}, a small change but it makes my list view display date only. I can't find this setting now in the new version. Would it be possible to have the option in the List View format menu? 
7/2/2009 6:59:22 PM
DotNetNuke.com
Hosting Sites?
Hello. I'm developing some websites for clients, and have typically done so from scratch in the past. I haven't really done database backends for these sites, and would like to start doing so. As a CMS, DotNetNuke seems to do a lot of things that I need it to. I'm just really concerned about the requirements placed on the internet host to support DNN sites. I've come across a couple of advertisements on my path to learning DNN and I'm wondering what experiences you have all had out there with having clients pay for hosting on which sites. Which are good? To be avoided? This one most recently caught my eye: 'http://www.webhost4life.com/dotnetnuke_hosting.asp'>http://www.webhost4life.com/dotnetnuke_hosting.asp Has anybody used these? Is it relatively painless to set up and get a customer going as an 'admin' to manage their own page content? Thanks! :) John
7/2/2009 6:39:39 PM
DotNetNuke.com
Privacy Statement and Terms of Use are empty
I don't have any text in these two links except for the headers.  How do I get the default information to load on those pages. Thanks!
7/2/2009 5:37:50 PM
DotNetNuke.com
5.1.1 anytime soon?
How soon can we hope for fixes that take care of minor bugs? ie. several reports of install errors that we can apparently 'ignore' has made me a little bit nervous about 5.1 Still, I am excited to start using it in production........ I've read some of the bad experiences... but would be reassured to hear many of the good experiences with 5.1!  
7/2/2009 2:23:58 PM
DotNetNuke.com
Migrate to hosting - I am missing something?
Dear DNN fans'DotNetNuke Installation Wizard - Version 05.00.01' page.?????? Did I miss a step or option in web.config? (ObjectQualifier for database is well set, Connection to host database is working) Thx in advance!
7/2/2009 12:50:37 PM
DotNetNuke.com
General Exceptions after upgrade to 5.1
Hi all, I upgraded from 5.0 to 5.1, no trouble with the upgrade process, now i am getting General exceptions like this out of all my portals. just looking for some help from the smart people.   AssemblyVersion: 5.1.0 PortalID: 0 PortalName: My Website UserID: -1 UserName: ActiveTabID: 36 ActiveTabName: Home RawURL: /dotnetnuke_2/Login.aspx?ReturnUrl=%2fDotNetNuke_2%2fDefault.aspx AbsoluteURL: /DotNetNuke_2/Default.aspx AbsoluteURLReferrer: http://localhost/dotnetnuke_2/Login.aspx?ReturnUrl=%2fDotNetNuke_2%2fDefault.aspx UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: f003eccd-673a-4daf-b513-6c7d263ca8ae InnerException: Access to the path 'C:\dotnetnuke\Website\Portals\_default\Cache\0FB93FD5DB698407138F76C7C01E764B.resources' is denied. FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: System.IO.__Error.WinIOError StackTrace: Message: System.UnauthorizedAccessException: Access to the path 'C:\dotnetnuke\Website\Portals\_default\Cache\0FB93FD5DB698407138F76C7C01E764B.resources' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.Delete(String path) at DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.DeleteCacheFile(String FileName) Source: Server Name: WEB   Thanks for you help Ken Thompson
7/2/2009 12:27:10 PM
DotNetNuke.com
Upgrading from 5.0.1 to 5.1.0 - how?
Total newbie here.  Ok, so I just installed 5.0.1 online (webhost4life), and as soon as I logged in as host it said 'Update available'.  So I clicked that, it sent me here, which led me to download the 5.1.0 Upgrade package .zip file. Now what?  
7/2/2009 4:05:35 AM
DotNetNuke.com
Skin for EventEdit webpage
 Hi, just download the event 5.0 and installed it into my test website. however i found when i tried to get into the EventEditor webpage, it got a totally differenet Skin Layout compared to the EventDetails webpage. I already setup a Skin for the whole Event Module, why the eventedit webpage still got different skin (layout), can i setup the skin for this seperate webpage? because i wanna this webpage(eventedit) to keep the same skin with eventdetails and other pages. anyway could give me some enlightments will greatly appreciated.  BTW, i am a newbie in DNN. thanks alot Dave
7/2/2009 12:07:24 AM
DotNetNuke.com
Embed images in email notifications?
Hello, Is it possible to embed images into the email notifications? Right now, if someone is tracking a forum and they receive an HTML email, there is a space for any images, but they are not shown. The images are linking to the website, and because the site requires authentication, the images cannot be displayed. Is there any way we can embed the images in the HTML emails, so users can immediately see the email with pics? Thanks.
7/1/2009 11:27:11 PM
DotNetNuke.com
turn on/off the Partial Rendering for my module from code behind?
I'm look for a way to turn on/off the Partial Rendering for my module from code behind? e.g. when I click the off button, it sets enablePartialRendering = off. Is there something like this I can use? Thanks
7/1/2009 12:19:56 AM
DotNetNuke.com
DNN 5.1 install fails
Hi I have just downloaded and installed DNN 5.1.0. I did I typical default installation. Everything went smoothly until was directed to the main page of my new site. Then if I click login or home the following error pops up. I have done a number of installations with version 4 and did not have this problem. Any ideas? Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. Requested URL: /ensa/Login.aspx/px

Server Error in '/ensa' Application.

The resource cannot be found.

 
6/25/2009 6:01:53 AM
DotNetNuke.com
SMTP Configuration
Hi all, I want to configure my Portal (the sending and receiving mails) I have a domain name and using DNN V5. If you can give me an example to set up my web site. Thank you
6/10/2009 8:16:06 AM
DotNetNuke.com
Reports module connect to Oracle?
Can I make the reports module connect to an Oracle DB?  I have an Oracle DB that we are creating custom modules to view. We have defined the connection string in the Webconfig file, and the custom modules can see and dispaly the data no problem. So I know that we can fetch the data from the external DB and have it available in our DNN portal. But now I have suddenly discovered the reports module, and I wonder if it could also see the data in the external DB. Can this be done, and if so, how?? Thanks....
6/4/2009 5:57:59 AM
DotNetNuke.com
4.9.4, crawler, Value cannot be null errors
Hi all, I was sort of expecting the 4.9.4 upgrade to get rid of the large number of crawler-generated 'Value cannot be null. Parameter name: String' exceptions that have been appearing in my logs lately (I think since 4.9.3). The reasoning was in this ticket 'http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=8892 PROJID=2'>http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=8892 PROJID=2 However, after the upgrade I'm finding just as many of these exceptions. Does anyone know if these things are even related? Rob
5/31/2009 9:02:50 AM
DotNetNuke.com
Display all links?
  I am working on a site that will not have many pages, but some pages are sub-pages.  Is there a way that I can force the LINKS module to show all of the links (Root  Child) at the same time? Thanks for your help! Clint Patterson 'mailto:luqb@hotmail.com'>luqb@hotmail.com  
5/29/2009 11:14:03 AM
DotNetNuke.com
Menu skinning questions
In yet another feble attempt to laern DNN better, I need to figure out skinning the solpartmenues. My current issue is how to remove the breadcrumb arrows from infront of the active page. I added usearrows='false' to < dnn:MENU runat='server' id='dnnMENU' usearrows='False' >, only to see it get erased as soon as I reparse the skin package. Attempted it without reparsing, being I was editing the ascx file in the first place, but it made no diff. What am I doing wrong? In a somewhat related question, I need to know if its possible and how...I need the homepage menu to not show any submenus, and once inside the site, I need to add a vertical menu(separate of the main horiz menu) that has the subpages for that area...how do I do that?
2/23/2006 10:06:22 AM
Copyright (c) 2009 Orizonti Group Inc.   |  Privacy Statement  |  Terms Of Use