codefoster / codeshow

Super simple demos for Windows and Windows Phone
Apache License 2.0
172 stars 155 forks source link

run codeshow in vs2015 / windows10 - "MSAdvertisingJS, Version=8.1" missing #9

Open bschelling opened 9 years ago

bschelling commented 9 years ago

I'm trying to run the codeshow app in Visual Studio 2015 on windows 10 It doesn't load - getting: Error MSB3774 Could not find SDK "MSAdvertisingJS, Version=8.1".

What can i do about it? I installed the Universal Ad Client SDK but to no avail...

bschelling commented 9 years ago

might there be a way to simply get rid of it? I'd just like to get the other solutions running...

codefoster commented 9 years ago

Yeah, try just pulling it out. The dependency and the code that refers to it.

jf


From: bschellingmailto:notifications@github.com Sent: ‎11/‎24/‎2015 5:22 PM To: codefoster/codeshowmailto:codeshow@noreply.github.com Subject: [codeshow] run codeshow in vs2015 / windows10 - "MSAdvertisingJS, Version=8.1" missing (#9)

I'm trying to run the codeshow app in Visual Studio 2015 on windows 10 It doesn't load - getting: Error MSB3774 Could not find SDK "MSAdvertisingJS, Version=8.1".

What can i do about it? I installed the Universal Ad Client SDK but to no avail...


Reply to this email directly or view it on GitHub: https://github.com/codefoster/codeshow/issues/9

codefoster commented 9 years ago

I just haven't taken the time to upgrade this to Windows 10.

jf


From: bschellingmailto:notifications@github.com Sent: ‎11/‎24/‎2015 5:47 PM To: codefoster/codeshowmailto:codeshow@noreply.github.com Subject: Re: [codeshow] run codeshow in vs2015 / windows10 - "MSAdvertisingJS, Version=8.1" missing (#9)

might there be a way to simply get rid of it? I'd just like to get the other solutions running...


Reply to this email directly or view it on GitHub: https://github.com/codefoster/codeshow/issues/9#issuecomment-159461619

bschelling commented 9 years ago

can you give me a hint of how to do this? the project doesn't load in vs2015 because of the error

kbdavis07 commented 8 years ago

Go to references and remove msadvertisingJS then rebuild.

That worked for me using Windows 10, Visual Studio 2015