Getting Started with the AWS SDK for Windows Phone
- Posted: Jan 30, 2012 at 12:45 PM
- 1,275 Views
- 1 Comment
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
The beta of the Amazon Web Services SDK for Windows Phone has recently been released. This SDK provides developers with a speed dial that lets you quickly connect and integrate Windows Phone applications with AWS S3, SimpleDB and SQS services.
This video shows how to install the SDK and explains the steps required to configure a Windows Phone application project to take full advantage of the assemblies that allow connecting to S3, SimpleDB and SQS Cloud services.
The SDK can be downloaded from here.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
I downloaded AWS SDK.I did as explained in video.But my application is not launching.
When i debugged application is comes to following function :
// Code to execute on Unhandled Exceptions
private void Application_UnhandledException(object sender, ApplicationUnhandledExceptionEventArgs e)
{
if (System.Diagnostics.Debugger.IsAttached)
{
// An unhandled exception has occurred; break into the debugger
System.Diagnostics.Debugger.Break();
}
}
I think problem with aws dll.Please help me out here.
Remove this comment
Remove this thread
close