Questions tagged as 'c#'

1
answer

Expando Object for Xml

I'm using Expando Object (C # VS 2013) to read a complex xml file. I need now to read this Expando Object and turn it back into an xml.     
asked by 24.04.2015 / 14:30
1
answer

Display help typing help c #

I need when the user type help to print a help text, but this needs to work on any part of the code and not on some parts. Same as CMD, when someone types help, all available commands appear.     
asked by 24.04.2015 / 19:28
1
answer

Problem with Update Textbox c #

I have: 2 RadioButton 1 ComboBox 1 TextBox The value of% chosen% goes to radiobutton plus value TextBox . TextBox = RadioButton + Combobox However, if I change, the value of Combobox , Radiobutton does n...
asked by 23.04.2015 / 17:31
1
answer

Error IdentityConfig

I'm trying to implement Identity in my project but my IdentityConfig is giving several errors. I started briefly messing with Identity and I'm hitting myself a little bit. packages.config <package id="Antlr" version="3.4.1.9004...
asked by 03.08.2015 / 15:45
1
answer

When I enter the system Choose a company to work for

Good morning, I need some help from you in my college project. I'm doing an inventory system with 4 layers, I have a form that is a company record where I register the user company that the user wants to work, when I enter the system, I choose t...
asked by 21.04.2015 / 13:20
2
answers

Publish application Windows Form C #

I have an application developed with Windows Form C # + Entity Framework v6.1.3, where I use an existing database. The application works correctly, in Visual Studio 2013, where I'm developing. My App.config has ConnectionStrings...
asked by 08.04.2015 / 19:10
1
answer

Catch the search dataSeller and put in the form product register

I can not get the data from the form Searcher and put on formCadastroProdu My project is in C # Windows Forms in 4 layers. I did so frmCadastroPecasprivatevoidpctLocalizaFornecedor_Click(objectsender,EventArgse){frmPesquisarFornecedorpe...
asked by 24.03.2015 / 15:34
2
answers

Error while executing project in Visual Studio

When I run a project in Visual Studio it has the following error:    A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll Code using System; using System.Collections.Generic; using System.Com...
asked by 25.03.2015 / 20:32
1
answer

Apply a thumbnail

How to create any file and in it to make Windows Explorer recognize a thumbnail in this file, without modifying it or changing it. Example: In a .PNG file the file is not modified and Windows Explorer automatically generates a thumbnail....
asked by 27.03.2015 / 01:32
2
answers

The requested .Net Framework Data Provider could not be found. Sql Server + Entity

I'm having trouble connecting to my local bank. This is my View , where I try to connect the bank using Razor: @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_LayoutOuvinte.cshtml"; var db = Database.Open("Entities"); v...
asked by 16.03.2015 / 22:38