Could not load type 'mojoPortal.Data.SqlParameterHelper'

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
1/2/2016 9:34:32 PM
Gravatar
Total Posts 4

Could not load type 'mojoPortal.Data.SqlParameterHelper'

Hi,

New to mojoportal i drag and dropped Contact Us Form control and when i try to send a message it give the below error:

 

Could not load type 'mojoPortal.Data.SqlParameterHelper' from assembly 'mojoPortal.Data, Version=1.0.5719.22714, Culture=neutral, PublicKeyToken=null'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.TypeLoadException: Could not load type 'mojoPortal.Data.SqlParameterHelper' from assembly 'mojoPortal.Data, Version=1.0.5719.22714, Culture=neutral, PublicKeyToken=null'.

Source Error: 
 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace: 
 

[TypeLoadException: Could not load type 'mojoPortal.Data.SqlParameterHelper' from assembly 'mojoPortal.Data, Version=1.0.5719.22714, Culture=neutral, PublicKeyToken=null'.] mojoPortal.Data.DBContactFormMessage.Create(Guid rowGuid, Guid siteGuid, Guid moduleGuid, String email, String url, String subject, String message, DateTime createdUtc, String createdFromIpAddress, Guid userGuid) +0 mojoPortal.Business.ContactFormMessage.Create() +373 mojoPortal.Business.ContactFormMessage.Save() +174 mojoPortal.Web.ContactUI.ContactForm.btnSend_Click(Object sender, EventArgs e) +2396 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +9669962 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +12 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +15 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3562

 

Please help me on this issue ASAP.

Any help would be appreciated.

Thanks

 

1/3/2016 8:00:21 AM
Gravatar
Total Posts 18439

Re: Could not load type 'mojoPortal.Data.SqlParameterHelper'

mojoPortal does not have any controls that are intended to be drag/dropped in visual studio and nothing like that would be expected to work.

You must sign in to post in the forums. This thread is closed to new posts.