I have made changes to feedback module and trying to debug. I am bale to send email and when trying to save to database I get the following error"
An unhandled exception of type "System.ArugmentNullException' occured in mscorlib.dll
Additional Informatio: alue cannot be null.
The error is happening when calling the below:
Public Sub CreateFeedback(ByVal o As FeedbackInfo)
DataProvider.Instance().CreateFeedback(o.Category, o.CreatedByEmail, o.FeedBackGUID, o.ModuleID, o.Status, o.Message, o.Subject)
End Sub
Would really appreciate if anyone can help
Thanks