Questions tagged as 'c#'

1
answer

List does not load database data with xamarin.forms and C #

I created a list by code and I can not load the data. I made this list for xaml and neither do I have another one that works ( xaml ) and I tried to do the same thing and nothing. When I upload the list it appears: Autorizador.Mod...
asked by 12.09.2017 / 11:53
1
answer

Enable and disable Children gameobject c #

Well, I made a script where it activates and deactivates in the gameobject , I wanted to know how to activate and deactivate the children also inside this script using System.Collections; using System.Collections.Generic; using UnityEngi...
asked by 12.09.2017 / 22:34
1
answer

Returning to the main page when accessing an invalid url

How do I redirect the user to the main page of the app if it tries to access an invalid url . For example, www.teste/teste.html , in case the page does not exist then system directs the user to www.teste/index.html , in case I am us...
asked by 12.09.2017 / 18:01
0
answers

Error calling a service through ServiceClient in C #

I have a project part (MVC that connects to DB through web services) from my company that calls WCF services like this: public static ReturnType CallWebMethod<TService, ReturnType>(String endpointConfigurationName, String myMethod, objec...
asked by 12.09.2017 / 15:20
1
answer

Playing Values from a DataGridView to another DataGridView

Good night guys, I have a problem. I have a datagridview that is connected to the database. I have a filter on this normal grid. Now I want to get the filtered values of this grid and play in another Normal grid, created in the hand without conne...
asked by 31.08.2017 / 01:58
1
answer

Error deleting file in Windows Mobile 6.5

I'm working on a project for windows mobile 6.5. I am using C # with Compact Framework 3.5 (CF 3.5) and SDK for Windows Mobile 6.5. My routine writes files to a temporary directory for further processing. After a few days the file is renamed...
asked by 30.08.2017 / 21:23
0
answers

Query with special characters in an ObservableCollection

I've created a search method that receives text, and searches that text for a ObservableCollection previously filled in. private void btn_Pesquisar_Click(object sender, RoutedEventArgs e) { ObservableCollection<object...
asked by 04.09.2017 / 23:04
1
answer

SpecSync4MTM problem

So everybody, every time I try to run specsync4mtm.cmd sends me   'C: \ Users \ zidan \ OneDrive \ Documents \ Visual' is not recognized as a   internal or external command, an operable program or a batch file. ' I've already added...
asked by 05.09.2017 / 15:16
0
answers

Login in CMS admin Kooboo com Active directory

I'm in a project where the client wants the CMS admin login to be done through Active Directory. The CMS we are using is Kooboo based on MVC aspnet. Has anyone ever done anything like this? Do you have any idea how you do it?     
asked by 15.09.2017 / 22:32
0
answers

Change the console source

In the photo below, I can change the source of the console by clicking on the top of the window and clicking properties: But how can I change the font and font size of the console programmatically?     
asked by 17.09.2017 / 00:36