in

dashCommerce

An ASP.NET Open Source e-Commerce Application

How to use the Authorize.net payment provider in Visual Studio 2008.

Last post 10-10-2008 5:19 PM by gifted2333. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 10-10-2008 10:25 AM

    How to use the Authorize.net payment provider in Visual Studio 2008.

    I already pulled in the dashCommerce code into 2008 and managed to work out the bugs. Like, all the references to old dlls. So, I just pulled in the Authorize.net payment provider, and I'm receiving this error message when I attempt to configure it.

    A critical error has occurred: Could not load file or assembly 'AjaxControlToolkit, Version=1.0.10301.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

    Am I going to be able to use this provider in 2008? I don't think so, unless they redistribute it using the latest version. They must have references the old version when creating that control.

  • 10-10-2008 3:11 PM In reply to

    Re: How to use the Authorize.net payment provider in Visual Studio 2008.

     I don't think this has to do with the Authorize.net payment provider (but hey I cold be wrong! as 've seen or used it).

    As a test are you able to change the framework from 2.0 to 3.5 and see if it works?

    Thanks,
    Matthew

     

     

    ASP.NET Freelancer. Visit my blog for contact details. skiltzonnet.blogspot.com
  • 10-10-2008 5:19 PM In reply to

    Re: How to use the Authorize.net payment provider in Visual Studio 2008.

     Yes, the Authorize.Net provider was compiled with a reference to the old AjaxControlToolkit. I downgraded the version of the app from 3.5 to 2.0 and it works now.

Page 1 of 1 (3 items)