Posts by Roberto Luiz Teixeira Rocha • 71 points
18 posts
-
0
votes1
answer15
viewsA: Ambiguous reference error in Asp Net Core after installation of Google.Cloud.Firestore package
After hours of searching for a solution, I managed to get around the conflict by putting using static System.Linq.Enumerable and using static System.Linq.Queryable in place of using System.Linq. I…
asp.net-coreanswered Roberto Luiz Teixeira Rocha 71 -
-1
votes1
answer15
viewsQ: Ambiguous reference error in Asp Net Core after installation of Google.Cloud.Firestore package
Hello, After installation of the package Google.Cloud.Firestore versão 2.3.1, I’m having ambiguity error between the Microsoft.EntityFrameworkCore and System.Linq.AsyncEnumerable.ToListAsync and for…
asp.net-coreasked Roberto Luiz Teixeira Rocha 71 -
3
votes1
answer84
viewsA: Consuming SOAP in Flutter, storing Cookie
Hello, I think you’ve mistaken the position of ', placed after login> the ', and got the wrong syntax and try to invert the quotes by apostrophes. The quotes you leave to "Mobileloginsp.login".…
-
1
votes1
answer430
viewsA: How to show a push notification on the iOS lock screen using flutter and FCM
After a lot of research, I found the problem. In the plugin’s official documentation firebase_messaging does not say that the "Xcode" does not include the entitlements file reference for the build…
-
1
votes2
answers504
viewsA: Creating folder that does not erase when uninstall to save backup - Flutter
You can save in Pasture Android Downloads. See below how to save a file in that folder. Remember that this folder is free, the user will have access and can delete the backup. You can name the file…
-
-1
votes1
answer430
viewsQ: How to show a push notification on the iOS lock screen using flutter and FCM
I followed several tutorials and am unable to show on the lock screen on iphone the notification using flutter and FCM. I followed the steps: I enabled my app on my apple account for notifications I…
-
0
votes0
answers33
viewsQ: How to send an Android post to Asp.net Core?
I have an application in Asp.net Core that should receive a Post via android and I’m not getting. There is always an error on android that the page was not found. class of the object in the Asp that…
-
1
votes1
answer1034
viewsA: Connection to ASP.NET CORE 2 database
Install a version of SQL server communtity so you can do some tests. I created a new project in Asp.net core including individual authentication. By default Asp will create the connection string in…
-
0
votes1
answer54
viewsA: Use Identity with existing database
You can "force" authentication by searching the logged in user with the rule you want, I particularly developed a mobile app and put/created a default user to log in every time the app tries to…
-
0
votes1
answer82
viewsA: Redirect to ASP.NET MVC login screen constantly
Solved, the problem was the machineKey in the web.config. As I was using farm type hosting, the application lost the token. I just added the line below and solved. <system.web> <machineKey…
-
0
votes1
answer82
viewsQ: Redirect to ASP.NET MVC login screen constantly
constantemnte while browsing the site the user is being redirected to the login screen. I myself keep browsing several screens by clicking on the menus and randomly the system goes to login. I have…
-
0
votes0
answers439
viewsQ: Request.Querystring was detected in the Asp.net MVC client
I have a problem when the user confirms an email by the standard Asp registration. The user receives a link in html format and clicks on the link and the user gets an error from the application…
asp.net-mvcasked Roberto Luiz Teixeira Rocha 71 -
0
votes1
answer37
viewsA: How to use Dropdownlistfor cascading in Asp.net mvc
I believe you will have to use javascript for when you select the state, javascript/Ajax pass to the state controller via httpget, go to the bank and return variable with the country and fill the…
mvcanswered Roberto Luiz Teixeira Rocha 71 -
1
votes0
answers193
viewsQ: How to change the length of an input in Asp.net MVC
Hello, I’m having a hard time changing the width(length) of an input in asp.net MVC, I followed the course guidelines and it didn’t work. follows the code of my view, if anyone can help.... I can’t…
-
0
votes2
answers101
viewsQ: How to show loading indicator on Swift 4 with Wkviewweb
Hi, I’m trying to show the loading indicator while my page is being read, but it didn’t work. I searched the internet, but it doesn’t have the full code and I’m a beginner on Swift. You can help?…
swiftasked Roberto Luiz Teixeira Rocha 71 -
0
votes1
answer35
viewsA: ASP.NET RAZOR - Project WEBSITE running on IIS (Approval or Production) does not include TAG HEAD
There must be some problem in configuring your IIS, can you run or publish in IIS the default example of a new project? Try pasting your IIS configuration into the control panel to enable and…
-
0
votes3
answers861
viewsQ: String reading Json format for c#
Hello, I’m having several weeks how to do to read the values of string below, I would like to read the value and on the sites is very confused in the search why the type json that I have begins with…
-
0
votes0
answers58
viewsQ: Error loading google api Chart in ASP.net
When I took the example of the site worked, but when I include a new Webform and in a new project and paste the codes of the codebehind example in VB.net and the aspx code does not work, gives the…