Questions tagged as 'visual-studio'

1
answer

Visual studio opens existing code when I click on NEW project?

I started learning C # and am using Visual Studio. I created my basic program "hello world", I saved the project. So far so good, but when I'm going to open a NEW project, in order to create a new code, it pulls the code from my first program....
asked by 21.11.2018 / 18:53
1
answer

Windows Phone, how to import data (IsolatedStorageFile)?

Is there any way I can import a data file (txt) into Windows Phone's internal memory using "IsolatedStorageFile"? I need to import a list of clients, and be able to edit by the device.     
asked by 18.07.2014 / 14:28
1
answer

pylint E1101: Class 'User' has no 'objects' member

I am using vscode together with DjangoRestFramework and the same is accusing error in the following line: res = User.objects.filter(user_nome=value) But the code runs correctly, the error that the editor shows is as follows: pylint E1101:...
asked by 18.07.2018 / 16:02
1
answer

Alternatives to Microsoft Lightswitch

I have an application developed in .NET using a Microsoft extension called Lightswitch that unfortunately I can not open or run. However, it has become obsolete. What are the best alternatives in order to implement a new application similar t...
asked by 23.07.2018 / 10:59
1
answer

API and XAMARIN project

Personal I have a Solution where to be all the architecture for exposing my API. The project that will consume this API will be in XAMARIN. My question is: Should I create within the solution this project or another solution? I believe that i...
asked by 21.07.2018 / 21:23
1
answer

Menu Icon change color by hovering the mouse on top WPF C #

Hello, I'm trying to make when changing the mouse to change the color. The Menu Icon should be white as the letter (header) as shown in the image below: Mymenucodeis<MenuStyle="{DynamicResource StandardClienteMenu}" VerticalAlignment="To...
asked by 05.09.2018 / 15:12
2
answers

Problem with connection variable to Bank C # Visual Studio

I have my connection string that takes the connection variable from the App.Config static String string_conn = ConfigurationManager.ConnectionStrings["bd1"].ConnectionString; But I put a function that lists the banks in a Combobox in the lo...
asked by 31.05.2018 / 20:15
2
answers

ComboBox leaving form slow while loading data winforms C # visual studio

Good evening, I have a question. I have a client list that lists the cities in a combobox, but every time I open the registry it loads the data and this slows down the loading of the form, has some way of doing the query only the first time it o...
asked by 05.06.2018 / 00:14
2
answers

Register a user "admin" when running the application c # mvc

Good afternoon, I need some idea for a web system to automatically create a user Admin as soon as I run (open) the application. That is, when running the application with a zeroed bank, so that I do not have to register any users before loggi...
asked by 05.06.2018 / 19:29
1
answer

Xamarin Forms - Error CS1061

How to resolve the CS1061 error in the code below: Code to open a local webview on each Xamarin.Forms platform public partial class MapViewDetail : ContentPage { public interface IBaseUrl { string Get(); } public MapViewDetail()...
asked by 03.05.2018 / 00:51