Posts by Maykon Luiz Matos Araujo • 71 points
8 posts
-
2
votes1
answer49
viewsQ: Powershell Problems with Character [
Good afternoon, I’m using the following script on powershell to copy files from one folder to another: Function CopyFiles { Param ($folderSource, $folderDestiny) $allFilesSource = Get-ChildItem…
powershellasked Maykon Luiz Matos Araujo 71 -
0
votes1
answer13
viewsA: C# Could not find Imetadataexchange
I found, have to add the I found in this reply right here on the forum: [https://stackoverflow.com/questions/50393767/wcf-service-host-cannot-find-any-service-metadata-pleasheck-if-metadata-is-e][1]…
-
0
votes1
answer13
viewsQ: C# Could not find Imetadataexchange
I have the following problem, when creating a WCF service says that Imetadataexchange was not found, my APP.config is: <?xml version="1.0" encoding="utf-8" ?> <configuration>…
-
0
votes3
answers86
viewsQ: Deserializeobject Json
Good morning, I’m trying to deserialize a JSON but there’s no way I can, I get the following JSON from another system:…
-
0
votes1
answer110
viewsA: Crystal Reports does not read the table when displayed by the applicator but le table in the Crystal Editor
After so much searching I found the answer, there in the CR editor before saving has to close the preview tab, ai solves the problem.
c#answered Maykon Luiz Matos Araujo 71 -
0
votes1
answer110
viewsQ: Crystal Reports does not read the table when displayed by the applicator but le table in the Crystal Editor
Good afternoon, I am with a very strange error, I have a report in Crystal Reports that the same shows the data of a table (there is no form or parameter in the report it only shows the data of a…
c#asked Maykon Luiz Matos Araujo 71 -
1
votes0
answers152
viewsQ: Block viewing and editing of Crystal Reports' RPT file
I have an application in C# and created some reports that are in the application folder, the problem is that if someone copies the report files (.rpt) the same if you have Crystal Reports installed…
-
3
votes1
answer241
viewsQ: C# class as parameter in SQL Server
You can create a class in C# and the same class in SQL Server that represents a tabela (ID, Nome, Telefone) and create a precedent where I would pass as parameter this class . This is the class…