:: Professional ::
 
You are here: Support
 
Product Offerings
  • Dotnetnuke Professional Reseller
    Hilbert Solutions, LLC is one of a handful of Dotnetnuke Professional Edition Resellers.  Contact Us if you are interested in Dotnetnuke Professional Edition or if you have questions regarding Dotnetnuke PE.
  • Dotnetnuke Novell Authentication Provider
    A FREE Dotnetnuke Authentication Provider that allows for a Dotnetnuke to authenticate against a Novell eDirectory.
  • HTMLText Alerts Module
    A FREE modified version of the HTML/Text module that  provides a mechanism to alert people via email when the module has been updated.
  • Advanced News Ticker
    A news ticker module utlitizing jQuery that allows for you to post pictures/text/links and is then presented in a modern slideshow type layout.
  • Constant Contant Sign Up Module
    A Dotnetnuke module that allows you to gather information from your users and add them to your Constant Contact mailing list.
Hilbert Solutions, LLC - Support Forums
 
Hilbert Solutions, LLC SupportHilbert Solutions, LLC SupportHilbert Solutio...Hilbert Solutio...Constant Contac...Constant Contac...Constant Contact ErrorsConstant Contact Errors
Previous Previous
 
Next Next
New Post
 3/29/2010 9:10 PM
 

Hi Hilbert Solutions, I purchased your Constant Contact module a few days agao and installed onto DNN 5.2.2 and it seemed to work fine. Yesterday i upgraded to DNN 5.3.1 and now I get Page Load exceptions every time I try to signup. As well .. nothing happens .. I do not get any kind of success or failure message. I have also noticed on pages that also contain DataSprings Dynamic forms that clicking submit on your constant contact module seems to make the DataSprings Dynamic Form attempt to process data.

I have included a typical error message here from event log. Seems to act the same in all browsers (IE8, Firefox, Opera, Safari, Chrome)

AssemblyVersion: 5.3.1
PortalID: 0
PortalName: C2 Online
UserID: -1
UserName:
ActiveTabID: 40
ActiveTabName: Home
RawURL: /Home.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://c2online.webmontonmedia.com/Home.aspx
UserAgent: Opera/9.80 (Windows NT 6.0; U; en) Presto/2.5.22 Version/10.51
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: e3b84d91-d38c-447d-80c9-973e28334649
InnerException: Method not found: 'System.String DotNetNuke.Common.Globals.SendMail(System.String, System.String, System.String, System.String, DotNetNuke.Services.Mail.MailPriority, System.String, DotNetNuke.Services.Mail.MailFormat, System.Text.Encoding, System.String, System.String, System.String, System.String, System.String, System.String)'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: HilbertSolutions.Modules.ConstantContactSignUp.ViewConstantContactSignUp.OnSubmit
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Method not found: 'System.String DotNetNuke.Common.Globals.SendMail(System.String, System.String, System.String, System.String, DotNetNuke.Services.Mail.MailPriority, System.String, DotNetNuke.Services.Mail.MailFormat, System.Text.Encoding, System.String, System.String, System.String, System.String, System.String, System.String)'. ---> System.MissingMethodException: Method not found: 'System.String DotNetNuke.Common.Globals.SendMail(System.String, System.String, System.String, System.String, DotNetNuke.Services.Mail.MailPriority, System.String, DotNetNuke.Services.Mail.MailFormat, System.Text.Encoding, System.String, System.String, System.String, System.String, System.String, System.String)'. at HilbertSolutions.Modules.ConstantContactSignUp.ViewConstantContactSignUp.OnSubmit() at HilbertSolutions.Modules.ConstantContactSignUp.ViewConstantContactSignUp.btnSubmit_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

---------------------------------------

Also got a few General exceptions as follows . these seemed to happen first

AssemblyVersion: 5.3.1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 9932227b-767a-4774-afcf-3b715d9cd7cf
InnerException: Could not load type 'HilbertSolutions.Modules.ConstantContactSignUp.ConstantContactSignUpController'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BuildManager.GetType
StackTrace:
Message: System.Web.HttpException: Could not load type 'HilbertSolutions.Modules.ConstantContactSignUp.ConstantContactSignUpController'. at System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) at DotNetNuke.Framework.Reflection.CreateType(String TypeName, String CacheKey, Boolean UseCache, Boolean IgnoreErrors)
Source:

