Questions tagged as 'visual-studio'

0
answers

How to query select with two different date formats in VB.NET?

Talk, guys! I have the dates with two different types of formats in the database, for example: MM / dd / yyyy dd / MM / yyyy HH: mm: ss But at the time of the VB.NET query, I did so and it does not work. Public Function teste (ByV...
asked by 24.04.2018 / 16:34
1
answer

Error debugging webservice (asmx) locally in Visual Studio

I'm trying to debug a webservice (asmx) locally from Visual Studio. When attempting to create the connection to the database, the following exception occurs:    Request for type permission failed   'System.Security.Permissions.FileIOPermissio...
asked by 17.05.2018 / 19:37
0
answers

My function is not checking the IF condition is already going straight into ELSE [closed]

private int dia; private int mes; private int ano; public bool GravaData(int d, int m, int a) { if ((d > 0 && d <= 31) && (m > 0 && m <= 12) && (ano > 0)) {...
asked by 27.04.2018 / 06:26
1
answer

Thread - Shared Memory Access Violation

I use a library to retrieve data from an Image (in unsigned char *), and I use it to allocate in an OpenGL Buffer. Because the image can be large, OpenGL by default creates another thread to perform this activity. But I realize free of that i...
asked by 09.03.2018 / 21:10
1
answer

Doubt ~ beginner on 2 android SDK's on the same pc

I downloaded Visual Studio and also installed android sdk, but the Android Studio IDE comes along with sdk, I've looked for Android SDK folders but there are many with the same name, such as installing Android Studio without generating problems?...
asked by 01.02.2018 / 20:12
1
answer

How to get Json's return from the Hgbrasil Weather site in my Xamarin application

How do I get the values available in Json format in my Xamarin application. The code below is not returning anything. public class MainActivity : Activity { ProgressDialog dialog; TextView txtv1; protected override void OnCre...
asked by 31.01.2018 / 20:58
1
answer

List of all files that are inside the Resource.Raw folder

How to get all the files that are in the Resource folder and move to a list. I'm doing it manually, but now I need to dynamically pick up and move to a list all the files that are in the Resource.Raw folder string[] caminho = new string[2];...
asked by 26.01.2018 / 03:28
0
answers

Using Xamarin Live Player

I can not run Xamarin Live Player. Thelivescreen Afterloadingthelivescreen,scantheqrcodeandinsertitintotheeditbox After all this, nothing happens     
asked by 26.01.2018 / 14:53
1
answer

Comments in JSON in Visual Studio

, the following message appears to me: Comments are not permitted in JSON. Does anyone know how to explain this to me?     
asked by 19.01.2018 / 07:36
2
answers

In Developing Code First how do I relate the AspNetUsers table to other table

I'm developing a real-estate system and need to match the AspNetUsers table with the tables that the system will have and cardinality one to many , so I want the system send me reports of who performed registration features and other function...
asked by 18.12.2017 / 01:46