Questions tagged as 'visual-studio'

1
answer

How to make Asp.Net MVC application stop logging out, and stay logged in straight away?

I developed an application in Asp.Net MVC and this application when it is logged in and it takes some time without touching, when I am going to register, the system asks to log in again, I would like to know how to log in directly.     
asked by 25.07.2018 / 22:45
1
answer

Visual Studio quitting Debug unexpectedly (IIS error)

I came to share a solution that at least worked for me after several attempts. But first I'll explain the problem: Once I was using windows 7, I had a problem starting a webapp debug when I clicked on the url input of the browser, started a n...
asked by 27.07.2018 / 18:37
2
answers

Differences between compiling and recompiling?

Some IDEs like Visual Studio have the options of compiling and recompiling the project, what is the difference between the two and what do they do differently? And when should each be used?     
asked by 20.07.2017 / 14:53
1
answer

Pass a property to a Label on xamarin

I need to make the Label of my code receive the value of a property. <Grid BackgroundColor="Black"> <Grid.ColumnDefinitions> <ColumnDefinition></ColumnDefinition> <ColumnDefinition>...
asked by 06.07.2018 / 20:46
1
answer

How can I remove the spacing between methods and properties?

I'm using the most up-to-date Visual Studio 2017 Preview, and I've tried uninstalling and resetting the settings, however this spacing continues regardless of what I do. How can I remove this?     
asked by 05.07.2018 / 16:06
0
answers

Put shadow on the edges of the form - Visual Studio 2017 C #

I created a form and joined formBorderstyle = none ;. But, I'm having the following problem, it has no shadow on its edges. How can I add them through Visual Studio?     
asked by 05.07.2018 / 17:59
0
answers

Error: can not be called in the list of arguments c ++

I've been trying to use the bunifu transition in windows form c ++, but without secesso because of the error. In c # would be "bunifutransition.showsync (panel);" but in c ++ neither a c # converter for c ++ solves. C # Private: System::Voi...
asked by 15.07.2018 / 01:02
2
answers

Increment variable while holding a button

I need to do an action inside a Button, when the person presses and holds with the left side of the Button in the Button, increment a variable until you release. He released, for action. Within the method of this Button, I want to increment t...
asked by 21.06.2018 / 20:47
0
answers

APK being generated incomplete

I am generating an APK for cmd, however, it is being generated half the size of it. It should have 4KB is generating with 2KB. When I open it on my phone, it only gets caught on the home screen. Does anyone have any idea what it might be?     
asked by 15.06.2018 / 14:51
1
answer

Alternative to SQL Server Compact Edition

Up to the older versions of Visual Studio, the option to create a local database ("Local Database") was available. However, in the 2017 version, there is no longer this possibility. Apparently Microsoft would be removing support for it. Would...
asked by 24.06.2018 / 16:49