-----------------------------------------------------

AssemblyVersion: 5.3.1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: edab8752-ad37-44d6-b06b-00550a54c520
InnerException: Error Creating BusinessControllerClass 'HilbertSolutions.Modules.ConstantContactSignUp.ConstantContactSignUpController' of module(HilbertSolutions.ConstantContactSignUp) id=(452) in tab(80) and portal(0)
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Activator.CreateInstance
StackTrace:
Message: System.Exception: Error Creating BusinessControllerClass 'HilbertSolutions.Modules.ConstantContactSignUp.ConstantContactSignUpController' of module(HilbertSolutions.ConstantContactSignUp) id=(452) in tab(80) and portal(0) ---> System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey) at DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 PortalID) --- End of inner exception stack trace --- at DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 PortalID)
Source:

New Post
 3/30/2010 8:13 AM
 

I haven't installed DNN 5.3.1 yet. Let me do that today and get back with you.

Stuart

New Post
 3/30/2010 10:36 AM
 

I think I have figured it out. I am going to need to recompile and repackage the module. I will be in contact.

Stuart

New Post
 3/30/2010 11:19 AM
 

I have posted a patch on Snowcovered.com that you can download that will fix the error message and allow you to submit email addresses into the form.

The patch also specifically doesn't force validation when the submit button is clicked which I think might be causing the error with the DataSprings' module. If the patch doesn't fix that issue let me know and I have some other ideas.

Finally, the patch fixes the error regarding the controller.

If you have time please take a minute to rate the module.

Thanks,
Stuart

New Post
 3/30/2010 11:57 AM
 

Hi Stuart, Thanks for the fast patch! I tried it out and still no success. I'd be glad to help you work through on this. The site I'm using it on is a dev site at http://c2online.webmontonmedia.com I have it in several places on the site.

here is the error from event viewer .. different than before I beleive ..

AssemblyVersion: 5.3.1
PortalID: 0
PortalName: C2 Online
UserID: 1
UserName: host
ActiveTabID: 68
ActiveTabName: FAQs
RawURL: /LinkHeader/FAQs.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://c2online.webmontonmedia.com/LinkHeader/FAQs.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.0.0; .NET CLR 3.0.30729; Creative AutoUpdate v1.40.01)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: d0382469-c871-4ba1-8a5b-6a8c86b2280e
InnerException: Method not found: 'System.String DotNetNuke.Common.Globals.SendMail(System.String, System.String, System.String, System.String, DotNetNuke.Services.Mail.MailPriority, System.String, DotNetNuke.Services.Mail.MailFormat, System.Text.Encoding, System.String, System.String, System.String, System.String, System.String, System.String)'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: HilbertSolutions.Modules.ConstantContactSignUp.ViewConstantContactSignUp.OnSubmit
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Method not found: 'System.String DotNetNuke.Common.Globals.SendMail(System.String, System.String, System.String, System.String, DotNetNuke.Services.Mail.MailPriority, System.String, DotNetNuke.Services.Mail.MailFormat, System.Text.Encoding, System.String, System.String, System.String, System.String, System.String, System.String)'. ---> System.MissingMethodException: Method not found: 'System.String DotNetNuke.Common.Globals.SendMail(System.String, System.String, System.String, System.String, DotNetNuke.Services.Mail.MailPriority, System.String, DotNetNuke.Services.Mail.MailFormat, System.Text.Encoding, System.String, System.String, System.String, System.String, System.String, System.String)'. at HilbertSolutions.Modules.ConstantContactSignUp.ViewConstantContactSignUp.OnSubmit() at HilbertSolutions.Modules.ConstantContactSignUp.ViewConstantContactSignUp.btnSubmit_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:

Previous Previous
 
Next Next
Hilbert Solutions, LLC SupportHilbert Solutions, LLC SupportHilbert Solutio...Hilbert Solutio...Constant Contac...Constant Contac...Constant Contact ErrorsConstant Contact Errors

Terms Of Use| Privacy Statement Hilbert Solutions, LLC Since 2007