Whenever I try to add the Microsoft.LiveSDK to a UWP the assembly is not recognized and right clicking in the Solution Explorer shows no properties.
When adding a a "using Microsoft." has no Live assembly.
I am trying to use the LiveAuthClient.
My app targets NET 4.0
Everything works fine when developing using Visual Studio 2015.
Live SDK seems to be deprecated now. It has been replaced by the Microsoft Graph and Microsoft Grpah SDKs.
LiveSDK-for-Windows is still available for Windows 8.1/ Windows Phone 8.1, but may not for UWP app. It hasn’t yet been updated for UWP.
So if you are developing a UWP app, please use Microsoft Graph instead.
Related
I have a application UWP that I downloaded for to check how managed UWP with SQLServer from here: https://github.com/Microsoft/DesktopBridgeToUWP-Samples/tree/master/Samples/SQLServer
When I try to Build the application I got so many errors about the Windows resource is not found,,, I have the last version of VS2017 and also W10 Pro SO....
I tried to add references and reinstall nugets, change the debug type, change the Frameworks... and I don't get works....
Can you tell me what more to do?? Maybe you can download the Project and see the same error than me...
This reference is used to call UWP APIs in "SqlBridge" windows console project.
To call UWP APIs from a classic .NET Framework application, you could install UWPDesktop NuGet package
For more info, please see Calling Windows 10 APIs From a Desktop Application.
I want to use Office 365 in my project, but when I try to add, I get this error
I have a Xamarin.iOS project but can't add it..
This topic says that I can use Xamarin.iOS also
The following projet templates support adding Office 365 APIs as a
connected service: .NET Windows Store 8.1 Apps .NET Windows Store 8.1
Universal Apps .NET Windows Phone 8.1 Apps .NET Windows Phone 8.1
Silverlight Apps Windows Forms Applications WPF Applications ASP.NET
MVC Web Applications ASP.NET Web Forms Applications Xamarin Android
and iOS Applications Multi-device Hybrid (Cordova) Apps
I downloaded and installed OfficeToolsForVS2013Update1.exe and my visual studio version is Visual Studio 2013 Update 4.
So what can be problem?
PS: I created also a new ios blank project but still the same error.
As of right now, you can add Office 365 as a connected service to iOS "Classic API" project types. Having read the documentation you reference, I agree that it's not specific enough. I have filed a bug against it and hopefully it will be updated soon. Sorry for the confusion!
I am trying to retarget my app for windows 8.1 and I am experiencing some issues.
I am getting an error that personally I do not recognize nor I found any information online
Syntax Error found in XBF generation AdSettingsFlyout.xaml
I do not have an AdSettingsFlyout.xaml file in my project and I suppose is one of the files that get built with the project due to Windows Ad SDK. I did not find a windows 8.1 SDK. How can I fix the issue? I need some of the 8.1 functionality in my app
Microsoft reported an error with the Ad SDK flyout here:
http://msdn.microsoft.com/en-us/library/advertising-windows-sdk-api-reference-adsettingsflyout-known-issues(v=msads.10).aspx
Windows 8.1 Advertising SDK is included in the VS2013 package or you can get it as described here:
http://msdn.microsoft.com/en-US/library/advertising-windows-prereqs(v=msads.10).aspx
Try removing any references to the Advertising SDK from your projects before upgrading.
I wrote a small app built with the Microsoft Surface SDK in C# (.net 4 / 4.5), however people without the SDK seem to be unable to run the app.
I'm building it with Visual Studio 2012 and have Local Copy in the Microsoft.Surface reference set to true, but still nothing.
Is there any way that others can execute the app without installing the SDK?
There is the Microsoft Surface Runtime which you should distribute along with your application.
Why is trying to use the Windows Phone SDK (Any version) so problematic? I have tried to install WP8 on my Windows 8 machine with Visual Studio 2012 Ultimate and despite a month of troubleshooting and searching, not a single thing has fixed the issue. First of all, the WP8 installer tells me that my OS is not Windows 8 - then it tells me that my version of the .NET Framework is not supported (I have every version from 3.0 up to 4.5). As a last resort, I tried running the installer in compatibility mode but that option is not even available for the installer.
And then I looked in my Start menu and found a folder named Visual Studio 2010 Express. I expanded this folder and to my surprise, it had Visual Studio 2010 Express for Windows Phone.Ink (WP7.0 and WP7.1) in there - so I opened it. Everything seemed to be going just fine. I created a new project "PhoneApp1" and without writing any code or making any changes, I hit the debug button - and this is what I get:
It says "Run the program without getting help". So I clicked it. And then this happens:
Click OK...
Click NO...
Connection failed because of invalid command line arguments.
Now we get the error message. Not very helpful, but I went searching online and I dug as deep as I could in Google results and I think I've tried atleast 20 different sites and even more "solutions" but not a single one of the solutions even worked.
Hass anybody had this exact same issue? How did you fix it?
Please don't tell me to install WP8 SDK unless you also have a solution that works for that.
try to install win8 ultimate,because i think wp8 is just compatible with win 8 RTM.
about wp7,i have no idea, but win 8 is compatible with those wp7 and wp8
The Best solution is to install Windows 8 Pro or higher and install either WP SDK 8 or 7.1. You can have both VS versions side by side.
And if that is not possible right now, for time being your problem may be solved by installing Windows Phone SDK 7.1.1 Update. Which makes the WP 7.1 SDK compatible with Windows 8 And also adds the Emulator supprot for 256MB RAM devices. Your screen shot indicates that you did not have this 7.1.1 update.