Giter VIP home page Giter VIP logo

codeshow's People

Contributors

codefoster avatar ecsproull avatar iqaan avatar nekaras avatar palermo4 avatar sonalmac avatar

Stargazers

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

Watchers

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

codeshow's Issues

Could not find SDK "Bing.Maps.Xaml

I am getting below erros while running the application in Visual Studio community edition

Error Could not find SDK "Bing.Maps.Xaml, Version=1.313.0825.0". CodeShow.CS.Windows
Error MSB3774 Could not find SDK "MSAdvertisingJS, Version=8.1". codeShow.JS.Windows C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets 2049

I am using Windows 10 Pro and Visual Studio Community 2015

Compile issues with VS 2013

Is there a setup document which shows what references to add for each project? Any other setup steps to follow to resolve the below issues?

Error 155 File 'Windows.props' not found. See http://go.microsoft.com/fwlink/?prd=12395&pver=1.0&plcid=0x409&ar=MSDN&sar=PlatformMultiTargeting&o1=&o2=WindowsPhoneApp for more information. C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets 451 9 codeShow.JS.WindowsPhone
Error 158 Payload contains two or more files with the same destination path 'simple.css'. Source files:
C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\bingmaps\simple\simple.css
C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\webview\simple\simple.css C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets 904 9 codeShow.JS.Windows
Error 159 Payload contains two or more files with the same destination path 'simple.js'. Source files:
C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\bingmaps\simple\simple.js
C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\secondtile\simple\simple.js C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets 904 9 codeShow.JS.Windows
Error 160 Payload contains two or more files with the same destination path 'simple.html'. Source files:
C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\bingmaps\simple\simple.html
C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\navbar\simple\simple.html
C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\secondtile\simple\simple.html
C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\webview\simple\simple.html C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets 904 9 codeShow.JS.Windows
Error 161 Metadata file 'C:\Source\Repos\codeshow\CodeShow.CS\BackgroundTaskDemo\bin\Debug\BackgroundTaskDemo.winmd' could not be found C:\Source\Repos\codeshow\CodeShow.CS\CodeShow.CS.Windows\CSC CodeShow.CS.Windows

Something is not right.

Hi Guys, I was trying to see the "CSS Selectors" for my study to 70-480 certification, but when I compile and run the codeshow something was got wrong. I have 2 monitors and just started "codeshow" in my primary monitor but some how he got a weight 4776,64, which is far from the correct size, see the image. My resolutions as: 1440x900 (P) and 1280 x 768. Do you have any glues about it?
wrong

VS2015 RC.

Getting Runtime Error on Selectors demo

When I try to run the Selectors demo, I'm getting
Exception is about to be caught by JavaScript library code at line 6, column 13 in ms-appx://36805codefoster.codeshow/demos/selectors/selectors.js
0x800a138f - JavaScript runtime error: Object expected

Code - last line is where it breaks .....
(function () {
"use strict";

WinJS.UI.Pages.define("/demos/selectors/selectors.html", {
    ready: function (element, options) {
        q(".selectors #render").innerHTML = q(".selectors pre").innerText;

App crashes immediately upon Launching

I've followed this link to install the codeshow app. I'm running Windows 10 on Parallels for Mac OS Sierra (10.12.3) and the App crashes immediately upon Launch.

I've also tried cloning the repository, installing the missing SDKs, and an unhandled app exception (unable to start a connection) error is thrown that causes the app to crash when Deploying directly from Visual Studio 2015 as well.

In both cases (install via Windows store, or deploy via cloned project in Visual Studio), I see the interface, followed by a connection exception, followed by the app completely closing. Is anyone maintaining this app anymore?? I'm working on course 70-480 and it'd be very helpful if I could use the app to follow along with the examples.

Is there anything else I can do on my end? I appreciate the help!

Install Instructions inadequate

I use VS2013 since some years now and I tried to follow your instructions to clone codeshow. The steps I followed were:
• open VS2013 and go to the Team Explorer tab (View -> Team Explorer)
• Go to "Local Git Repositories"; hit Clone; enter the codeshow Url; click Update
... the transfer ended prematurely with the instruction "Install 3rd party Git command prompt tools".
• Click on Install; Third-party tools explanation is displayed; click on the Install button
• msysgitVS.exe is downloaded; execute this.
• "Git for Windows (x86)" is displayed; click "Install"
• Prerequisites are displayed; click "I accept"; download proceeds...; click Finish
• Spotlight products are displayed; click Exit
• In VS2013, open "Install 3rd-party tools" ... NOW I see Git Settings (!!)
• Enter name and Email; select download location; enable download of author images; click Update
• expand Clone; enter the codeshow Url; click Clone
• open the repository; click on the .sln file
... and a lovely window opens with four "Windows 8.1 required" messages.

Windows 8.1 as a requirement is not mentioned in your instructions.
I discovered, e.g. in http://html5readiness.com/ that IE10 supports HTML5.
Has no one thought of making the codeshow examples run on Windows 7 upwards?

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.