Posts by Luis Medeiros • 99 points
13 posts
-
0
votes1
answer210
viewsQ: Intellisense Xamarin Forms does not work - Visual Studio Enterprise with Update 3
I installed VS with Xamarin but Intellisense in XAML files is not working properly. In some parts of the code it shows the list of suggestions as image below. But in other parts of the code it does…
-
1
votes1
answer110
viewsQ: Installing Visual Studio 2015 - Error during installation
My problem is this: I already tried to install VS 2015 Community and Enterprise but the two will present the same problem (screen below) whenever I install with my internet via Wifi or cable (Live…
-
0
votes1
answer62
viewsQ: VBA MS Access - Version application
Someone knows how to change the version of my access app. Like, in C# one I put the version number in the Assembly file, and then I can take that is put in a label for example. How I do this in VBA…
-
0
votes0
answers28
viewsQ: What is the correct way to change the software version in C# with each build?
Currently I change directly in Assembly file.
-
1
votes1
answer1022
viewsQ: Check Read and Write Permission in folder with C#
I would like to check if the user has read and write permission in a given path. Update: The folder will most often be in a network path.
-
1
votes1
answer190
viewsQ: Pick up Variable from one Config directly on in another Config
A doubt. Is it possible to take the value of a variable from one config directly within the other config? Possible example below. Config1.config: <add key="webservice" value="http.teste.com"…
-
1
votes2
answers2096
viewsQ: Find a string anywhere in the List c#
Good Afternoon. I would like to know how to find a string anywhere in the list. Ex.: string "123". It can be in Pessoa.id, Pessoa.Nome, Endereco.id, Endereco.Rua or Endereco.CEP; People’s List…
-
0
votes1
answer304
viewsQ: Object List(with some objects as attributes) for Datagridview - C#
How do I show the Street or Zip Code of the list below in Datagridview. People’s List (to display in datagridview) List<Pessoa> Pessoas; Classe Pessoa using System; public class Pessoa {…
-
0
votes0
answers238
viewsQ: Xamarin.Forms Android Error - new Httpclient()
This error (image) appears whenever you arrive on this line: using (var client = new HttpClient()) This is the complete code. using Newtonsoft.Json; using System; using System.Collections; using…
-
1
votes1
answer235
viewsQ: Changing the project API
Error every time I switch from API 24 to API 15, API 16 or API 19.…
-
0
votes0
answers63
viewsQ: Installation Emulator for Windows 10 Mobile (10.0.14393) - Visual Studio Community 2015
I’m trying to install the mobile development kit but is giving this error in all the items I tried. This for any optional item. VS is already installed and my Windows is Windows 10 Education 64-bit.…
-
2
votes2
answers379
viewsQ: ERROR - Catch Xelement C#
Hello. I’m trying to get a Node of an xml Nfe can this appearing image error. At the beginning of the class a variable was created private XDocument xDoc; The xml file is inside the debug folder.…
-
1
votes3
answers18768
viewsQ: Regular Expression - Numbers only, no space
I have the following regular expression '((?:[\d][\s]?){5}[\d])' and I’m testing her on https://regex101.com/. My problem is this: If I have that bit 'teste 123456 teste' she will return me only…
regexasked Luis Medeiros 99