|
I'm getting the following error after submitting the form:
Error: Dynamic Forms is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'ephtmltopdf, Version=9.5.0.15046, Culture=neutral, PublicKeyToken=e0ae9f6e27a97018' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ---> System.IO.FileLoadException: Could not load file or assembly 'ephtmltopdf, Version=9.5.0.15046, Culture=neutral, PublicKeyToken=e0ae9f6e27a97018' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at DataSprings.Modules.DynamicForms.DynamicForms.ConvertHTMLTOPDF(String strHTML, String strFileName, String strAltFolder, Boolean blnShowPageNumbers, Boolean blnShowHeader, Boolean blnShowFooter, String strHeaderText, String strFooterText, String strSubTitleText) at DataSprings.Modules.DynamicForms.DynamicForms.ProcessEvents(Boolean blnRedirectOnly, Boolean blnPaymentGateway, String strPaymentStatus, String strResponseID, Int32 intPaymentUserID, Boolean blnSaveForLater) --- End of inner exception stack trace ---
Error: Dynamic Forms is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not find file 'C:\Websites\AHSAAV9-2\Portals\0\DynamicForms_Exports\Bracket_155075b564af-8700-4514-815b-a7e92fb86c57.pdf'. ---> System.IO.FileNotFoundException: Could not find file 'C:\Websites\AHSAAV9-2\Portals\0\DynamicForms_Exports\Bracket_155075b564af-8700-4514-815b-a7e92fb86c57.pdf'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.Net.Mail.AttachmentBase.SetContentFromFile(String fileName, String mediaType) at System.Net.Mail.Attachment..ctor(String fileName) at DotNetNuke.Services.Mail.Mail.<>c.<SendMail>b__11_1(String attachment) at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at DotNetNuke.Services.Mail.Mail.SendMail(String mailFrom, String mailTo, String cc, String bcc, String replyTo, MailPriority priority, String subject, MailFormat bodyFormat, Encoding bodyEncoding, String body, String[] attachments, String smtpServer, String smtpAuthentication, String smtpUsername, String smtpPassword, Boolean smtpEnableSSL) at DotNetNuke.Services.Mail.Mail.SendMail(String mailFrom, String mailTo, String cc, String bcc, MailPriority priority, String subject, MailFormat bodyFormat, Encoding bodyEncoding, String body, String attachment, String smtpServer, String smtpAuthentication, String smtpUsername, String smtpPassword) at DataSprings.Modules.DynamicForms.DynamicForms.ProcessEvents(Boolean blnRedirectOnly, Boolean blnPaymentGateway, String strPaymentStatus, String strResponseID, Int32 intPaymentUserID, Boolean blnSaveForLater) --- End of inner exception stack trace ---
|