Git Product home page Git Product logo

Comments (6)

momohs avatar momohs commented on May 14, 2024 1

It looks like you need to install the .Net Core 2.0 SDK. Here is a blog post on how to install it. All you need to do is make sure your VS is updated and install the SDK binaries. Let me know if this solves your compilation issues.

Side note: cloning the repository is always better than downloading it as a zip because it would be easier for you to fetch newer versions.

from bing-maps-fleet-tracker.

rkgeorge avatar rkgeorge commented on May 14, 2024 1

Thanks for the tip. Update to VS2017 15.5.6 fixed all my build issues.

from bing-maps-fleet-tracker.

momohs avatar momohs commented on May 14, 2024

At this point, we don't have an API for location deletion. However, it is very easy to add to the back-end. I can guide you through if you would like to add it to the code base.

from bing-maps-fleet-tracker.

rkgeorge avatar rkgeorge commented on May 14, 2024

thanks - I downloaded zipped code from GitHub, but I'm having problems with build.

Using VS2017 Pro V15.1
These build individually:
Common
Configuration
EntityFramework
Func
Models
Repositories
TripDetection

These do not:
Trackable.Services
66 errors ... "You must add reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral" ...
added ref C:\Program Files\dotnet\sdk\2.0.0\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll to build Trackable.Services

Trackable.Web project 130 errors
Added assemblies for:
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
using Microsoft.AspNetCore.Authorization;
using System.Web;

reduces to 58 errors in
Trackable.Web.Controllers.UsersController
'HttpContext' does not contain a definition for 'ChallengeAsync'
'HttpContext' does not contain a definition for 'SignOutAsync'
Note Reference added for System.Web C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.1\System.Web.dll

Trackable.Web.Controllers.DevicesController
doesn't seem to find? <PackageReference Include="Microsoft.AspNetCore.SignalR"
Version="1.0.0-alpha2-final" />
tried Nuget uninstall/install SignalR without success.

Trackable.Web.Controllers.PingController
Trackable.Web.Controllers.HomeController

from bing-maps-fleet-tracker.

manojattal avatar manojattal commented on May 14, 2024

Added pull request to fix this issue Added missing action on locations controller #31

from bing-maps-fleet-tracker.

momohs avatar momohs commented on May 14, 2024

Thanks @manojattal for your contribution. I'll close this issue for now. Please feel free to re-open if there are still any questions.

from bing-maps-fleet-tracker.

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.