Getting the error that I found here on the forums but no solid solution to it here or via google so I am posting it again.
When completing an order and you get to the order submit portion and click submit. The next screen shows:
A critical error has occurred.
Object reference not set to an instance of an object.
The order does not go through and the following is found in the Log Viewer.
AssemblyVersion: 04.09.05
PortalID: 0
PortalName: SwingSurgeon
UserID: 150802
UserName: tiptoeskst
ActiveTabID: 694
ActiveTabName: New Store
RawURL: /NewStore/tabid/694/ctl/Confirm/mid/1580/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://test.swingsurgeon.com/NewStore/tabid/694/ctl/Confirm/mid/1580/Default.aspx
UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 9b334949-36b6-4966-adaa-2e39442b9bba
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: Smith.DNN.Modules.BuyNow.Confirm.ProcessStatus
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Smith.DNN.Modules.BuyNow.Confirm.ProcessStatus(PaymentStatusInfo status) at Smith.DNN.Modules.BuyNow.Confirm.Submit() at Smith.DNN.Modules.BuyNow.Confirm.btnSubmit_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) at System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: DS-SL41WJXS3B8Q
Certificates were installed and configured per the instructions First Data provides for IIS. I also installed the WSDL into the application using visual basic. I am not using my real First Data account but signed up for a test account (CTE - Customer Test Environment).
Anyone on here or from Smith can tell me what I might be doing wrong? Has anyone successfully got the Web Services running? Will it matter I am on DNN 4.09?