Hello,
I have downloaded the repository version of this program and I'm having a few errors with it.
I am having some trouble running dashcommerece due to the PayPalService.cs code page. My specs for my development environment are as follows:
Visual Studio 2008
Service Pack 2
.Net Framework 3.5
Now, when compiling my project, I am getting a error containing the following messages:
Error 1 The type or namespace name 'PayPalSvc' does not exist in the namespace 'MettleSystems.dashCommerce.Store' (are you missing an assembly reference?) C:\Inetpub\wwwroot\dashCommerce\branches\dashCommerce3.0.1\Store\Services\PaymentService\PayPal\PayPalService.cs 79 40 Store
Error 2 The type or namespace name 'dashCommerceTaxSvc' does not exist in the namespace 'MettleSystems.dashCommerce.Store' (are you missing an assembly reference?) C:\Inetpub\wwwroot\dashCommerce\branches\dashCommerce3.0.1\Store\Services\TaxService\dashCommerceTaxProvider.cs 80 40 Store
Error 3 The type or namespace name 'PayPalAPIAASoapBinding' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\dashCommerce\branches\dashCommerce3.0.1\Store\Services\PaymentService\PayPal\PayPalService.cs 113 13 Store
Error 4 The type or namespace name 'PayPalAPISoapBinding' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\dashCommerce\branches\dashCommerce3.0.1\Store\Services\PaymentService\PayPal\PayPalService.cs 114 13 Store
Error 5 The type or namespace name 'CurrencyCodeType' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\dashCommerce\branches\dashCommerce3.0.1\Store\Services\PaymentService\PayPal\PayPalService.cs 119 13 Store
Error 6 The type or namespace name 'AbstractResponseType' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\dashCommerce\branches\dashCommerce3.0.1\Store\Services\PaymentService\PayPal\PayPalService.cs 870 44 Store
Error 7 The type or namespace name 'BasicAmountType' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\dashCommerce\branches\dashCommerce3.0.1\Store\Services\PaymentService\PayPal\PayPalService.cs 912 13 Store
Error 8 The type or namespace name 'CurrencyCodeType' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\dashCommerce\branches\dashCommerce3.0.1\Store\Services\PaymentService\PayPal\PayPalService.cs 979 12 Store
Error 9 Metadata file 'C:\Inetpub\wwwroot\dashCommerce\branches\dashCommerce3.0.1\Store\bin\Debug\MettleSystems.dashCommerce.Store.dll' could not be found Web
And thats about it. Any help would be greatly appreciated!