Hi all, DiscountASP makes certain add-ons available to certain accounts free of charge. Amongst these in the nsoftware ibiz paypal integrator, which I am trying to make use of in my site. I'm told that the dll is in the Global Assembly Cache, however, being fairly new to ASP.Net having come from a Classic ASP background, I don't know how to access it. Presumably you need a line of code either in Web.Config or in the page that's going to access it. Has anyone done this and can they let me know what lines of code I need to add where. Thanks in advance. Peter.
most asp.net component are NOT installed in the GAC. With nsoftware, the license is installed on the server. You'll need to download the trial version from their site and upload the dll to your application's bin directory. The dll will automatically look for the license.
Hi Bruce, Thanks for the reply. I downloaded the trial version of the software as you said and then uploaded nsoftware.IbizPayPalWeb.dll to the bin directory of my application. I then tried running a simple test page and got the following error message: 'IBiz PayPal Integrator V2 (nsoftware.IBizPayPal.Ipn component). Could not find a valid license for using IBiz PayPal Integrator V2 on this system. To obtain a trial license, please follow the instructions on the About Box. For more information please visit www.nsoftware.com or email [email protected] [code: G nodeid: XFHPF5YY]. If you have already purchased a license for this server, please click here for installation instructions.' I then followed the installation instructions and downloaded the .reg file, renamed it 'nsoftware.IbizPayPalWeb.lic' and uploaded this to the bin directory as well. This time I got the following error message: 'IBiz PayPal Integrator V2 (nsoftware.IBizPayPal.Ipn component). This system contains a license for IBiz PayPal Integrator V2 that has been installed but not activated. You must run setup in order to activate the license on this system [code: I nodeid: XFHPF5YY].' I don't know what I'm doing wrong, or not doing that I should be. Any help would be appreciated.
please create a support ticket referencing this post. We'll need to check on the server to make sure the license is valid.