Notes about building the Q sample Application

A place for App developers to hang out / post
Post Reply
jachin99

Posts: 1293
Joined: Wed Feb 24, 2016 3:36 pm
Location:

HTPC Specs: Show details

Notes about building the Q sample Application

#1

Post by jachin99 » Wed Dec 13, 2017 7:50 pm

I like to tinker around quite a bit and I took it upon myself to make a project out of building the WMC sample apps in the stock form with no content just for learning experience. I've successfully built the Z sample app so far but I ran into trouble while building Q. Specifically the microsoft.feeds.interop reference in the Q source file was showing as a missing assembly. To fix this, I googled some and came across this link https://msdn.microsoft.com/en-us/librar ... s.85).aspx To solve my problem, I deleted the old reference, and right clicked my Q solution and selected add reference. i navigated to the COM tab and found Microsoft Feeds VERSION 2 (Not 1). After adding this reference the missing assembly warning went away

Post Reply