Questions tagged as 'visual-studio'

1
answer

Edit data for a combo box

I'm having a problem with my application in ASP.NET MVC. What's happening is that when it comes to saving data, my combo boxes load data from enums. These combo boxes are from an application to a school, where the series / year, the class and th...
asked by 01.05.2014 / 19:51
1
answer

Meaning of class member icons in Visual Studio

I would like to know if there is any documentation that deals with the meaning of the Visual Studio images / icons (obviously some are explicit ( salvar = disquete ) or whose function is shown when positioning the mouse.) I quote the f...
asked by 24.06.2015 / 03:12
1
answer

Visual Studio 2017 Cordova compile apk

I'm trying to compile an apk made with HTML5 in Visual Studio 2017 but it simply gives this message: 1>------ Compilação iniciada: Projeto: Relatorios, Configuração: Debug Android ------ Cordova 6.3.1 ------ A plataforma android já existe -...
asked by 10.11.2017 / 02:22
2
answers

I always need to clean and rebuild in visual studio

I have a problem with my solution in visual studio 2012. When I need to debug and drop a break point, I need to give clean and rebuild in my solution, otherwise it runs, but not for the break point. The project has 4 class library and 15 w...
asked by 18.03.2014 / 19:48
0
answers

Bad compilation optimization

I've set up Visual Studio to compile VC ++ with /Ox and compiled this code (with more others being omitted for simplicity). union { unsigned long long u64 ; unsigned short u16[4] ; } x ; union { unsigned u32 ; unsigned short u16[2] ; }...
asked by 11.08.2017 / 20:44
0
answers

Connect Xamarin to the Mac

I'm trying to connect Xamarin to the Mac using Visual Studio. The Mac is listed in the Xamarin User Agent, but when I enter the user and password I get this message:    Starting Broker 4.0.1.96 in port 51743 ...   Could not connect to macbook...
asked by 01.04.2016 / 00:11
0
answers

Compiler failure with error code 255. bin \ roslyn \ csc.exe

   Compile Error       Description: Error compiling a resource needed to service this   solicitation. Review the specific details of the error and modify the   source code properly.       Compiler Error Message: Compiler Fails with Error Code...
asked by 30.08.2016 / 22:15
0
answers

How to Add DLL in Visual Studio? (Unconventional form)

I'm trying to add some DLL's to my project in Visual Studio (Unconventionally). What I want to say is: Inside my project but out of References ! According to the image below: The reason for using DLLs in this way is be...
asked by 23.05.2017 / 13:40
1
answer

How to configure which folder should the software be installed / updated?

I followed the example of this question where it is explained how to configure my software to be updated automatically. I would like to know how to change in which folder this installation / update should occur. For example, I would like my...
asked by 18.05.2015 / 18:41
2
answers

Encrypt ini files

I need a script that compiles a .ini to avoid an easy reading. The file should be read with PHP. It seems that C # has a similar feature. The question is how do I do this and then I read .ini with PHP. Example of file .ini...
asked by 10.12.2014 / 22:01