![I want to get the 'Custom message' from the Windows Azure were i written my server script to My windows 8 App.][1]
i have a scenario that i want to get return request from Windows Azure in Windows 8 .
My Azure Script Request.Respond(Status.Codes.'OK')
Related
I built a Windows Forms app with Visual Studio and I am trying to install it on another Windows 7 computer with Microsoft SQL Server 2017 Express LocalDB.
After I start the app and try to “login”, I get an error from sqlservr.exe that says:
cannot find entry point, bcryptkeyderivation, bcrypt.dll.
I tried it on another pc with Windows 10 and there were no errors.
Your edit pretty much sums it up.
SQL Server 2017 Express LocalDB isn't supported on Windows 7. The SqlLocalDB.msi installer for me but when I tried to start an instance it would give the "BCryptKeyDerivation could not be located" error. Anecdotally 2016 is supposedly not supported, but it installed and default instances run for me.
Per Microsoft :
Supported Operating System:
Windows 10 , Windows 8, Windows 8.1, Windows Server 2012, Windows
Server 2012 R2, Windows Server 2016
Some additional information indicating that you'll need at least Windows 8
BCryptKeyDerivation function
The BCryptKeyDerivation function derives a key without requiring a
secret agreement. It is similar in functionality to BCryptDeriveKey
but does not require a BCRYPT_SECRET_HANDLE value as input.
Minimum supported client
Windows 8 [desktop apps | UWP apps]
Minimum supported server
Windows Server 2012 [desktop apps | UWP apps]
we have following issue: we have LDAP server running on Linux, we have 2 windows servers .
Windows server 2016 and server windows 2012 . from server windows 2012 we can connect and load data from LDAP, from windows server 2016 we can connect, but fail to get data from LDAP.
I tested the connection with ping and got same results for both.
I thinks that we should install same ldap driver or provide some additional credentials.
in 2012 I use (from web browse )following URL LDAP://100.30.6.230:389/ou=People,dc=Main_1, and we get the users list.
but for same url in 2016 I get following message "There are no entries in the derectory service that match your search criteria".
I need to sync an azure database into my windows phone 8 application's local database. New data is only inserted into azure database. So it is kind of one way synchronization. How can I do it? Kindly inform me.
have a look at: Sync Toolkit Windows 8 WinRT Windows Phone 8
You can use Microsoft Sync Framework:
https://stackoverflow.com/a/240071/1384539
http://channel9.msdn.com/blogs/pdc2008/tl30
http://msdn.microsoft.com/en-us/library/bb902854%28SQL.105%29.aspx
I have an ASP.NET MVC 4 web application. I need to be able to log controller logic.
Now i have created a Windows Azure project and added a web role and added this web application as a web-role.
How can I log when the the website is running as a cloud service?
Windows Azure Diagnostics enables you to collect diagnostic data from a worker role or web role running in Windows Azure.
The Windows Azure diagnostic monitor runs in Windows Azure and in the compute emulator to collect diagnostic data for a role instance. Log data will be periodically saved to a storage account where it can be examined.
For step-by-step instructions refer to Enabling Diagnostics in Windows Azure.
For additional information refer to Collect Logging Data by Using Windows Azure Diagnostics, Diagnostics and Debugging in Windows Azure and Windows Azure Diagnostics–From the Ground Up.
For advanced dianostic management features check Azure Diagnostics Manager (free trial available).
I'm trying to find out if it is possible to create a Metro style app on Win 8 using JS/HTML5 that stores its data in an Windows Azure table storage.
Couldn't find any sample of that. The only thing I saw is to have push notifications in my Metro style app but not storing data on a table storage.
Is it possible? and where can I find a sample of that?
Thanks a lot.
Yes, it's possible. Check out the Windows Azure Toolkit for Windows 8 Consumer Prv. There is a Windows 8 cloud app in there:
Immediately, out of the box, the client and server projects integrate to enable push notifications with the Windows Push Notification Service (WNS). In addition, the Windows Azure project demonstrates how to use the Windows Push Notifications Recipe and how to leverage Windows Azure blob and table storage.
There are also tons of Azure samples.
First of all you still need two main things to run Windows Azure Application on Windows 8:
Windows Azure Toolkit for Windows 8
Windows Azure SDK 1.6 (Latest available)
Once you have that you can still use Azure SDK 1.6 to connect to Windows Azure Table Storage and once you have data you can render using JQuery/JS and or any other UI specific language.