Questions tagged as 'visual-studio'

0
answers

How to check more than one service using WMI Query or C #?

I have this project where the system will check for specific services on several different remote machines. All of the connection, network and etc are defined and working, but I still have not been able to figure out a way to get the query to...
asked by 09.03.2018 / 14:06
1
answer

UnknownNode when loading XML into class

I get the following XML from a database (modified data, but the structure is this) <registro> <header> <codUsuario>XXX</codUsuario> <codLojista>999</codLojista> </header> <parametros&g...
asked by 05.03.2018 / 21:45
0
answers

How to do interaction between InputText + Javascript between Controller and View in Asp.Net MVC

I have the following problem ( For better explanation we have attached image ). Image link Owner 1 arrives with 100 oxen; Owner 2 arrives with 30 oxen; Owner 3 arrives with 50 oxen. The procedure for these steers to be vaccina...
asked by 05.03.2018 / 22:29
1
answer

How to create List of a class inside another class and not be mapped in the Entity Frameworks

I have a class called Camera [Table("Camara")] public class Camara { [Key] public int CamaraId { get; set; } [Display(Name = "Nome")] [Required(ErrorMessage = "O Campo {0} é requirido!")] [StringLength(50, MinimumLength...
asked by 13.03.2018 / 16:01
0
answers

Reference.cs error with Xamarin Live Player in IOS

I created an App that communicates with an ASMX Web Service, it runs correctly when I deploy the emulator, however when I go to test using Xamarin Live Player to debug on the iPhone, these errors appear in the Reference.cs inside the web Referen...
asked by 13.03.2018 / 15:25
2
answers

Method to automate the call of Forms in C #

Here's what I'm trying to do I'm creating an application in C #, MainFrame is the MDI Parent, and I own other windows as well. What I want is to use a class called "FormCaller" to call other Forms automatically, so I do not always have to wri...
asked by 02.03.2018 / 16:27
0
answers

VS2017 locking in design mode

Good afternoon everyone. I've been having a problem with VS2017 for a few days now, which has irritated me a lot !! I have a form with a usercontrol developed by me and some grids. One of these grids was bound to a datasource pointed to a...
asked by 26.02.2018 / 19:34
0
answers

Repository in Visual Studio Mac

Greetings I and a colleague are starting a project in C # and he has created a repository at visualstudio.com for both terms accessing the project. It on your PC was able to easily link to the repository and work on it. I already on the...
asked by 03.03.2018 / 16:20
0
answers

PJSIP compilation error for windows

I'm trying to generate a PJSIP DLL file to use in my java application. Following the walkthrough of this link: link The library compiles with this config_site.h: #define PJ_EXPORT_SPECIFIER __declspec(dllexport) #define PJ_IMPORT_SPECIFI...
asked by 26.02.2018 / 13:39
1
answer

Attach a ClassLibrary to an External Application (Visual Studio)

I have a project that is a ClassLibrary and this DLL runs inside a Console Application, I have a requirement here where the developers of this ClassLibrary need to debug this DLL with the application, in the project properties I configured the E...
asked by 28.02.2018 / 10:13