Questions tagged as 'visual-studio'

1
answer

White Screen when loading app in Android Studio

I'm using visual studio to create a mobile app. I used the command "ionic cordova run android" to load into my emulator in android studio my application. Apparently it seems to be going, but it only stays on white screen. I'm using jdk 8, in...
asked by 05.03.2018 / 13:36
2
answers

How to put in the center 02 TextView of VideoView

I have 02 TextView and I want to put them in the center of a VideoView with one text being one on top of the other. <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" an...
asked by 29.01.2018 / 02:00
1
answer

Packages do not restore NugetPackage

After upgrading VS2017 to version 15.5.1 this project no longer restores the packages I tried to remove the packages and install again but did not work, I reinstalled VS did not work well, I researched a little and had some solutions to...
asked by 14.12.2017 / 17:56
2
answers

How to center layout

I want to center this panel, even when the screen is maximized, I want it to stay centered. And not as it is.     
asked by 08.12.2017 / 12:24
1
answer

PostgreSQL / VisualStudio database modeling

Hello. I have this form: Asforthemodelingofthebankthereinthe"products" part, I intend to load all products (name, quantity available, unit value) and when the person select some and put the quantity will calculate the total. My question...
asked by 10.10.2017 / 17:49
1
answer

How to uninstall nuget packages at once, including dependencies

There is a way to uninstall nuget packages at once, without having to look for or waiting to give the error to know which dependency to uninstall and then go uninstalled one by one. If I select everything and give a Del then go to the Package...
asked by 26.10.2017 / 20:35
1
answer

Show pooled partial files

I'm creating a partial class, and I'd like to implement some validations in another partial class, just to separate the methods. I know this is possible, but I would like to put these two sources together, is this possible? For example:...
asked by 27.09.2017 / 19:56
1
answer

I can not run an application in x86 debug mode

I'm having problems in my application, because when I compile in debug anycpu, it runs perfectly, but when I compile in x86 debug it has the following error:    System.BadImageFormatException: 'An attempt has been made to   load a program wit...
asked by 12.09.2017 / 16:28
1
answer

Conflict when opening multiple screens in menuStrip - Visual Studio

I have 3 forms. Parent Form (Parent) Child Form (Services) Child Form (Suppliers) What is happening .. I block the person from trying to open the same form more than once, but when it tries to open another form ( and have another alre...
asked by 20.09.2017 / 16:54
1
answer

Error recognizing WebDriverWait

I'm running a unit test in C # with Selenium WebDriver and when trying to enter the code WebDriverWait it is not found. > I'm using the namespaces below and still do not recognize them. OpenQA.Selenium; OpenQA.Selenium.Chrome; System.T...
asked by 05.09.2017 / 17:26