Questions tagged as 'c#'

2
answers

CheckBoxListFor with error

   Description: An error occurred while compiling a resource needed to service this request. Examine the specific details of the error and modify the source code accordingly.       Compiler Error Message: CS1061: 'System.Web.Mvc.HtmlHelper' doe...
asked by 07.05.2014 / 19:05
2
answers

LDAP and AD - Error adding user to group with C #

I'm trying to add a user to the group, but I get the following error:    Message: The server is reluctant to process the request.   ErrorCode: -2147016651   ExtendedError: 1359   ExtendedErrorMessage: 0000054F: SvcErr: DSID-031A120C, Proble...
asked by 23.05.2014 / 17:33
1
answer

Customize Asp.net Identity - Multiple classes like User in Identity

We know that our user in asp.net identity is the class with name of ApplicationUser I would like to create other classes that inherit from it Because? Why, let's say I have the Client, Vendor, User class. I want them all to be users of...
asked by 22.05.2014 / 00:00
1
answer

Converts a SQL query to Query in Entity

I asked this question in another forum, but the content of the discussion followed another way so I decided to open this topic. Without skipping the subject, how do I perform this SQL query: select p.RA, p.Nome, p.Modulo, a.Descricao from insc...
asked by 15.09.2017 / 14:43
1
answer

EF6 EntityValidationErrors error in filled property

I am having a similar problem in two ASP.NET applications with Entity Framework. When I try to update an entity that already has all the required mandatory attributes I get a EntityValidationErrors exception, however this property that...
asked by 14.05.2015 / 19:13
1
answer

Unity 3D (5) Locking in IOS

I'm developing a game in Unity 3D, but when it squeezes great on PC, Android, browser, Linux, Windows, but when I squeeze in IOS, it crashes. I put only one cube and kept locking. NOTE: I reduced the error to fit. See the code: float velocity...
asked by 15.05.2015 / 21:10
1
answer

c # read a remote source XML file

I have an API that generates an XML however whenever I try to get the XML to handle the other side it returns an error. XML is this: <ArrayOfResponsaveis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontr...
asked by 12.06.2017 / 21:08
1
answer

Sending new value to all users via signIR

I need to make all users receive the updated values on their screens as soon as the AutonavHub.client.printPackageInfoFloat(objeto) function is called within $scope.adicionar = function (objeto) {...} . Below is my ChatHub.cs u...
asked by 23.05.2017 / 22:39
1
answer

Google Drive .NET Quickstart Error for Credentials

I'm starting to study Google Drive's Api for a personal project in .NET, and I followed the step-by-step guide available on the google website link But when I was running the code at the time of obtaining the credentials happened this er...
asked by 30.05.2017 / 21:52
1
answer

DataSet does not recognize LIKE and search parameters

Good evening. I have a table in the MySql database and I am using a DataSet to handle it in my Windows Form project. The problem is that when I try to use a query with LIKE, it does not recognize the parameter I'm requesting. SELECT nome FROM...
asked by 30.05.2017 / 01:02