Giter VIP home page Giter VIP logo

Comments (5)

QueenBee1961 avatar QueenBee1961 commented on August 15, 2024

If I can get this code to work, it will be great. I've wasted too much precious time trying to implement shipping rate calculators for my site. But still trying to get the "working" sample to work. Is there a way to get some support for this NuGet?

from dotnetshipping.

kylewest avatar kylewest commented on August 15, 2024

You should be able to build and run the SampleApp (in this repository) and get rates for UPS, USPS, and FedEx. You'll need to replace the placeholders with your credentials from UPS, USPS, and FedEx. The SampleApp works for me and this code has been in production use at RPMWare for several years.

If that doesn't work please let me know specifically what you need help with.

Kyle

from dotnetshipping.

QueenBee1961 avatar QueenBee1961 commented on August 15, 2024

In all honesty, the main problem is that I am fairly new to web development
and totally clueless about web services. Your example is such that you
assume the user knows exactly what to do with the supplied code.

For instance, your "how to build" code:

git clone https://github.com/kylewest/DotNetShipping.git
cd DotNetShipping
./build.bat
I haven't a CLUE where to put that or how to use it. I tried using it in
the NuGet console, but it didn't work. I have installed NuGet packages
before and was never required to "build" anything after it was installed so
I need a little more detailed instruction here.

Next, your "how to use" code:
NameValueCollection appSettings = ConfigurationManager.AppSettings;

// You will need a license #, userid and password to utilize the UPS
provider.
string upsLicenseNumber = appSettings["UPSLicenseNumber"];
string upsUserId = appSettings["UPSUserId"];
string upsPassword = appSettings["UPSPassword"];......etc.

You don't say where it goes. Do I put it in global.asax? Do I need to
make a class module?

If you could give me some guidance here, I would truly appreciate it.

Thanks!

Beryl Small

On Fri, Mar 8, 2013 at 9:03 AM, Kyle West [email protected] wrote:

You should be able to build and run the SampleApp (in this repository) and
get rates for UPS, USPS, and FedEx. You'll need to replace the placeholders
with your credentials from UPS, USPS, and FedEx. The SampleApp works for me
and this code has been in production use at RPMWare http://rpmware.comfor several years.

If that doesn't work please let me know specifically what you need help
with.

Kyle


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-14624510
.

from dotnetshipping.

QueenBee1961 avatar QueenBee1961 commented on August 15, 2024

One other thing. There are no web pages in the Sample App so I am unsure
how to test or use it. When I click on Sample App in Visual Studio and
just click Start/Run, I get a build error:

Error 1 Source file '..\AssemblyInfo.cs' could not be
found C:\Users\Beryl\Downloads\DotNetShipping-master\DotNetShipping-master\src\dotNETShipping\CSC
DotNetShipping

On Fri, Mar 8, 2013 at 9:59 AM, Beryl Small [email protected] wrote:

In all honesty, the main problem is that I am fairly new to web
development and totally clueless about web services. Your example is such
that you assume the user knows exactly what to do with the supplied code.

For instance, your "how to build" code:

git clone https://github.com/kylewest/DotNetShipping.git
cd DotNetShipping
./build.bat
I haven't a CLUE where to put that or how to use it. I tried using it in
the NuGet console, but it didn't work. I have installed NuGet packages
before and was never required to "build" anything after it was installed so
I need a little more detailed instruction here.

Next, your "how to use" code:
NameValueCollection appSettings = ConfigurationManager.AppSettings;

// You will need a license #, userid and password to utilize the UPS
provider.
string upsLicenseNumber = appSettings["UPSLicenseNumber"];
string upsUserId = appSettings["UPSUserId"];
string upsPassword = appSettings["UPSPassword"];......etc.

You don't say where it goes. Do I put it in global.asax? Do I need to
make a class module?

If you could give me some guidance here, I would truly appreciate it.

Thanks!

Beryl Small

On Fri, Mar 8, 2013 at 9:03 AM, Kyle West [email protected]:

You should be able to build and run the SampleApp (in this repository)
and get rates for UPS, USPS, and FedEx. You'll need to replace the
placeholders with your credentials from UPS, USPS, and FedEx. The SampleApp
works for me and this code has been in production use at RPMWarehttp://rpmware.comfor several years.

If that doesn't work please let me know specifically what you need help
with.

Kyle


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-14624510
.

from dotnetshipping.

kylewest avatar kylewest commented on August 15, 2024

Do you still need help with this? The general answer is that this isn't a website, it's meant to be used by code you write in your web project.

from dotnetshipping.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.