Hi,
I 've created a new custom module which has bunch of fields elements in it (I'm using c#). I went and added DotNetNuke.dll in my reference and than compiled my project. This project is stored under desktop modules folder. But whenever I try to include it in contentpane I get the following error.
Error loading module
DotNetNuke.ModuleLoadException: Unhandled Error Adding Module to TopLeftContent ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Skin.InjectModule(Control objPane, ModuleSettings ModuleSettings, PortalSettings PortalSettings) in C:\Inetpub\wwwroot\CHAT_DNN\admin\Skins\Skin.vb:line 574 --- End of inner exception stack trace
I did follow all the steps as documented but still returns same error. I would really appreciated if, some one can point me in right direction.
Thanks for your help.