Questions tagged as 'c#'

0
answers

Problems with Security Level Trust (Locaweb Server)

Hello, I'm having the following error message below: This configuration section can not be used at this path. This happens when the site administrator has locked access to this section using an inherited configuration file. This is referr...
asked by 05.08.2015 / 06:16
1
answer

The member with identity 'Phase_Target_Project' does not exist in the metadata collection

I'm having a very strange error ... I do not make the least of it. This is my class: public class FaseProjeto { public int IdProjeto { get; set; } public int IdFase { get; set; } public virtual Projeto Projeto { get; set; }...
asked by 09.06.2015 / 16:30
0
answers

Sending files to google drive with .net

How to send a file to google drive in C #? I have an IntPtr from a file, do I have to convert to bytes and send? How would the shipment look? I got a tutorial code, but I did not understand the configs: class DriveCommandLineSample { stati...
asked by 17.06.2015 / 13:03
1
answer

Resize bitmap generated in C # for better visualization

I have a program to generate bar code type Interleaved 2 of 5 . I got the code from this site but as it was posted in 2007 I could not answer my question. The program generates a bitmap with the bar code and inserts it into a picture-box...
asked by 15.06.2015 / 19:58
1
answer

301 redirect for dynamic domain

Good afternoon, guys. We have a myite.com site and we've updated it and domains such as myite.com?id=123 have lost their way. How do I make 301 on these dynamic URLs in IIS?     
asked by 26.06.2015 / 22:12
1
answer

How can I interact with a class that lies behind two?

Good evening! I will explain the problem since the title is not suggestive of it. I have to develop an online shopping system, able to manage the purchases of each user. If we think about it a little, physically there is a mall, or more, and...
asked by 27.06.2015 / 23:42
1
answer

Button only work if passed the Id in the URL in ASP.NET MVC

I have a problem in my application manager of Courses in ASP.NET MVC. The scenario is as follows: I have a screen where the "Student" enrolls in a course. By clicking the "enroll" button, it is associated with a course and the number of vacan...
asked by 04.06.2015 / 22:52
0
answers

Count values in an MSAccess table

I am creating my first application and would like to know how to count values from a table in MSAccess with the following conditions: "requestor" and "Status" should contain specific values; If you contain data solicitante = solicitante...
asked by 15.07.2015 / 01:50
0
answers

Dataset sent from one class to another

Is there any component Ado equivalent to a recordset that I can send from one class to another in C #?     
asked by 16.07.2015 / 03:41
1
answer

C # - MouseLeave Event Does Not Work on Different Label

I created two Label's with different names and created two methods for each Label responsible for making a Hover event similar to that in CSS / p> //Evento responsável por fechar a aplicação através do Label "X". private void closeApplicati...
asked by 24.06.2015 / 00:00