Questions tagged as 'c#'

0
answers

I get messages in the background but does not show the badge with the message counter

In my App I get messages in Background. In foreground I can see the badge and the amount of messages received. I just can not get in the background. I use the RendyDelRosario Xamarin.FirebasePushNotification plugin , which I really enjoyed g...
asked by 03.11.2017 / 13:51
1
answer

GoogleAPI in VisualStudio

I'm trying to implement over a ready-made class that sent me using GoogleAPI, but I can not in any way add the reference to the project via NuGet. Do you know where I can download it? Here is the code: using System.Collections.Generic; using...
asked by 03.11.2017 / 12:48
0
answers

Popup does not appear in my App

Use Rg.Popup.Plugins to create popups. Well, when I put in design does not rotate, the screen dims, but I click on it and nothing happens. I put a button with red background and even then, it does not appear. I did a separate project and it work...
asked by 03.11.2017 / 15:48
1
answer

Get StartAddress with the name of the Module of a Thread from an external program

I'm trying to differentiate the threads of a particular program. with the "ProcessExplorer" software I can easily get through the Start Address, since the method name appears: ItriedtogettheStartAddresswiththiscodeinC#:Process[]process=Proce...
asked by 03.11.2017 / 04:08
0
answers

Data Flow Task: Processes, but does not write to the Database

I am using SQL Server Integration Services (SSIS) with SQL Server Data Tools (graphical component for Visual Studio 2015). Within my processing package (SSIS) I have streams that, depending on the defined condition, the respective Data Flow T...
asked by 28.11.2017 / 19:45
2
answers

Save Image to Database with C #

Hello I've seen the example Upload image for picturebox and write to the database but I did not understand that part: FileStream Stream = new FileStream(imgLocation, FileMode.Open, FileAccess.Read); What would this imgLocation be? I...
asked by 28.11.2017 / 17:58
0
answers

The name 'buildTargets' does not exist in the current context

   EditorWindowIntegration.cs(30,4): error CS0103: The name buildTargets 'does not exist in the current context' public class EbsEditorWindowIntegration : EditorWindow { #region Private Fields private List<BuildTargetGroup&g...
asked by 30.10.2017 / 23:46
2
answers

System Settings in static class in the Entity Framework

I'm trying to create settings for a system. I thought of a class similar to the example: Class: public static class Configuracoes { [DisplayName("Casas Decimais")] [Description("Informa o número de casas decimais que o sistema...
asked by 31.10.2017 / 02:27
0
answers

Questions about loading combobox in C # with MySql database

Good afternoon, I'd like to know how I can populate a C # combo box with data from a table in MySQL. I am making an application for a jewelry store, and I would like to know how I can fill out the combo box of suppliers through your code (or id,...
asked by 06.11.2017 / 16:41
0
answers

Bot host problem in Azure [closed]

I created a very simple bot using botframework and am trying to host it in Azure, when I run locally it works successfully but in the cloud the following error is appearing: I'mputtingkeysinwebconfig:     
asked by 06.11.2017 / 22:13