| Author |
Messages |
|
sbitar Posts:4
 |
| 06/20/2007 3:54 PM |
|
Hi, I generated my Own Module for quick test to see how Module Builder 4.5.9/10 works.I installed the module on DNN version 3.3.7 which installed fine. I added my module on the home page to see the interface what it looks like but I got an error in the module and told me the module is not available(Standard error message when you have problem with the module)... I went in again and Created the DEMO module came with Module builder to see if I will get the same error which was Exactly the same error I got From My Own module. Following is the error I received from the Demo Module/my module as well when I Put the Generated Module on a Page: ---------- start of error Message ------ DotNetNuke.Services.Exceptions.ModuleLoadException: Parser Error: Could not load type 'ModuleBuilder.Modules.Demo.ViewDemo'. ---> System.Web.HttpParseException: Parser Error: Could not load type ' ModuleBuilder.Modules.Demo.ViewDemo'. ---> System.Web.HttpException: Could not load type 'ModuleBuilder.Modules.Demo.ViewDemo'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase) at System.Web.UI.TemplateParser.ProcessMainDirective(IDictionary mainDirective) at System.Web.UI.TemplateControlParser.ProcessMainDirective(IDictionary mainDirective) at System.Web.UI.TemplateParser.ProcessDirective (String directiveName, IDictionary directive) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text) at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) at System.Web.UI.TemplateParser.ParseFile(String filename, String virtualPath) at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation () at System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) at System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() at System.Web.UI.TemplateParser.GetParserCacheItem () at System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControlParser.GetCompiledType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.UserControlParser.GetCompiledUserControlType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControl.LoadControl( String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace --- -----End Of Error Message ----------------------------- when I looked into the files generated by the Module builder I didn't see any DLL generated to be used by DNN Installation. Is there any step I am missing here or there is an actual bug in Module Builder ??? Please I need a solution as soon as possible because I do have a project I am suppose to start within few days. Thanks alot Sam Bitar PS: I downloaded LabPixieGadgets Module from the free Stuff on the site and install it as usual and I Got Exactly The same error I am getting from my own modules as well as the Demo Module. See the Error above for details... I just thought to mention that... I think I have something missing on my Installation (just a Guess)... Sam |
|
|
|
|
host Posts:93
 |
| 06/21/2007 7:33 AM |
|
Hey Sam. We're doing some testing to see if we can duplicate your problem. Module Builder does not compile the code into a DLL (yet) so in answer to your question, No, you're not missing anything, in that respect. Brian Sammons |
|
|
|
|
sbitar Posts:4
 |
| 06/25/2007 10:48 PM |
|
Hi Brian, Any news from your testing yet ?? My project is about to start and I am not sure What to do to start building my required modules... I hope you are making head way with your testing.. Thanks a Lot Sam Bitar sbitar@aacs.ca |
|
|
|
|
brianc Posts:29
 |
| 06/26/2007 7:06 AM |
|
sam " I downloaded LabPixieGadgets Module from the free Stuff on the site" where did you get this? (dont confuse me (brian) with the owner.. I was just looking for test modules to download... |
|
|
|
|
host Posts:93
 |
| 06/26/2007 7:26 AM |
|
Hey Sam. It seems a "fork in the road" was hit on the last version of Module Builder, and some DNN core code was used that changed between DNN versions. (Our best explanation thus far) We're attempting to determine what exactly was used that had changed and when it was chnaged to figure out the best possible solution. It may be a MB rewrite for some of the functionality or a product split for different DNN verisons. We're still trying to figure that out. It seems that no one else is using MB with DNN 3.3, since this is the first time this has come up. It would be nice to hear from others to know whethor that is true or not. If you were able to move to the latest version of DNN, that would resolve your issue immediately. That's not what you want to hear I'm sure, and not always possible, I'm just trying help as best I can at the moment. We are looking into it, and we'll keep you posted. |
|
|
|
|
sbitar Posts:4
 |
| 06/26/2007 9:52 AM |
|
Hi Brianc, if you are logged in, you can get it from Free stuff under home Tab.. It seems like a nice Module they built for the LabPixieGadgets to be able to use it on DNN. Unfortunately, I am using 3.3.7 and seems like last version of Module Builder has some problems with DNN 3.3.7, so If you are using that version dont bother download it because it wont work until they fix the problem with Module Builder and redo the module for DNN 3.3.7 Sam Bitar http://www.aacs.ca |
|
|
|
|
|