Hello, I am using the latest Feedback module: 3.02.01 and I can't seem to get it to compile to save my life. I am using DNN 3.2.2. Here are the steps I've been thru:
I installed the module using the Feedback_xxx_install.zip file through the Upload New Module option in DNN.
I verified the module installed correctly by testing the module.
I then copied the contents of the Feedback_xxx_source.zip into my DesktopModules/Feedback directory.
Loaded up my DotNetNuke_ALL.sln solution in VBNET 2003.
Added the Feedback project to the solution.
Added a reference to the Feedback to the Buildsupport project.
Built the two files without errors.
When I try to access the portal containing the module, I get the following web error:
Stack Trace:
[ArgumentNullException: Value cannot be null. Parameter name: type] System.Activator.CreateInstance(Type type, Boolean nonPublic) +165 System.Activator.CreateInstance(Type type) +7 DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey) in c:\DotNetNuke\components\Shared\Reflection.vb:99 DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName) in c:\DotNetNuke\components\Shared\Reflection.vb:71 DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectNamespace, String ObjectAssemblyName) in c:\DotNetNuke\components\Shared\Reflection.vb:45 DotNetNuke.Modules.Feedback.DataProvider.CreateProvider() in C:\DotNetNuke\DesktopModules\Feedback\DataProvider.vb:52 DotNetNuke.Modules.Feedback.DataProvider..cctor() in C:\DotNetNuke\DesktopModules\Feedback\DataProvider.vb:47
[TypeInitializationException: The type initializer for "DotNetNuke.Modules.Feedback.DataProvider" threw an exception.] DotNetNuke.Modules.Feedback.DataProvider.Instance() +0 DotNetNuke.Modules.Feedback.FeedbackController.GetCategoryFeedback(Int32 Category, FeedbackStatusType Status, Int32 CurrentPage, Int32 PageSize) in C:\DotNetNuke\DesktopModules\Feedback\FeedbackController.vb:9 DotNetNuke.Modules.Feedback.ViewComments.BindData() in C:\DotNetNuke\DesktopModules\Feedback\ViewComments.ascx.vb:60 DotNetNuke.Modules.Feedback.ViewComments.Page_Load(Object Source, EventArgs E) in C:\DotNetNuke\DesktopModules\Feedback\ViewComments.ascx.vb:44
|
Can anyone please shed some light on why this isn't working? Thanks!!