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:
Let me know.. where I'm going wrong..
Thanks in Adv.
Swapnil
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:
Code:
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
Comment