DotNetNuke.dll reference not found DNN 7 Module Development Template
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Installed DNN 7.0.4 and tried both DotNetNuke6 C# Module Development Template and DotNetNuke Project Templates VSIX v2.4 which uses VS2012. Creates and opens the new project template module fine in VS2008. But I see a warning icon "!" on the DotNetNuke.dll entry under References. Thus, when compiling my new module template project, I get "DotNetNuke namespace does not exist" error. I'm not sure where this dll reference is suppose to come from. I used the c:\websites\dnndev\bin\ folder and I get this error.
However, when I open up the DNN website project in VS2008, I do not see this warning icon "!" on the DotNetNuke.dll entry under Reference. So I know the bin folder's DotNetNuke.dll is a good version. Or am I missing something?
Any help would be greatly appreciated?