Code Monkey home page Code Monkey logo

Comments (4)

cosminenache avatar cosminenache commented on June 28, 2024 1

Looks like the issue is the .NET framework I was using.
Supported version is 4.5

from aws-cognito-dot-net-desktop-app.

koiker avatar koiker commented on June 28, 2024

What is the error message?

from aws-cognito-dot-net-desktop-app.

cosminenache avatar cosminenache commented on June 28, 2024

Similarly to user rvyasedh, the application gets stuck when trying to access credentials object. The issue occurs in a web application. ASP.NET (4.6.1 framework).

The uploaded code works fine. Noticed a small issue there but not relevant for this problem (if the role associated to the identity pool does not have permissions to access S3, the application reports the username / password could not be validated, although it is an access issue, not an authentication issue).

When executed in a web application, in debug mode, the application seems to hang when it reaches the credentials.GetCredentials().AccessKey instruction.
The application I have does exactly the same thing as this desktop application, only that it is a web application.
When I run in debug mode, I enter the username and password then F11 to step into the application. All works well until I get to the line bucketlist.Append("Access Key - " + credentials.GetCredentials().AccessKey);
When the execution reaches there, the control is given to the web application as if it waits an input from the web page (so I cannot proceed to the next line in the code).

Any help, much appreciated.

from aws-cognito-dot-net-desktop-app.

koiker avatar koiker commented on June 28, 2024

Thanks for the update!

from aws-cognito-dot-net-desktop-app.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.