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
- DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type
- 'YourCompany.Modules.TCModule.ViewTCModule'. --->
- System.Web.HttpParseException: Could not load type 'YourCompany.Modules.TCModule.ViewTCModule'. --->
- System.Web.HttpParseException: Could not load type 'YourCompany.Modules.TCModule.ViewTCModule'. --->
- System.Web.HttpException: Could not load type 'YourCompany.Modules.TCModule.ViewTCModule'. at System.Web.UI.TemplateParser.GetType
- (String typeName, Boolean ignoreCase, Boolean throwOnError) at ....
Thanks in Adv.
Swapnil