I'm attempting to create my first DNN module.
I've followed the advice given me earlier and installed DNN 5 from the installation files, configured everything and have a "working" sample site up and running.
I opened the site in VS2008 via Open Web Site, and added a new item using the DNN template. Everything added correctly and I even renamed the 2 folders as instructed.
I added a tiny bit of code to the sample project and issued a "Publish Web Site" to get the resulting DLL files. After fixing a compile error, I received a rather "odd" error:
Error 1 Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fckCSS'. E:\DotNetNuke\Providers\HtmlEditorProviders\Fck\fckcss.aspx 1
Warning 3 File 'fckCSS.aspx.vb' was not found. E:\DotNetNuke\Providers\HtmlEditorProviders\Fck\fckcss.aspx 1 60 http://localhost/DotNetNuke/
I've looked thru the files from the install package and can not locate the above file. fckcss.aspx contains the following entry, that I think is causing the error:
CodeBehind
="fckCSS.aspx.vb"
Any suggestions on how to fix this?
Bob