Questions tagged as 'c#'

0
answers

How to create a setup using Inno Setup? [closed]

I am trying to create a setup of my application made in C # and Sql-Server 2018, according to some searches, I tried to generate a setup, generated but by testing it,     
asked by 11.07.2017 / 21:43
1
answer

DLL created in C # fixed in the main folder

I'm learning to develop DLLs in C #, using UnmanagedExports to be exported to another language (Clarion) The DLL works, but with one exception: the application only "sees" the DLL in the "C: \" main folder and not in the current folder. I not...
asked by 12.07.2017 / 19:19
0
answers

Chart.Js mousehover action

Hello, I would like to know how to increase the size of the "caption" in the mousehover action of the Chart.Js library .. I read and did not find in the documentation, would anyone know? Follow the picture of how you are currently: Notic...
asked by 07.07.2017 / 14:33
1
answer

Save form-data in webapi C #

I have the following code in Angular 2 for a post-form method: upload(event) { let files: FileList = event.target.files; let formData = new FormData(); for (let i = 0, f; f = files[i]; i++) { formData.append('atta...
asked by 10.07.2017 / 22:18
1
answer

Relationship error with Entity Framework

I'm developing a test project that I want to include in my TCC, but I encountered a problem matching two entities to create the tables in the database with the Entity Framework. They are 'Post' and 'Comment' public class Post {...
asked by 11.07.2017 / 04:43
0
answers

C # pagemethod autocomplete Materialize error

I can not execute my c # function through the materialize framework autocomplete. It does not run and returns no errors. With bootstrap it works. I'm using asp.net without codebehind, all in the same file. I can call the function through t...
asked by 14.07.2017 / 02:47
1
answer

C # - OutOfMemoryException while fetching thousands of Active Directory groups

I'm looking for thousands of groups with hundreds of users each from Active Directory, but it's consuming a lot of memory. It starts with about 300 MB and when it reaches about 1800 MB, seen in the task manager, an OutOfMemoryException is thrown...
asked by 02.08.2017 / 18:47
2
answers

C # error in the dymamico event button click

When you click on the dynamic button of the click tiles event, it opens several sites loaded from the settings.ini file ... in case it should open one by one relative to the name and link but opens all at the same time. Note: I'm using MetroT...
asked by 02.08.2017 / 18:55
0
answers

WebBrowser Asset Problem

Hello, I have a problem with an Asset that I recently acquired, where it reports a problem called SharedPluginServe.exe, it is an Asset that allows browsing the internet through Unity, the problem occurs while the browser is loaded, but after it...
asked by 03.08.2017 / 07:38
0
answers

Sign json parameters with digital certificate C #

I'm trying to integrate with a webservice, which requires the message to be encrypted with the PKS7 standard, but when I try to digitally sign the message, I'm getting this error: Exception: The provider was unable to perform the action becau...
asked by 07.07.2017 / 12:54