Giter VIP home page Giter VIP logo

avataxclientlibrary's People

Contributors

avalara-tela avatar contygm avatar drheart avatar greg-hester-avalara avatar han-bao-avalara avatar han8909227 avatar justinsoliz avatar nathan-harrenstein-avalara avatar qjavalara avatar ryanmalgren avatar ted-spence-avalara avatar waynemyeravalara avatar zfrolov avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

avataxclientlibrary's Issues

Not able to connect the Avalara server in application

Hi
I am not able to connect the Avalara server in my application(Visual studio 2015 and .net framework 4.7).I have installed Avalara.AvaTax -Version 17.5.0.67. and my code is
var uri = new System.Uri("https://sandbox-rest.avatax.com");
Client = new AvaTaxClient(typeof(vvv).Assembly.FullName,
typeof(vvv).Assembly.GetName().Version.ToString(),
Environment.MachineName,uri)
.WithSecurity("AccountID", "Liscence Key");
TestCompany = Client.CompanyInitialize(new CompanyInitializationModel()
{
city = "Bainbridge Island",
companyCode = Guid.NewGuid().ToString().Substring(0, 25),
country = "US",
email = "[email protected]",
faxNumber = null,
firstName = "Bob",
lastName = "McExample",
line1 = "100 Ravine Lane",
mobileNumber = "206 555 1212",
phoneNumber = "206 555 1212",
postalCode = "98110",
region = "WA",
taxpayerIdNumber = "123456789",
name = "Bob's Greatest Popcorn",
title = "Owner/CEO"
});
while running application,not able to connect this api server.

Building on mac does not work

Hi

I did a clone of the repository, downloaded and installed Visual studio community 2019 for Mac
Opened the solution and tried to build

I did do a NuGet Package restore, but i still get the same result

This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.

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.