I'm trying to get information from a website and I'm having trouble getting the correct result.
Basically, I need to get the software version from the site:
link
What interests me is the line:
<span class="download-version__version"...
When trying to pass the string from C # Windows Forms to Crystal Report following the procedure of the second image and the code below the crystal report shows the following error! Visual Studio Community 2017, Mysql free and Crystal Report Sap....
Hello, good morning.
I would like to ask you for help on the following situation:
I use the PostgreSQL database integrated with Visual Studio Enterprise with the (PostgreSQL Integration) Npgsql package. For those who do not yet know this pa...
I'm already displaying a table in the Index, but I want to display another table from the same controller. I created a PartialView called PartCorteCabos() and created a View of it. I tried to make the call using @Html.Partial()...
Well, in my application I have the Context class that owns the Shopping DbSet and the Products DbSet.
It turns out that in my DB table, Purchases has an FK that takes the Product ID in the FK_ID_PROD column.
Question 1: How will the mapping o...
I'm trying to create Tests Plans in VSTS (Free version), but I'm not finding the location indicated in the documentation:
Instead,Igetthisinterface:
Does not the free version of VSTS have the testing feature?
I have 2 objects that use a third party in common and I have a problem in the routine:
1) Creating a new Manufacturer
var fab = new Fabricante();
DBSet.Add(fab)
//Sem SaveChanges
Then searching for the existing item and creating a new...
I have an Action responsible for generating the PDF using Rotating ...
The action code is as follows:
public ActionResult PDFPadrao()
{
string header = Server.MapPath("~/Views/Relatorio/Header.html");
string customSwitches...
Good afternoon. I have a web application developed in C # that uses connection to Mysql bank. I added the reference, the codebehind recognizes the reference to Mysql without problems. Except when running the application, it gives the error: Erro...