Questions tagged as 'c#'

1
answer

Read xml in VB.net

I would like to read the line tag version="1.0.1.0" and store it in a variable in Vb.Net? <?xml version="1.0" encoding="utf-8"?> <Feed> <Tasks> <FileUpdateTask hotswap="false" updateTo="file://d:\tmp\up...
asked by 19.06.2018 / 02:30
0
answers

I have the following error message when configuring SubReports

I'm using the ReportViewer to generate a report and also using SubReports, but when I open the report I get the following error message in SubReports: "THE SUBRELATORIO WAS NOT POSSIBLE" Someone has a solution, below is the code that generate...
asked by 15.06.2018 / 15:40
0
answers

I'm not getting paging on my Grid with Jquery

When I click on Next and Previous does not change page and remains only on the Index page, I already tested Jquery made an Alert and the two buttons are working, but it does not change the page and there are no errors in my application. public...
asked by 15.06.2018 / 00:01
0
answers

I'm not getting paging on my Grid with Jquery

When I click on Next and Previous does not change page and remains only on the Index page, I already tested Jquery made an Alert and the two buttons are working, but it does not change the page and there are no errors in my application. public...
asked by 15.06.2018 / 00:01
0
answers

RegisterBundles method of the BundleConfig class without absolute paths or fixed URIs

If I am here, it is because I have not been able to find something that is accurate or that satisfies my problem. Let me explain: I'm using SONARQUBE or just SONAR for code evaluation, error detection, good practice, etc. in my work proje...
asked by 14.06.2018 / 22:23
1
answer

Edit text file in a specific line [closed]

I have a txt file that tells me 3 fields: error line, wrong number and number to replace. But I'm not thinking of an instruction to go directly to the line I need, this file follows a layout. I can put the examples here, if you like. l...
asked by 14.06.2018 / 20:51
1
answer

Access modifier Internal X public

When to use public or internal? Is there any advantage / disadvantage between them?
asked by 17.11.2015 / 22:24
0
answers

As the pandas reads timestamp data and converts to HDF5 (HDF5)

I am creating a C # application that generates a hdf5 document in which one of the columns in the dataset is a timestamp (using unix), and I would like this file to be read by the pandas so that it reads the timestamp as a datetime64 (which is t...
asked by 14.06.2018 / 20:07
1
answer

Alternative to SQL Server Compact Edition

Up to the older versions of Visual Studio, the option to create a local database ("Local Database") was available. However, in the 2017 version, there is no longer this possibility. Apparently Microsoft would be removing support for it. Would...
asked by 24.06.2018 / 16:49
0
answers

Why are these errors appearing in Razor when compiling the project?

Changes made by me @model Pessoa; // já tentei module3.Models.Pessoa e todas as variacoes possiveis @{ ViewData["Title"] = "Pessoa"; } h2> @ViewData["Title"]</h2> <p>Name: @model.Nome </p> <p>Id:@model.Id&l...
asked by 22.06.2018 / 03:43