Questions tagged as 'c#'

0
answers

Connect to page MVC5

Good afternoon, there is a page in the project that would be error404 when it does not find something it appears the page, only when I go to run it does not find, and when I click the right button and look for the controller it says it does not...
asked by 11.08.2016 / 21:24
1
answer

new networkStream which arguments to use?

This is the following I have a server tcp and a client, the client has in one part of the code the following private void SendDesktop() { BinaryFormatter bf = new BinaryFormatter(); ns = new NetworkStream();...
asked by 18.08.2016 / 17:33
1
answer

How can I download a report? Credential problem

I'm trying to download a report (SSRS). More specifically I want to save it in a folder to be able to print it. It turns out that in development I do not have any problems downloading the report. But at the very least I have to specify that I...
asked by 10.08.2016 / 11:17
0
answers

Memory Overflow (RELEASE)

I'm having a problem with my code ... it's eating a Braba memory ... and it's not pouring memory ... a simple application inside my program ... Printing labels ... every time I print one tag the code takes the ID and generates a QR on the label...
asked by 08.08.2016 / 15:59
0
answers

In-app date warning

I'm developing an application in C # in Visual Studio. In this application there is a screen that tells you how many events the user has today, tomorrow and the day after tomorrow (green header). Follow the screen: Ineedacodethatcomparest...
asked by 08.08.2016 / 21:33
0
answers

Client can connect to server but crash when receiving data

Here's the part of the error code: private void buttonAbrirConexão_Click(object sender, EventArgs e) { try { socketOfServer = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp); socketOfServer.B...
asked by 30.08.2016 / 02:47
0
answers

XAML C # Resources - How to add a list of resources dynamically based on a folder

I am making a FlipView using MahApps.Metro. I have a list of images that would be passed to this flipview. It works, but I'm making them dynamically added in a way that I think is incorrect: <Image x:Key="Fdl1" Source="...
asked by 29.08.2016 / 22:31
0
answers

How to make a grid with levels

Would anyone know how to do a two-level grid and WinForm? example below: Thank you.     
asked by 04.08.2016 / 14:49
0
answers

Problems in the JsonConvert.SerializeObject and StringContent

I'm developing a Xamarin Forms application that will persist data via web service (PHP - MySQL), but I'm having trouble sending data via POST I have the event below and the same as the message of Cadastrado com sucesso! , but when I che...
asked by 03.08.2016 / 13:24
1
answer

Map for Unity3D [closed]

I'm developing an application on Unity3D that resembles the Waze application, but for that I can not use a Google Maps API, for example Static Maps, because I'll need something that is offline and enable me to implement 3D models at a certain la...
asked by 04.08.2016 / 08:34