Connecting Tech Pros Worldwide Forums | Help | Site Map

Error: DotNetNuke module development

ssnaik84's Avatar
Member
 
Join Date: Aug 2009
Location: Bengaluru, India
Posts: 124
#1: Oct 13 '09
Hello,

I'm first time working on DotNetNuke module development.
I created and installed a sample module. It installed successfully.
but when I'm going to add into a page, it's giving me following error:

Expand|Select|Wrap|Line Numbers
  1. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type 
  2. 'YourCompany.Modules.TCModule.ViewTCModule'. ---> 
  3. System.Web.HttpParseException: Could not load type 'YourCompany.Modules.TCModule.ViewTCModule'. ---> 
  4. System.Web.HttpParseException: Could not load type 'YourCompany.Modules.TCModule.ViewTCModule'. ---> 
  5. System.Web.HttpException: Could not load type 'YourCompany.Modules.TCModule.ViewTCModule'. at System.Web.UI.TemplateParser.GetType
  6. (String typeName, Boolean ignoreCase, Boolean throwOnError) at ....
Let me know.. where I'm going wrong..

Thanks in Adv.
Swapnil

ssnaik84's Avatar
Member
 
Join Date: Aug 2009
Location: Bengaluru, India
Posts: 124
#2: Oct 14 '09

re: Error: DotNetNuke module development


I googled... I guess it's DNN versioning problem.

you can not add a module developed in higher version.. into DNN website of lower version
Reply

Tags
dotnetnuke module